From 1cce50e726bb83c6d8e5555fe4f804024f87f701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:58:19 +0000 Subject: [PATCH] Bump standard from 1.44.0 to 1.45.0 Bumps [standard](https://github.com/standardrb/standard) from 1.44.0 to 1.45.0. - [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.44.0...v1.45.0) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index ebbce45..23df9ad 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ group :development do gem "rubocop-rails", "~> 2.29", require: false gem "rubocop-rspec", "~> 3.4", require: false gem "rubocop-rspec_rails", "~> 2.30", require: false - gem "standard", "~> 1.44", require: false + gem "standard", "~> 1.45", require: false gem "web-console", "~> 4.2" end diff --git a/Gemfile.lock b/Gemfile.lock index 0d62c05..371e29b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,11 +233,11 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) jb (0.8.2) - json (2.9.1) + json (2.10.1) json-schema (5.1.1) addressable (~> 2.8) bigdecimal (~> 3.1) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) libxml-ruby (5.0.3) lint_roller (1.1.0) listen (3.9.0) @@ -335,7 +335,7 @@ GEM options (2.3.2) ostruct (0.6.1) parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc pp (0.6.2) @@ -445,17 +445,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.70.0) + rubocop (1.71.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) @@ -486,10 +486,10 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - standard (1.44.0) + standard (1.45.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.70.0) + rubocop (~> 1.71.0) standard-custom (~> 1.0.0) standard-performance (~> 1.6) standard-custom (1.0.2) @@ -586,7 +586,7 @@ DEPENDENCIES rubocop-rspec (~> 3.4) rubocop-rspec_rails (~> 2.30) rufus-scheduler (~> 3.9) - standard (~> 1.44) + standard (~> 1.45) tailwindcss-rails (~> 3.3) turbo-rails (~> 2.0) web-console (~> 4.2)