Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # Better Erros
  2. gem "binding_of_caller"
  3. group :development do
  4. gem "better_errors"
  5. end
  6.  
  7. # Jazz Hands
  8. group :development, :test do
  9. # Note: Need to pull this fork directly because
  10. # the original uses pry-debugger which doesn't work
  11. # with Ruby 2
  12. gem 'jazz_hands', github: 'nixme/jazz_hands', branch: 'bring-your-own-debugger'
  13. gem 'pry-byebug'
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement