##// END OF EJS Templates
2.6-stable: not use rails github gem on Ruby 1.9.2...
Toshi MARUYAMA -
r14729:eb1987c1251c
parent child
Show More
@@ -1,6 +1,6
1 source 'https://rubygems.org'
1 source 'https://rubygems.org'
2
2
3 if RUBY_VERSION >= "1.9.3"
3 if RUBY_VERSION >= "1.9"
4 gem "rails", "3.2.22.1"
4 gem "rails", "3.2.22.1"
5 else
5 else
6 gem "rails", :github => "rails/rails", :branch => "3-2-stable"
6 gem "rails", :github => "rails/rails", :branch => "3-2-stable"
General Comments 0
You need to be logged in to leave comments. Login now