From 1bff868f6d518edd3198cdbbaed7314ba70b00e5 2015-06-17 11:09:36 From: Toshi MARUYAMA Date: 2015-06-17 11:09:36 Subject: [PATCH] 2.6-stable: Gemfile: update Rails to 3.2.22 git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14320 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 76a89a1..ed72c26 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "rails", "3.2.21" +gem "rails", "3.2.22" gem "jquery-rails", "~> 3.1.1" gem "coderay", "~> 1.1.0" gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]