diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-10-11 14:12:14 -0700 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-10-11 14:12:14 -0700 |
commit | 8a925f844555aab008cee62ad319ae9ad4eda9eb (patch) | |
tree | febb3fe76d0b350e2c5f5021bc3c2f2ec0c4f8ef | |
parent | 232a1e8426f2f0f6f4808679f6e011a87be76fc0 (diff) | |
parent | 2c992df29cd77d04d53858176a31817ce53f9266 (diff) |
Merge pull request #262 from jpmckinney/fix_rails_gem_version
Fix RAILS_GEM_VERSION
-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') |