]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: pin addressable 2.4.0 if Ruby is 1.9.3
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 5 Nov 2016 16:53:50 +0000 (16:53 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 5 Nov 2016 16:53:50 +0000 (16:53 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15944 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index c710ff0df208b459f1141e8042d69320f2c3af1d..c2bfe94ac8c2653c508a23b3d5622fedad4ece70 100644 (file)
--- 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"