diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-11-05 16:53:50 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-11-05 16:53:50 +0000 |
commit | a06bf8a6bd8d425d06ed6cda0102bc4130a2514f (patch) | |
tree | 6f1e5b8ec7d16ed8a6c50a65c90350bb14abd563 /Gemfile | |
parent | 3ba70a76164b6758d8d47c8b353644601e0c1db7 (diff) | |
download | redmine-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |