diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-09 09:48:28 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-09 09:48:28 +0000 |
commit | 9a3efd5a7d89c1149a991d2afd6c5c38a3493b4f (patch) | |
tree | b61a670d360f53699d6d94dc41fee34496e97be4 /config/environment.rb | |
parent | 0743d5857b0b93a7caae9eab6514e1f128edef88 (diff) |
Rails security update.
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 de20e73e4..447f7a49b 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -10,7 +10,7 @@ end # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |