diff --git a/Gemfile.lock b/Gemfile.lock index 80c3bae..38a30dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,8 @@ GEM tzinfo (~> 2.0) ast (2.4.3) builder (3.2.4) - byebug (11.1.3) + byebug (13.0.0) + reline (>= 0.6.0) coderay (1.1.3) concurrent-ruby (1.1.10) crass (1.0.6) @@ -88,6 +89,7 @@ GEM multi_xml (>= 0.5.2) i18n (1.12.0) concurrent-ruby (~> 1.0) + io-console (0.8.2) json (2.18.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) @@ -100,7 +102,7 @@ GEM net-pop net-smtp marcel (1.0.2) - method_source (1.0.0) + method_source (1.1.0) mini_mime (1.1.2) mini_portile2 (2.8.1) minitest (5.16.3) @@ -123,12 +125,13 @@ GEM ast (~> 2.4.1) racc prism (1.9.0) - pry (0.14.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.10.1) - byebug (~> 11.0) - pry (>= 0.13, < 0.15) + reline (>= 0.6.0) + pry-byebug (3.12.0) + byebug (~> 13.0) + pry (>= 0.13, < 0.17) racc (1.8.1) rack (2.2.5) rack-test (2.0.2) @@ -162,6 +165,8 @@ GEM rainbow (3.1.1) rake (13.3.1) regexp_parser (2.11.3) + reline (0.6.3) + io-console (~> 0.5) rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0)