diff options
author | James McKinney <james@slashpoundbang.com> | 2011-10-11 14:49:53 -0400 |
---|---|---|
committer | James McKinney <james@slashpoundbang.com> | 2011-10-11 14:49:53 -0400 |
commit | 2c992df29cd77d04d53858176a31817ce53f9266 (patch) | |
tree | dd09ab1f6a40825c59d8674a36e7132df4f30a3d | |
parent | 19d15135c27d04bb822cc667fddc6305a7d3359c (diff) |
RAILS_GEM_VERSION ought to match the version of Rails that is vendored, for clarity
-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 0af465049..91839c043 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.3.11' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |