jruby is no longer able to use `jruby-openssl` library when performing `gem install` due to error below ``` # gem install bundler -V ERROR: While executing gem ... (NoMethodError) undefined method `set_params' for #<OpenSSL::SSL::SSLContext:0x512535ff> ``` I think that this commit is what broke it [https://github.com/jruby/jruby-openssl/commit/588f414f2c5de3ea968cc30930fdf28913dc291d#diff-b84c6421b27eb9594128e9e623d2891cff5c1d5001cb5177ec127e628a58b0ecR143](https://github.com/jruby/jruby-openssl/commit/588f414f2c5de3ea968cc30930fdf28913dc291d#diff-b84c6421b27eb9594128e9e623d2891cff5c1d5001cb5177ec127e628a58b0ecR143) @kares