diff options
-rw-r--r-- | config/environment.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index ad696e2b9..42f44efed 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,11 +1,12 @@ # Be sure to restart your web server when you modify this file. + # Uncomment below to force Rails into production mode when # you don't control web/app server and can't set it the proper way # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '1.2.1' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '1.2.5' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |