aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2013-02-01 23:30:56 +0100
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2013-02-01 23:39:01 +0100
commit802847f9a7c0a21eb0d3f6a3377a12d0849d3b3b (patch)
tree5439516ae35ae3adb583a388d3f5b59e9ecd1378 /config
parentb56653a4ef33063407abf13b323d53883457fc70 (diff)
downloadecs2-802847f9a7c0a21eb0d3f6a3377a12d0849d3b3b.tar.gz
ecs2-802847f9a7c0a21eb0d3f6a3377a12d0849d3b3b.zip
Updated rails to 2.3.16
This was needed because of "extremely critical security fixes".
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 984cf22..fdb07fd 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -19,7 +19,7 @@
# Be sure to restart your server when you modify this file
# 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.16' unless defined? RAILS_GEM_VERSION
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')