diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-02-23 11:33:07 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2011-02-23 11:33:07 +0000 |
commit | ee1eb78ce9e25437b14601bfba8f6bde1d479ac1 (patch) | |
tree | 2bddec6f09e56a59f457faae008d6bafb8c6eda5 | |
parent | 2bcc1cc44b8f887a9969a83ed216486dd9677f89 (diff) |
Add rack dependency
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb index 627d30b31..c170c45b8 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -58,6 +58,8 @@ Rails::Initializer.run do |config| # TEMP: uncomment this to turn on logging in production environments # config.log_level = :debug # + # Specify gems that this application depends on and have them installed with rake gems:install + config.gem "rack", :version => '1.1.0' # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! |