summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-07 09:53:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-07 09:53:27 +0000
commit657fa55118eaf63ea24e885dd48fd7fcec5ed622 (patch)
tree74b239612fb55eda35ec536b3fdf4bb3665721e7 /config
parenta02ee731818d92ecc6dffc83f07f23d2745d0bfb (diff)
downloadredmine-657fa55118eaf63ea24e885dd48fd7fcec5ed622.tar.gz
redmine-657fa55118eaf63ea24e885dd48fd7fcec5ed622.zip
Upgrade to Rails 2.1.2
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2102 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 9a3bf4b1d..fdac6b4f0 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -5,7 +5,7 @@
# ENV['RAILS_ENV'] ||= 'production'
# Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.1.2' unless defined? RAILS_GEM_VERSION
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')