diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-02-11 21:39:19 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-02-11 22:01:26 +0000 |
commit | f8cf582f8c7461bfd680aac9c87cb5377c39c30c (patch) | |
tree | 8ce40e699226e4ea9681fd6c3cda03db693b5a10 /config/environment.rb | |
parent | ef5c3e6c73990a0440f456cf8b4d876e42fbfa50 (diff) |
Upgrade JSON gem to get fix for CVE-2013-0269. Update to latest Rails 2-3 series - has fixes for CVE-2013-0277, CVE-2013-0276, although alaveteli does not use attr_protected or serialize.
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 8933f9ade..bdeb4c983 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.16' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.17' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |