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:
1
Gemfile
1
Gemfile
@@ -59,6 +59,7 @@ gem "composite_primary_keys"
|
|||||||
gem "resolv"
|
gem "resolv"
|
||||||
gem "rover-df"
|
gem "rover-df"
|
||||||
gem "ffi-libarchive"
|
gem "ffi-libarchive"
|
||||||
|
gem "pry-rails"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
|
|||||||
@@ -332,6 +332,11 @@ GEM
|
|||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.3.5)
|
pg (1.3.5)
|
||||||
prometheus-client (4.0.0)
|
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)
|
public_suffix (5.0.0)
|
||||||
puma (6.0.0)
|
puma (6.0.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
@@ -573,6 +578,7 @@ DEPENDENCIES
|
|||||||
oauth2
|
oauth2
|
||||||
parallel
|
parallel
|
||||||
pg
|
pg
|
||||||
|
pry-rails
|
||||||
public_suffix
|
public_suffix
|
||||||
puma
|
puma
|
||||||
puma-metrics
|
puma-metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user