diff --git a/Gemfile b/Gemfile index 03dc23e..7f6f28f 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "tsort" group :development, :test do gem "debug" gem "minitest", "~> 6.0" - gem "standard", "~> 1.54" + gem "standard", "~> 1.55" gem "simplecov", "~> 0.22" gem "simplecov-lcov", "~> 0.8" gem "steep", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 1116692..ca89dd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.4) + json (2.19.9) language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.10.0) @@ -38,7 +38,7 @@ GEM minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - parallel (1.27.0) + parallel (1.28.0) parser (3.3.11.1) ast (~> 2.4.1) racc @@ -63,21 +63,21 @@ GEM erb psych (>= 4.0.0) tsort - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) - 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) @@ -93,10 +93,10 @@ GEM simplecov-html (0.13.2) simplecov-lcov (0.9.0) simplecov_json_formatter (0.1.4) - 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) @@ -143,7 +143,7 @@ DEPENDENCIES rake (~> 13.4) simplecov (~> 0.22) simplecov-lcov (~> 0.8) - standard (~> 1.54) + standard (~> 1.55) steep (~> 2.0) taski! tsort