diff options
| author | hukl <contact@smyck.org> | 2009-09-05 23:51:57 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-05 23:51:57 +0200 |
| commit | 802460d6fdbd5adb51ac19eb1ba15d84da8d7a03 (patch) | |
| tree | 02607bf8fe38fd12510437e3216fece77cb9ee31 /config/environment.rb | |
| parent | f919497c2b590402c3cbd7744097a9bd32b70afd (diff) | |
switched to rails 2.3.4
Diffstat (limited to 'config/environment.rb')
| -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 4a07337..c6cd74c 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.4' 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') |
