We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20a24d commit 4e4209dCopy full SHA for 4e4209d
lib/jopenssl/load.rb
@@ -3,7 +3,7 @@
3
require 'java'
4
require 'jopenssl/version'
5
6
-warn "JRuby #{JRUBY_VERSION} is not supported by jruby-openssl #{Jopenssl::VERSION}" if JRUBY_VERSION <= '1.7.20'
+warn "JRuby #{JRUBY_VERSION} is not supported by jruby-openssl #{Jopenssl::VERSION}" if JRUBY_VERSION < '1.7.20'
7
8
# NOTE: assuming user does pull in BC .jars from somewhere else on the CP
9
unless ENV_JAVA['jruby.openssl.load.jars'].eql?('false')
0 commit comments