Remove outdated constraint in Gemfile
This commit is contained in:
parent
838575421b
commit
7baca87e59
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue