Lock JRuby builds on Travis CI to i18n-1.2.x (#7437)

This commit is contained in:
Ashwin Maroli 2018-12-24 22:34:54 +05:30 committed by GitHub
parent 878e0ba29c
commit 8fd432c10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
source "https://rubygems.org"
gemspec :name => "jekyll"
# Temporarily lock JRuby builds on Travis CI to i18n-1.2.x until JRuby is able to handle
# refinements introduced in i18n-1.3.0
gem "i18n", "~> 1.2.0" if RUBY_ENGINE == "jruby"
gem "rake", "~> 12.0"
group :development do