Debugger gem added

Use "debugger" in the code to run it
This commit is contained in:
Christoph Haas 2015-05-03 14:37:33 +02:00
parent 5c31a94aef
commit be788fa45b
2 changed files with 8 additions and 1 deletions

View file

@ -43,7 +43,7 @@ end
# gem 'capistrano', group: :development
# Use debugger
# gem 'debugger', group: [:development, :test]
gem 'debugger', group: [:development, :test]
# PostgreSQL support
gem 'pg'