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
This commit is contained in:
Toshi MARUYAMA
2014-10-31 04:15:01 +00:00
parent 83d55b40af
commit f716688eef

View File

@@ -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]