From c78a95576c8efd0c8d7bb2d763b1fb747840e498 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 20 Oct 2015 12:32:25 +0000 Subject: [PATCH] 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 --- Gemfile | 1 + 1 file changed, 1 insertion(+) 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] -- 2.39.5