I'm trying to install jruby-openssl, but it depends on a bouncy-castle-java version that doesn't appear to exist. Anybody know how to work around this?
$ gem install jruby-openssl
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: jruby-openssl requires bouncy-castle-java (>= 1.5.0147)
I tried installing an older version of jruby-openssl, but it didn't seem to help.
$ 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)
Try it
bouncy-castle-java-1.5.0147 Will be installed too.