Index: hawk/config/environment.rb =================================================================== --- hawk/config/environment.rb.orig +++ hawk/config/environment.rb @@ -28,7 +28,7 @@ Rails::Initializer.run do |config| # which is required for rake to run, even thought we don't use active_record...(?!?) config.gem "gettext_activerecord" # Likewise... - config.gem "rack" + config.gem "rack", :version => '1.0.1' # Only load the plugins named here, in the order given (default is alphabetical). # :all can be used as a placeholder for all plugins not explicitly named