Remove outdated constraint in Gemfile

This commit is contained in:
Ashwin Maroli 2020-05-14 14:41:24 +05:30
parent 838575421b
commit 7baca87e59
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@
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", "~> 13.0"
group :development do