summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-10-31 04:01:59 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-10-31 04:01:59 +0000
commit7e8afc960af6736441539686d2b5e0ca36bbbc71 (patch)
tree2aa719c2fd365c3f7955cdeab3826c43609d6dcc /Gemfile
parent36ee95c1f4cc9283478cbfbc2048c9c51a96ce32 (diff)
downloadredmine-7e8afc960af6736441539686d2b5e0ca36bbbc71.tar.gz
redmine-7e8afc960af6736441539686d2b5e0ca36bbbc71.zip
Gemfile: update Rails to 4.1.7
git-svn-id: http://svn.redmine.org/redmine/trunk@13529 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d33925b09..6e52c10d0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem "rails", "4.1.6"
+gem "rails", "4.1.7"
gem "jquery-rails", "~> 3.1.1"
gem "coderay", "~> 1.1.0"
gem "builder", ">= 3.0.4"