diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-19 13:27:51 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-19 13:27:51 +0000 |
commit | b019875819ba6cb266171ceffe9e302bfd083a45 (patch) | |
tree | b2ade30e4285e4389eeabefc1be48b487d40fd9b /config/environment.rb | |
parent | 8ec1231dbc56a69608abd53cf1372ba5b0cda2a4 (diff) | |
download | redmine-b019875819ba6cb266171ceffe9e302bfd083a45.tar.gz redmine-b019875819ba6cb266171ceffe9e302bfd083a45.zip |
Upgrade to Rails 2.3.14 with Prototype 1.7 (#9609).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7844 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index d0e8be900..db21c05df 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.3.11' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION if RUBY_VERSION >= '1.9' Encoding.default_external = 'UTF-8' |