1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add pry for debugging

This commit is contained in:
Mike Perham 2022-03-14 12:01:44 -07:00
parent 70604138a6
commit 44a5bb3326
2 changed files with 13 additions and 0 deletions

View file

@ -19,6 +19,7 @@ end
group :development, :test do
gem "standard", require: false
gem "pry"
end
group :load_test do

View file

@ -77,12 +77,14 @@ GEM
builder (3.2.4)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
crass (1.0.6)
digest (3.1.0)
docile (1.4.0)
erubi (1.10.0)
ffi (1.15.5-java)
globalid (1.0.0)
activesupport (>= 5.0)
hiredis (0.6.3)
@ -118,6 +120,13 @@ GEM
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry (0.14.1-java)
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
racc (1.6.0)
racc (1.6.0-java)
rack (2.2.3)
@ -177,6 +186,8 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
spoon (0.0.6)
ffi
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
@ -212,6 +223,7 @@ DEPENDENCIES
hiredis
minitest
net-smtp
pry
rails (~> 6.0)
rake
redis-namespace