From: Toshi MARUYAMA Date: Wed, 4 Dec 2013 08:33:22 +0000 (+0000) Subject: Merged r12355 from trunk to 2.4-stable. X-Git-Tag: 2.4.2~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c0114f0201a9cc8ed075aa3735da04f7ebff5a6;p=redmine.git Merged r12355 from trunk to 2.4-stable. update Rails version 3.2.16. git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12357 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 75a67d927..d1213f0f0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "rails", "3.2.15" +gem "rails", "3.2.16" gem "jquery-rails", "~> 2.0.2" gem "coderay", "~> 1.1.0" gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]