diff options
| author | hukl <contact@smyck.org> | 2010-01-14 22:24:03 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2010-01-14 22:24:03 +0100 |
| commit | 08055df19ae6dcf6a1feccd7097af61a81500f3b (patch) | |
| tree | 7497b3313a030eb02059ba8b0d60542805c8579b /config | |
| parent | 57d1382013c85a7b11ac8ce5e683f6006b12b328 (diff) | |
updated to latest rails stable version
Diffstat (limited to 'config')
| -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 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 |
| 4 | RAILS_GEM_VERSION = '2.3.3' unless defined? RAILS_GEM_VERSION | 4 | RAILS_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 |
| 7 | require File.join(File.dirname(__FILE__), 'boot') | 7 | require File.join(File.dirname(__FILE__), 'boot') |
