diff options
-rw-r--r-- | rails-2.1/config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rails-2.1/config/environment.rb b/rails-2.1/config/environment.rb index e4934c49f..ae2c16608 100644 --- a/rails-2.1/config/environment.rb +++ b/rails-2.1/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.0.2' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |