From d74ee4ee133177de0b241385e5c4fa49df6c2e1c Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 2 Mar 2016 04:20:41 +0000 Subject: [PATCH] 2.6-stable: Gemfile: update Rails to 3.2.22.2 git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@15164 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d394a6f26..3ca2fb923 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,6 @@ source 'https://rubygems.org' -if RUBY_VERSION >= "1.9" - gem "rails", "3.2.22.1" -else - gem "rails", :github => "rails/rails", :branch => "3-2-stable" -end +gem "rails", "3.2.22.2" gem "rack-cache", "1.2" if RUBY_VERSION < "1.9.3" gem "jquery-rails", "~> 3.1.4" gem "coderay", "~> 1.1.0"