diff --git a/Gemfile b/Gemfile index 6543ad0..afa4bea 100644 --- a/Gemfile +++ b/Gemfile @@ -116,7 +116,7 @@ gem "solid_queue", "~> 0.2.1" gem "activejob-status", "~> 1.0" -gem "standard", "~> 1.33" +gem "standard", "~> 1.35" gem "standard-rails", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 995daf7..b701ad7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,19 +314,19 @@ GEM rinku (2.0.6) rotp (6.3.0) rouge (4.2.0) - rubocop (1.59.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + 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.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) @@ -387,10 +387,10 @@ GEM sqlite3 (1.7.2-x86_64-darwin) sqlite3 (1.7.2-x86_64-linux) stackprof (0.2.26) - standard (1.33.0) + standard (1.35.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.59.0) + rubocop (~> 1.62.0) standard-custom (~> 1.0.0) standard-performance (~> 1.3) standard-custom (1.0.2) @@ -516,7 +516,7 @@ DEPENDENCIES sorbet-runtime sqlite3 (~> 1.4) stackprof - standard (~> 1.33) + standard (~> 1.35) standard-rails (~> 1.0) stimulus-rails syntax_suggest (~> 2.0)