diff options
-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! |