Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
gems: add pry-byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcritchlow committed Jul 10, 2019
1 parent ef44a96 commit db79399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ group :development, :test do
gem 'byebug'
gem 'sass-rails', '~> 5.0.5' # locked
gem 'coffee-rails', '~> 4.2.1'
gem 'pry', '~> 0.10.4'
gem 'pry'
gem 'pry-byebug'
gem 'capybara', '~> 2.14.0'
gem 'selenium-webdriver', '3.4.0'
gem 'launchy', '~> 2.4.3'
Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
public_suffix (3.1.1)
qa (1.1.0)
activerecord-import
Expand Down Expand Up @@ -493,7 +496,8 @@ DEPENDENCIES
omniauth-shibboleth (~> 1.2.1)
pg (~> 0.18.2)
poltergeist (= 1.15.0)
pry (~> 0.10.4)
pry
pry-byebug
qa (~> 1.1.0)
rack-dev-mark (~> 0.7.5)
rails (~> 4.2.11)
Expand Down

0 comments on commit db79399

Please sign in to comment.