summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-02 10:08:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-02 10:08:51 +0000
commit265baa1b2c5d0bcf37e12f1df0b3339c793b46e7 (patch)
treeb5c129089cfd61e71206da7e4c94eaebef026c79 /Gemfile
parent139ddd639f4196cd0b024400febb414a24cdb2fc (diff)
downloadredmine-265baa1b2c5d0bcf37e12f1df0b3339c793b46e7.tar.gz
redmine-265baa1b2c5d0bcf37e12f1df0b3339c793b46e7.zip
Upgrade to Rails 3.2.8 (#11758).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10275 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 3b923987d..228c4d017 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'
-gem 'rails', '3.2.6'
+gem 'rails', '3.2.8'
gem "jquery-rails", "~> 2.0.2"
gem "i18n", "~> 0.6.0"
gem "coderay", "~> 1.0.6"