Skip to content

Commit

Permalink
actually, JRuby 1.7.20 might still be good to go?
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Oct 1, 2017
1 parent a20a24d commit 4e4209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jopenssl/load.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'java'
require 'jopenssl/version'

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'

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

0 comments on commit 4e4209d

Please sign in to comment.