Skip to content

Commit 4e4209d

Browse files
committed
actually, JRuby 1.7.20 might still be good to go?
1 parent a20a24d commit 4e4209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jopenssl/load.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'java'
44
require 'jopenssl/version'
55

6-
warn "JRuby #{JRUBY_VERSION} is not supported by jruby-openssl #{Jopenssl::VERSION}" if JRUBY_VERSION <= '1.7.20'
6+
warn "JRuby #{JRUBY_VERSION} is not supported by jruby-openssl #{Jopenssl::VERSION}" if JRUBY_VERSION < '1.7.20'
77

88
# NOTE: assuming user does pull in BC .jars from somewhere else on the CP
99
unless ENV_JAVA['jruby.openssl.load.jars'].eql?('false')

0 commit comments

Comments
 (0)