summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-11-05 16:53:50 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-11-05 16:53:50 +0000
commita06bf8a6bd8d425d06ed6cda0102bc4130a2514f (patch)
tree6f1e5b8ec7d16ed8a6c50a65c90350bb14abd563 /Gemfile
parent3ba70a76164b6758d8d47c8b353644601e0c1db7 (diff)
downloadredmine-a06bf8a6bd8d425d06ed6cda0102bc4130a2514f.tar.gz
redmine-a06bf8a6bd8d425d06ed6cda0102bc4130a2514f.zip
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
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"