2.6-stable: Gemfile: update Rails to 3.2.21

git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13612 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2014-11-18 11:13:57 +00:00
parent 1a6b7e2a60
commit 672dbf418e

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem "rails", "3.2.20"
gem "rails", "3.2.21"
gem "jquery-rails", "~> 3.1.1"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]