From 07b2408f9bd3e2db457a1aa87b25a99fd6ba7769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Tue, 31 Jan 2023 15:08:57 +0100 Subject: [PATCH] Remove pry-byebug in favor of debug --- .gitignore | 1 - Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index b4fa8238..f15a9a52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .bundle/ -.byebug_history .yardoc/ doc/ gemfiles/rails_6_0.gemfile.lock diff --git a/Gemfile b/Gemfile index 94921f74..85e546e2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,10 +6,10 @@ gemspec gem "better_html" gem "capybara" +gem "debug" gem "mocha" gem "net-http" # Ruby 2.7 stdlib's net/http loads net/protocol relatively, which loads both the stdlib and gem version gem "net-smtp" # mail is missing a dependency on net-smtp https://github.com/mikel/mail/pull/1439 -gem "pry-byebug" gem "puma", "< 7.0" if defined?(@rails_gem_requirement) && @rails_gem_requirement # causes Dependabot to ignore the next line and update the next gem "rails" diff --git a/Gemfile.lock b/Gemfile.lock index 123399f2..483ef545 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,6 @@ GEM parser (>= 2.4) smart_properties builder (3.2.4) - byebug (11.1.3) capybara (3.38.0) addressable matrix @@ -97,15 +96,20 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - coderay (1.1.3) concurrent-ruby (1.2.0) crass (1.0.6) date (3.3.3) + debug (1.7.1) + irb (>= 1.5.0) + reline (>= 0.3.1) erubi (1.12.0) globalid (1.1.0) activesupport (>= 5.0) i18n (1.12.0) concurrent-ruby (~> 1.0) + io-console (0.6.0) + irb (1.6.2) + reline (>= 0.3.0) job-iteration (1.3.6) activejob (>= 5.2) json (2.6.3) @@ -149,12 +153,6 @@ GEM parallel (1.22.1) parser (3.2.0.0) ast (~> 2.4.1) - pry (0.14.1) - coderay (~> 1.1) - method_source (~> 1.0) - pry-byebug (3.10.1) - byebug (~> 11.0) - pry (>= 0.13, < 0.15) public_suffix (5.0.0) puma (6.0.2) nio4r (~> 2.0) @@ -191,6 +189,8 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.2) + reline (0.3.2) + io-console (~> 0.5) rexml (3.2.5) rubocop (1.44.1) json (~> 2.3) @@ -256,11 +256,11 @@ PLATFORMS DEPENDENCIES better_html capybara + debug maintenance_tasks! mocha net-http net-smtp - pry-byebug puma (< 7.0) rails rubocop