Skip to content

Commit

Permalink
Add pry and pry-byebug as development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Oct 13, 2016
1 parent 61ff7d1 commit cf39445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -5,8 +5,9 @@ gemspec

group :development, :test do
gem "simplecov", require: false
gem 'byebug' unless ENV['CI']
gem 'coveralls', require: false
gem 'pry' unless ENV['CI']
gem 'pry-byebug' unless ENV['CI']
end

# BEGIN ENGINE_CART BLOCK
Expand Down

0 comments on commit cf39445

Please sign in to comment.