From 7baca87e59ae8398c67c8165f6d21d5f66f82628 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 14 May 2020 14:41:24 +0530 Subject: [PATCH] Remove outdated constraint in Gemfile --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index ff48521d..8b49f48b 100644 --- a/Gemfile +++ b/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