]> source.dussan.org Git - redmine.git/commitdiff
2.6-stable: not use rails github gem on Ruby 1.9.2
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 29 Jan 2016 05:11:39 +0000 (05:11 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 29 Jan 2016 05:11:39 +0000 (05:11 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@15111 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 3306077d7069bf85e1fe09174d4bccb1193ff5e2..d394a6f262b0e9dc61db58a128a39274c8bfc509 100644 (file)
--- 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"