diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-17 00:28:04 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-17 00:28:04 +0000 |
commit | d50cbe60c1741b9184bbcc79fd6221e0e779e782 (patch) | |
tree | 880f62ad38ee352d821e6e9c5ccee589710b6f84 | |
parent | 41267fa9e53262f6a33761663e2f86d596d02985 (diff) |
Check version we use now
-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 6d0c2f5c0..da45d9ed3 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -6,7 +6,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.3.2' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |