summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-09 07:51:00 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-09 07:51:00 +0000
commit3661766edc1b0e8647e51450b429baa89cbaa5d6 (patch)
treed0b85fe8c70c35cb01531cfbb58c5fa78b1ce30a /Gemfile
parent71b43ea1c7c1ee9c854bb09bc059cd3a60ca1ddc (diff)
downloadredmine-3661766edc1b0e8647e51450b429baa89cbaa5d6.tar.gz
redmine-3661766edc1b0e8647e51450b429baa89cbaa5d6.zip
Upgrade to Rails 3.2.15.
git-svn-id: http://svn.redmine.org/redmine/trunk@12246 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 59a82655f..0b7f8f749 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem "rails", "3.2.13"
+gem "rails", "3.2.15"
gem "jquery-rails", "~> 2.0.2"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]