Bump tested version of JRuby to 9.2.7.0 (#7612)

Merge pull request 7612
This commit is contained in:
Ashwin Maroli 2019-04-11 00:01:21 +05:30 committed by jekyllbot
parent 8907f39548
commit 6838153b83
2 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,7 @@ language: ruby
rvm:
- &ruby1 2.6.0
- &ruby2 2.4.5
- &jruby jruby-9.2.6.0
- &jruby jruby-9.2.7.0
matrix:
include:
@ -22,8 +22,6 @@ matrix:
exclude:
- rvm: *jruby
env: TEST_SUITE=cucumber
allow_failures:
- rvm: *jruby
env:
matrix:

View File

@ -33,8 +33,7 @@ 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__)
# 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"
gem "jruby-openssl" if RUBY_ENGINE == "jruby"
end
#