From 53f40b3331bb56e79884c361466892d22bd2dbac Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 15 Nov 2022 03:35:22 -0600 Subject: [PATCH] gems: add back `pry` gem. The `pry` gem was removed in e698bf91 because we replaced `pry-byebug` with the standard debugger. Add it back because `pry` is better than `irb` and we still can use the standard debugger with it. --- Gemfile | 1 + Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index 0f29f34ae..6f993367d 100644 --- a/Gemfile +++ b/Gemfile @@ -59,6 +59,7 @@ gem "composite_primary_keys" gem "resolv" gem "rover-df" gem "ffi-libarchive" +gem "pry-rails" group :development do gem 'rubocop', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8d7c933ba..409d36fe7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,6 +332,11 @@ GEM ast (~> 2.4.1) pg (1.3.5) prometheus-client (4.0.0) + pry (0.14.1) + coderay (~> 1.1) + method_source (~> 1.0) + pry-rails (0.3.9) + pry (>= 0.10.4) public_suffix (5.0.0) puma (6.0.0) nio4r (~> 2.0) @@ -573,6 +578,7 @@ DEPENDENCIES oauth2 parallel pg + pry-rails public_suffix puma puma-metrics