diff --git a/Gemfile.lock b/Gemfile.lock index f08a080..1fce0d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,8 +83,9 @@ GEM activesupport (>= 5.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.2) jwt (2.4.1) + language_server-protocol (3.17.0.3) loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -99,9 +100,10 @@ GEM nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) - parallel (1.22.1) - parser (3.2.2.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) + racc pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -137,8 +139,7 @@ GEM thor (~> 1.0) rainbow (3.1.1) rake (12.3.3) - regexp_parser (2.7.0) - rexml (3.2.5) + regexp_parser (2.9.2) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -152,23 +153,23 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.0) - rubocop (1.50.0) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.28.0) - parser (>= 3.2.1.0) + rubocop-ast (1.32.3) + parser (>= 3.3.1.0) rubocop-performance (1.14.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rspec (2.12.1) - rubocop (~> 1.31) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.21.2) docile (~> 1.1) @@ -186,7 +187,7 @@ GEM thor (1.2.1) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.6.0) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5)