From: Toshi MARUYAMA Date: Tue, 26 Jan 2016 10:57:26 +0000 (+0000) Subject: 2.6-stable: update Rails to 3.2.22.1 X-Git-Tag: 2.6.10~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=53a977c9d3662d0f7c8c00e2509ed81b338072c2;p=redmine.git 2.6-stable: update Rails to 3.2.22.1 git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@15104 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index afc26a64f..2171d5184 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "rails", "3.2.22" +gem "rails", "3.2.22.1" gem "rack-cache", "1.2" if RUBY_VERSION < "1.9.3" gem "jquery-rails", "~> 3.1.4" gem "coderay", "~> 1.1.0"