Skip to content

Commit

Permalink
add pry-byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Sep 11, 2019
1 parent 05f660d commit ffb3c70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem 'puma', '~> 3.0'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
gem 'pry-byebug'
end

group :development do
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ GEM
dry-struct
dry-types
zeitwerk (~> 2.1)
coderay (1.1.2)
concurrent-ruby (1.1.5)
config (2.0.0)
activesupport (>= 4.2)
Expand Down Expand Up @@ -280,6 +281,12 @@ GEM
parser (2.6.4.0)
ast (~> 2.4.0)
progressbar (1.10.1)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.1)
puma (3.12.1)
rack (2.0.7)
Expand Down Expand Up @@ -474,6 +481,7 @@ DEPENDENCIES
net-http-persistent (~> 2.9)
okcomputer
progressbar
pry-byebug
puma (~> 3.0)
rack-console
rails (~> 5.2.0)
Expand Down

0 comments on commit ffb3c70

Please sign in to comment.