From 072ca8305226aff726fba4fcbf5a9fcc655409fa Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 4 Mar 2021 01:39:46 -0800 Subject: [PATCH] Add pry-byebug gem --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 3bca5dfc..f5eeed13 100644 --- a/Gemfile +++ b/Gemfile @@ -273,6 +273,7 @@ group :development, :test, :linters do # as debugger gem 'byebug' gem 'pry' + gem 'pry-byebug' # Linters and static analysis. gem 'pronto', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b07d289e..3303ccf3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,6 +419,9 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + pry-byebug (3.8.0) + byebug (~> 11.0) + pry (~> 0.10) public_suffix (3.1.1) puma (5.2.1) nio4r (~> 2.0) @@ -746,6 +749,7 @@ DEPENDENCIES pronto-haml pronto-rubocop pry + pry-byebug puma (~> 5.2) rails (~> 5.2) rails-assets-bootstrap-markdown!