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.
This commit is contained in:
evazion
2022-11-15 03:35:22 -06:00
parent f128c48485
commit 53f40b3331
2 changed files with 7 additions and 0 deletions

View File

@@ -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