diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-03-18 12:03:05 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-03-18 12:03:05 -0700 |
commit | 6c9e8fdd7640077728665f0bee6c6e024479076a (patch) | |
tree | db0a8a3f65b9d38031cc5b51c4467c49d0a5ee39 /config/environment.rb | |
parent | 52a0618a5c23d7ee82543641d3fc7510617c7e13 (diff) |
Upgrade to Rails 2.3.18 to get fixes for CVE-2013-1855, CVE-2013-1856, CVE-2013-1857.hotfix/0.7.0.5
Diffstat (limited to 'config/environment.rb')
-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 7ffbe8701..9f973feb1 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -18,7 +18,7 @@ end # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.17' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.18' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |