From b55313352d5d79a288c27d955d89cd3fa500c94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:25:22 +0000 Subject: [PATCH] chore(deps-dev): bump standard from 1.40.0 to 1.51.1 Bumps [standard](https://github.com/standardrb/standard) from 1.40.0 to 1.51.1. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.40.0...v1.51.1) --- updated-dependencies: - dependency-name: standard dependency-version: 1.51.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 56 +++++++++++++++++++++++++++------------------------- 2 files changed, 30 insertions(+), 28 deletions(-) diff --git a/Gemfile b/Gemfile index 30202d0..04b23c5 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "sprockets-rails" gem "sqlite3", "~> 1.7" group :development do - gem "standard", "~> 1.39" + gem "standard", "~> 1.51" gem "standard-rails", "~> 1.2" gem "yard", "~> 0.9.37" end diff --git a/Gemfile.lock b/Gemfile.lock index 96ffbbf..76ceae7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) @@ -100,8 +100,8 @@ GEM irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.2) - language_server-protocol (3.17.0.3) + json (2.13.2) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.6.0) loofah (2.22.0) @@ -137,10 +137,11 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - parallel (1.26.3) - parser (3.3.4.2) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) racc + prism (1.5.1) psych (5.1.2) stringio puma (6.4.2) @@ -187,27 +188,27 @@ GEM rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) + regexp_parser (2.11.3) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.6) - strscan - rubocop (1.65.1) + rubocop (1.80.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) - parser (>= 3.3.1.0) - rubocop-performance (1.21.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.46.0) + parser (>= 3.3.7.2) + prism (~> 1.4) + rubocop-performance (1.25.0) + lint_roller (~> 1.1) + rubocop (>= 1.75.0, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) rubocop-rails (2.26.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -229,28 +230,29 @@ GEM sqlite3 (1.7.3-x86-linux) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - standard (1.40.0) + standard (1.51.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.65.0) + rubocop (~> 1.80.2) standard-custom (~> 1.0.0) - standard-performance (~> 1.4) + standard-performance (~> 1.8) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.4.0) + standard-performance (1.8.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + rubocop-performance (~> 1.25.0) standard-rails (1.2.0) lint_roller (~> 1.0) rubocop-rails (~> 2.26.0) stringio (3.1.1) - strscan (3.1.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) useragent (0.16.10) webrick (1.8.1) websocket-driver (0.7.6) @@ -282,7 +284,7 @@ DEPENDENCIES sprockets-rails sqids-rails! sqlite3 (~> 1.7) - standard (~> 1.39) + standard (~> 1.51) standard-rails (~> 1.2) yard (~> 0.9.37)