2.6-stable: not use rails github gem on Ruby 1.9.2

git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@15111 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2016-01-29 05:11:39 +00:00
parent 875f539195
commit eb1987c125

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
if RUBY_VERSION >= "1.9.3"
if RUBY_VERSION >= "1.9"
gem "rails", "3.2.22.1"
else
gem "rails", :github => "rails/rails", :branch => "3-2-stable"