Skip to content

Commit

Permalink
Remove config.gem declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Oct 27, 2012
1 parent 82e36dc commit 32a4d01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions config/environment.rb
Expand Up @@ -84,8 +84,4 @@
config.to_prepare do
SiteController.send(:include, SiteControllerEtagExtension) unless SiteController.included_modules.include?(SiteControllerEtagExtension)
end

config.gem 'will_paginate'
config.gem 'fastercsv'
config.gem 'sanitize'
end
end
3 changes: 0 additions & 3 deletions config/environments/test.rb
Expand Up @@ -30,6 +30,3 @@
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test

config.gem "rspec-rails", :version => "~>1.2.6", :lib => false
config.gem "webrat", :version => "~>0.4.4", :lib => false
config.gem "cucumber", :version => "~>0.3.9", :lib => false

0 comments on commit 32a4d01

Please sign in to comment.