From 53a977c9d3662d0f7c8c00e2509ed81b338072c2 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 26 Jan 2016 10:57:26 +0000 Subject: [PATCH] 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5