summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-10-20 12:32:25 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-10-20 12:32:25 +0000
commitc78a95576c8efd0c8d7bb2d763b1fb747840e498 (patch)
tree8677be7732b0ae4026e564fe7265ae6abe9862fe
parent7a026a69d5dd42dae57a71b4e90e4bfd7b1d87ab (diff)
downloadredmine-c78a95576c8efd0c8d7bb2d763b1fb747840e498.tar.gz
redmine-c78a95576c8efd0c8d7bb2d763b1fb747840e498.zip
2.6-stable: Gemfile: pin rack-cache 1.2 on Ruby 1.8.7 and 1.9.2
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14708 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 77a9d4930..d1d5a535b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,7 @@
source 'https://rubygems.org'
gem "rails", "3.2.22"
+gem "rack-cache", "1.2" if RUBY_VERSION < "1.9.3"
gem "jquery-rails", "~> 3.1.4"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]