From: Toshi MARUYAMA Date: Tue, 18 Nov 2014 10:59:43 +0000 (+0000) Subject: Gemfile: update Rails to 4.1.8 X-Git-Tag: 3.0.0~362 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=09e62fbc6829b9fb23add2594b9a98e1ccb78d49;p=redmine.git Gemfile: update Rails to 4.1.8 git-svn-id: http://svn.redmine.org/redmine/trunk@13611 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 6e52c10d0..71e376953 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "rails", "4.1.7" +gem "rails", "4.1.8" gem "jquery-rails", "~> 3.1.1" gem "coderay", "~> 1.1.0" gem "builder", ">= 3.0.4"