From 79631654a9bad744ca19d6e5f05b5d11b2f18e98 Mon Sep 17 00:00:00 2001 From: "joseph@dxw.com" Date: Mon, 13 Jan 2025 13:34:50 +0000 Subject: [PATCH] Replace pry with byebug --- .gitignore | 1 + Gemfile | 2 +- Gemfile.lock | 8 ++------ 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b8d75cf..b219538 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /vendor/bundle/ .env /tmp/ +.byebug_history diff --git a/Gemfile b/Gemfile index 9759ff6..6622d76 100644 --- a/Gemfile +++ b/Gemfile @@ -25,5 +25,5 @@ group :test do end group :development, :test do - gem "pry" + gem "byebug" end diff --git a/Gemfile.lock b/Gemfile.lock index 693f5f9..b229e6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM bigdecimal (3.1.9) breathe (0.3.6) sawyer (>= 0.8.2, < 0.10.0) - coderay (1.1.3) + byebug (11.1.3) concurrent-ruby (1.2.3) diff-lcs (1.5.1) dotenv (3.1.7) @@ -58,7 +58,6 @@ GEM lint_roller (1.1.0) logger (1.6.5) memo_wise (1.10.0) - method_source (1.1.0) minitest (5.19.0) multipart-post (2.3.0) mutex_m (0.3.0) @@ -69,9 +68,6 @@ GEM productive (0.6.80) json_api_client (>= 1.13.0, <= 1.21.0) request_store (~> 1.3) - pry (0.15.2) - coderay (~> 1.1) - method_source (~> 1.0) public_suffix (5.0.5) racc (1.8.1) rack (3.0.11) @@ -144,12 +140,12 @@ DEPENDENCIES benchmark bigdecimal breathe (= 0.3.6) + byebug dotenv logger memo_wise mutex_m productive (= 0.6.80) - pry rake rollbar rspec