From 5e7dc7b4d3267991b7926b1d5b5afd44dd5754f9 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 6 Mar 2019 13:15:56 +0530 Subject: [PATCH] Use jruby-openssl-0.10.1 in JRuby builds --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 88d57beb..5993c886 100644 --- a/Gemfile +++ b/Gemfile @@ -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 #