From a06bf8a6bd8d425d06ed6cda0102bc4130a2514f Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 5 Nov 2016 16:53:50 +0000 Subject: [PATCH] Gemfile: pin addressable 2.4.0 if Ruby is 1.9.3 git-svn-id: http://svn.redmine.org/redmine/trunk@15944 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index c710ff0df..c2bfe94ac 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') end gem "rails", "4.2.7.1" +gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" gem "jquery-rails", "~> 3.1.4" gem "coderay", "~> 1.1.1" gem "builder", ">= 3.0.4" -- 2.39.5