summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-02-19 09:32:51 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-02-19 09:32:51 +0000
commit4dc7bc75b44c0200561d0ddbac4f669b6c905256 (patch)
tree7623ed1d817bc289d54f9eb56f3f2c9d7b0f3ec4 /Gemfile
parent78f9d6d2ce96adcd208f9e8b20ee95e5e9f1a706 (diff)
downloadredmine-4dc7bc75b44c0200561d0ddbac4f669b6c905256.tar.gz
redmine-4dc7bc75b44c0200561d0ddbac4f669b6c905256.zip
update Rails to 3.2.17
git-svn-id: http://svn.redmine.org/redmine/trunk@12906 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 e84b8b3c2..7bfc1161e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem "rails", "3.2.16"
+gem "rails", "3.2.17"
gem "jquery-rails", "~> 2.0.2"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]