summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-18 17:43:53 +0200
committerhukl <contact@smyck.org>2009-04-18 17:43:53 +0200
commit1970df667946a8b55ad0ad5bc140b3d9e5515d20 (patch)
tree24acbd88d730061e1a86b47a5154bd5103149a73 /config
parentaa3a29c380994ddff3afc680db0716a827a24048 (diff)
setting environment.rb accordingly
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 847524d..541c21e 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.0' unless defined? RAILS_GEM_VERSION 4RAILS_GEM_VERSION = '2.3.2' 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')