removing debugger and awesome_print from gemfile

This commit is contained in:
Bounmy Stephane 2012-04-09 00:39:46 +02:00 committed by Ryan Bigg
parent 08d9540bcb
commit 128d203141
1 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,4 @@ group :cucumber do
gem 'capybara'
gem 'faker'
gem 'launchy'
end
gem 'awesome_print'
gem 'debugger'
end