diff --git a/Gemfile.lock b/Gemfile.lock index 65cf156..860740e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,11 +11,11 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.8) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) - bigdecimal (4.0.1) + bigdecimal (4.1.2) coderay (1.1.3) concurrent-ruby (1.3.6) connection_pool (2.5.5) @@ -35,25 +35,28 @@ GEM faraday (~> 2.0) hashdiff (1.2.1) io-console (0.8.2) - json (2.7.6) + json (2.19.5) + language_server-protocol (3.17.0.5) + lint_roller (1.1.0) method_source (1.1.0) net-http-persistent (4.0.8) connection_pool (>= 2.2.4, < 4) - parallel (1.24.0) - parser (3.3.10.1) + parallel (1.28.0) + parser (3.3.11.1) ast (~> 2.4.1) racc + prism (1.9.0) prometheus-client (4.2.5) base64 pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) reline (>= 0.6.0) - public_suffix (5.1.1) + public_suffix (6.0.2) racc (1.8.1) rainbow (3.1.1) rake (13.3.1) - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) @@ -70,18 +73,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.7) - rubocop (1.50.2) + rubocop (1.86.1) json (~> 2.3) - parallel (~> 1.10) - parser (>= 3.2.0.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) + parallel (>= 1.10) + 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.9.3, < 3.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.49.1) + parser (>= 3.3.7.2) + prism (~> 1.7) rubocop-capybara (2.18.0) rubocop (~> 1.41) rubocop-rspec (2.20.0) @@ -89,9 +94,11 @@ GEM rubocop-capybara (~> 2.17) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - unicode-display_width (2.6.0) - vcr (6.1.0) - webmock (3.26.1) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.2.0) + vcr (6.4.0) + webmock (3.26.2) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0)