summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2010-01-14 22:24:03 +0100
committerhukl <contact@smyck.org>2010-01-14 22:24:03 +0100
commit08055df19ae6dcf6a1feccd7097af61a81500f3b (patch)
tree7497b3313a030eb02059ba8b0d60542805c8579b
parent57d1382013c85a7b11ac8ce5e683f6006b12b328 (diff)
updated to latest rails stable version
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 70d97f5..cdc6b28 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.3' unless defined? RAILS_GEM_VERSION 4RAILS_GEM_VERSION = '2.3.5' 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')