From eb1987c1251c90ea64fb7364ba4063fe343e86f1 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 29 Jan 2016 05:11:39 +0000 Subject: [PATCH] 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3306077d7..d394a6f26 100644 --- a/Gemfile +++ b/Gemfile @@ -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" -- 2.39.5