Use jruby-openssl-0.10.1 in JRuby builds

This commit is contained in:
Ashwin Maroli 2019-03-06 13:15:56 +05:30
parent 9f7078d582
commit 5e7dc7b4d3
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ group :test do
gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)
gem "test-theme-symlink", :path => File.expand_path("test/fixtures/test-theme-symlink", __dir__)
gem "jruby-openssl" if RUBY_ENGINE == "jruby"
# Temporarily lock to jruby-openssl-0.10.1 since JRuby 9.1 can't seem to load jruby-openssl-0.10.2
gem "jruby-openssl", "0.10.1" if RUBY_ENGINE == "jruby"
end
#