##// END OF EJS Templates
2.6-stable: Gemfile: pin rack-cache 1.2 on Ruby 1.8.7 and 1.9.2...
Toshi MARUYAMA -
r14326:c78a95576c8e
parent child
Show More
@@ -1,6 +1,7
1 source 'https://rubygems.org'
1 source 'https://rubygems.org'
2
2
3 gem "rails", "3.2.22"
3 gem "rails", "3.2.22"
4 gem "rack-cache", "1.2" if RUBY_VERSION < "1.9.3"
4 gem "jquery-rails", "~> 3.1.4"
5 gem "jquery-rails", "~> 3.1.4"
5 gem "coderay", "~> 1.1.0"
6 gem "coderay", "~> 1.1.0"
6 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
General Comments 0
You need to be logged in to leave comments. Login now