From 4dc7bc75b44c0200561d0ddbac4f669b6c905256 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 19 Feb 2014 09:32:51 +0000 Subject: [PATCH] update Rails to 3.2.17 git-svn-id: http://svn.redmine.org/redmine/trunk@12906 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e84b8b3c2..7bfc1161e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "rails", "3.2.16" +gem "rails", "3.2.17" gem "jquery-rails", "~> 2.0.2" gem "coderay", "~> 1.1.0" gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]