Remove lots of (apparently) unused gems from Gemfile
This commit is contained in:
parent
e7382069fa
commit
de59454742
|
@ -25,21 +25,14 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'autotest-notification'
|
gem 'autotest-notification'
|
||||||
gem 'capybara'
|
|
||||||
gem 'database_cleaner'
|
|
||||||
gem 'httpclient'
|
|
||||||
gem 'launchy'
|
|
||||||
gem 'mongrel', '1.2.0.pre2'
|
|
||||||
gem 'rspec'
|
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
gem 'shoulda'
|
|
||||||
gem 'spork'
|
gem 'spork'
|
||||||
gem 'systemu'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'cucumber-rails'
|
gem 'capybara'
|
||||||
gem 'simplecov'
|
gem 'simplecov'
|
||||||
|
gem 'systemu'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
|
Loading…
Reference in New Issue