diff --git a/Gemfile b/Gemfile index feb52d7..0306345 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ gem "frozen_record", "~> 0.27.4" gem "git", "~> 2.3" # Ruby's bikeshed-proof linter and formatter -gem "standard", "~> 1.43" +gem "standard", "~> 1.44" # Lint your ERB or HTML files gem "erb_lint", "~> 0.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7d63c9f..fc9dec1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM io-console (~> 0.5) rexml (3.3.9) rouge (4.5.1) - rubocop (1.69.2) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -260,7 +260,7 @@ GEM unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.23.0) + rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) @@ -289,10 +289,10 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - standard (1.43.0) + standard (1.44.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.69.1) + rubocop (~> 1.70.0) standard-custom (~> 1.0.0) standard-performance (~> 1.6) standard-custom (1.0.2) @@ -311,7 +311,7 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.3) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) useragent (0.16.11) @@ -369,7 +369,7 @@ DEPENDENCIES sitemap_generator (~> 6.3) sitepress-rails sprockets-rails - standard (~> 1.43) + standard (~> 1.44) stimulus-rails turbo-rails tzinfo-data