Add debugging tools by default (byebug and pry)

This commit is contained in:
Abdelkader Boudih 2014-11-12 16:22:49 +00:00
parent 7d60147435
commit e30a19a532
2 changed files with 5 additions and 1 deletions

View File

@ -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'

View File

@ -15,7 +15,7 @@ if ENV.has_key?("SIMPLECOV")
end
begin
require 'pry'
require 'pry-byebug'
rescue LoadError
end