summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-12-04 07:04:15 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-12-04 07:04:15 +0000
commit8a123b178c385c1672e1df6f4cdb2adbb88ea40d (patch)
tree13e963e21f28eeb5eaa5dfdcbe81f31be6a53bf1 /Gemfile
parent6032263d9b10365c4c8ab0378e38f9a75015b416 (diff)
downloadredmine-8a123b178c385c1672e1df6f4cdb2adbb88ea40d.tar.gz
redmine-8a123b178c385c1672e1df6f4cdb2adbb88ea40d.zip
update Rails version 3.2.16
git-svn-id: http://svn.redmine.org/redmine/trunk@12355 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 35567d18d..0dc1df6da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem "rails", "3.2.15"
+gem "rails", "3.2.16"
gem "jquery-rails", "~> 2.0.2"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]