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

Commit d396336

Browse files
mcritchlowVivianChu
authored andcommitted
gems: add pry-byebug
1 parent ef44a96 commit d396336

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ group :development, :test do
5555
gem 'byebug'
5656
gem 'sass-rails', '~> 5.0.5' # locked
5757
gem 'coffee-rails', '~> 4.2.1'
58-
gem 'pry', '~> 0.10.4'
58+
gem 'pry'
59+
gem 'pry-byebug'
5960
gem 'capybara', '~> 2.14.0'
6061
gem 'selenium-webdriver', '3.4.0'
6162
gem 'launchy', '~> 2.4.3'

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ GEM
283283
coderay (~> 1.1.0)
284284
method_source (~> 0.8.1)
285285
slop (~> 3.4)
286+
pry-byebug (3.6.0)
287+
byebug (~> 10.0)
288+
pry (~> 0.10)
286289
public_suffix (3.1.1)
287290
qa (1.1.0)
288291
activerecord-import
@@ -493,7 +496,8 @@ DEPENDENCIES
493496
omniauth-shibboleth (~> 1.2.1)
494497
pg (~> 0.18.2)
495498
poltergeist (= 1.15.0)
496-
pry (~> 0.10.4)
499+
pry
500+
pry-byebug
497501
qa (~> 1.1.0)
498502
rack-dev-mark (~> 0.7.5)
499503
rails (~> 4.2.11)

0 commit comments

Comments
 (0)