diff options
| author | hukl <contact@smyck.org> | 2009-08-15 16:35:07 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-08-15 16:35:07 +0200 |
| commit | 83d87e5b8c129bf3abcc47cc920ac6de00774735 (patch) | |
| tree | cbed27da4df5e97fec0307d00ea52abcc93b964c | |
| parent | 97aecb984afa6a7d8d1424f544b8e32d8c87603d (diff) | |
updated environment.rb to work with rails 2.3.3
| -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 20f87f3..6e08191 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 |
| 4 | RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION | 4 | RAILS_GEM_VERSION = '2.3.3' 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 |
| 7 | require File.join(File.dirname(__FILE__), 'boot') | 7 | require File.join(File.dirname(__FILE__), 'boot') |
