switch ruby-debug to pry

This commit is contained in:
Saito 2012-02-13 13:43:58 +08:00
parent 7fd29a78fa
commit 5b40a17333
2 changed files with 9 additions and 18 deletions

View file

@ -48,9 +48,7 @@ group :development, :test do
gem "capybara"
gem "autotest"
gem "autotest-rails"
unless ENV["CI"]
gem "ruby-debug19", :require => "ruby-debug"
end
gem "pry"
gem "awesome_print"
gem "database_cleaner"
gem "launchy"