From: Toshi MARUYAMA Date: Tue, 20 Oct 2015 12:32:25 +0000 (+0000) Subject: 2.6-stable: Gemfile: pin rack-cache 1.2 on Ruby 1.8.7 and 1.9.2 X-Git-Tag: 2.6.8~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c78a95576c8efd0c8d7bb2d763b1fb747840e498;p=redmine.git 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 --- 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]