Bump pry and pry-byebug
This commit is contained in:
parent
cb138d6458
commit
671d808507
1 changed files with 8 additions and 8 deletions
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -42,8 +42,8 @@ GEM
|
|||
public_suffix (>= 2.0.2, < 5.0)
|
||||
ast (2.4.2)
|
||||
builder (3.2.3)
|
||||
byebug (11.0.1)
|
||||
coderay (1.1.2)
|
||||
byebug (11.1.3)
|
||||
coderay (1.1.3)
|
||||
concurrent-ruby (1.1.5)
|
||||
crack (0.4.3)
|
||||
safe_yaml (~> 1.0.0)
|
||||
|
|
@ -96,7 +96,7 @@ GEM
|
|||
nokogiri (>= 1.5.9)
|
||||
macaddr (1.7.2)
|
||||
systemu (~> 2.6.5)
|
||||
method_source (0.9.2)
|
||||
method_source (1.0.0)
|
||||
mime-types (3.3.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2021.0225)
|
||||
|
|
@ -125,12 +125,12 @@ GEM
|
|||
pronto-rubocop (0.11.1)
|
||||
pronto (~> 0.11.0)
|
||||
rubocop (>= 0.63.1, < 2.0)
|
||||
pry (0.12.2)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.9.0)
|
||||
pry-byebug (3.7.0)
|
||||
pry (0.13.1)
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
pry-byebug (3.9.0)
|
||||
byebug (~> 11.0)
|
||||
pry (~> 0.10)
|
||||
pry (~> 0.13.0)
|
||||
public_suffix (4.0.6)
|
||||
rack (2.2.3)
|
||||
rack-test (1.1.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue