Skip to content

Commit

Permalink
Add debugging tools by default (byebug and pry)
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Nov 14, 2014
1 parent 7d60147 commit e30a19a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ platforms :ruby do
gem 'sqlite3'
end

platforms :mri_21 do
gem 'pry-byebug'
end

platforms :jruby do
gem 'jruby-openssl'
gem 'activerecord-jdbcsqlite3-adapter'
Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
end

begin
require 'pry'
require 'pry-byebug'
rescue LoadError
end

Expand Down

0 comments on commit e30a19a

Please sign in to comment.