summaryrefslogtreecommitdiff
path: root/config/environment.rb
diff options
context:
space:
mode:
authorUser <hukl@cccms.ccc.de>2011-02-10 14:23:22 +0100
committerUser <hukl@cccms.ccc.de>2011-02-10 14:23:22 +0100
commit3d0de09cf94cee6233b36a7f5ce20d5059854acc (patch)
tree523084628250dc86e4d14c68b9f2371e8110d05b /config/environment.rb
parent91633ac4419d839661e35ae8f2efe5c9089cfb67 (diff)
switched to 2.3.11
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 6257591..3eed3cb 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,7 +1,7 @@
1# Be sure to restart your server when you modify this file 1# Be sure to restart your server when you modify this file
2 2
3# Specifies gem version of Rails to use when vendor/rails is not present 3# Specifies gem version of Rails to use when vendor/rails is not present
4RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION 4RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION
5 5
6# Bootstrap the Rails environment, frameworks, and default configuration 6# Bootstrap the Rails environment, frameworks, and default configuration
7require File.join(File.dirname(__FILE__), 'boot') 7require File.join(File.dirname(__FILE__), 'boot')