diff --git a/Gemfile b/Gemfile index f626ca7..4a7a4c1 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gemspec gem "rake", "~> 13.4" gem "rake-compiler" gem "rspec", "~> 3.13" -gem "standard", "~> 1.54" +gem "standard", "~> 1.55" diff --git a/Gemfile.lock b/Gemfile.lock index 28a694f..8ea99b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,11 +9,11 @@ GEM specs: ast (2.4.3) diff-lcs (1.6.2) - json (2.18.1) + json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - parallel (1.27.0) - parser (3.3.10.2) + parallel (1.28.0) + parser (3.3.11.1) ast (~> 2.4.1) racc prism (1.9.0) @@ -25,7 +25,7 @@ GEM rake-compiler-dock (1.12.0) rb_sys (0.9.128) rake-compiler-dock (= 1.12.0) - regexp_parser (2.11.3) + regexp_parser (2.12.0) rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -39,18 +39,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.7) - rubocop (1.84.2) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.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, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-performance (1.26.1) @@ -58,10 +58,10 @@ GEM rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (1.13.0) - standard (1.54.0) + standard (1.55.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.84.0) + rubocop (~> 1.87.0) standard-custom (~> 1.0.0) standard-performance (~> 1.8) standard-custom (1.0.2) @@ -83,7 +83,7 @@ DEPENDENCIES rake (~> 13.4) rake-compiler rspec (~> 3.13) - standard (~> 1.54) + standard (~> 1.55) BUNDLED WITH 2.6.9