]> source.dussan.org Git - redmine.git/commitdiff
2.6-stable: Gemfile: pin rack-cache 1.2 on Ruby 1.8.7 and 1.9.2
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 20 Oct 2015 12:32:25 +0000 (12:32 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 20 Oct 2015 12:32:25 +0000 (12:32 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14708 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 77a9d493038203784f4e2bf667786239eeacfd6f..d1d5a535b3c8d6d61a9b19d47525f80e2930115c 100644 (file)
--- 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]