diff --git a/Gemfile b/Gemfile index 5933896..c814540 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ source "https://rubygems.org" gem "rake" gem "rspec" gem "rubocop", require: false -gem "standardrb" +gem "standard", ">= 1.35.1" gem "yaml" diff --git a/Gemfile.lock b/Gemfile.lock index 2cd16de..18e80ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.2) - rubocop (1.71.0) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -43,20 +43,18 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - standard (1.35.0.1) + standard (1.44.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.62) + rubocop (~> 1.70.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.3) + standard-performance (~> 1.6) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) standard-performance (1.6.0) lint_roller (~> 1.1) rubocop-performance (~> 1.23.0) - standardrb (1.0.1) - standard unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) @@ -69,7 +67,7 @@ DEPENDENCIES rake rspec rubocop - standardrb + standard (>= 1.35.1) yaml BUNDLED WITH