From: Toshi MARUYAMA Date: Fri, 31 Oct 2014 04:15:01 +0000 (+0000) Subject: 2.6-stable: Gemfile: update Rails to 3.2.20 X-Git-Tag: 2.6.1~49 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f716688eef01bcb8ff64de475518dfc6f760e7dc;p=redmine.git 2.6-stable: Gemfile: update Rails to 3.2.20 git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13530 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 5e10a9eb3..773af1ca8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "rails", "3.2.19" +gem "rails", "3.2.20" gem "jquery-rails", "~> 3.1.1" gem "coderay", "~> 1.1.0" gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]