From: Toshi MARUYAMA Date: Thu, 3 Jul 2014 22:36:38 +0000 (+0000) Subject: Gemfile: update Rails 3.2.19 X-Git-Tag: 2.6.0~112 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5d07f5884f9c203ae9759c7b6db075ae8b323ec3;p=redmine.git Gemfile: update Rails 3.2.19 git-svn-id: http://svn.redmine.org/redmine/trunk@13208 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 8986a4c7a..9dd167bee 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "rails", "3.2.18" +gem "rails", "3.2.19" gem "rake", "~> 10.1.1" gem "jquery-rails", "~> 2.0.2" gem "coderay", "~> 1.1.0"