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
This commit is contained in:
Toshi MARUYAMA
2015-10-20 12:32:25 +00:00
parent 7a026a69d5
commit c78a95576c

View File

@@ -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]