jruby-openssl をインストールしようとしていますが、存在しないように見える bouncy-castle-java バージョンに依存しています。これを回避する方法を知っている人はいますか?
$ gem install jruby-openssl
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: jruby-openssl requires bouncy-castle-java (>= 1.5.0147)
古いバージョンの jruby-openssl をインストールしようとしましたが、効果がないようでした。
$ gem install jruby-openssl 0.7
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: jruby-openssl requires bouncy-castle-java (>= 1.5.0147)