From 8d4d2862ae632fdd307671a0f339d64471ab4dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:45:56 +0000 Subject: [PATCH] build(deps-dev): bump standard from 1.42.1 to 1.43.0 Bumps [standard](https://github.com/standardrb/standard) from 1.42.1 to 1.43.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.42.1...v1.43.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 | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index cc94e49..ea8feb9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :development, :test do gem "rspec", "~> 3.13" gem "rspec-its", "~>2.0" - gem "standard", "~> 1.42.1" + gem "standard", "~> 1.43.0" gem "pry", "~> 0.15" gem "webmock", "~> 3" gem "vcr", "~> 6" diff --git a/Gemfile.lock b/Gemfile.lock index 76fa492..bee2c84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM interactor-contracts (0.3.0) dry-validation (~> 1.0) interactor (~> 3) - json (2.8.2) + json (2.9.0) language_server-protocol (3.17.0.3) lint_roller (1.1.0) logger (1.6.1) @@ -105,7 +105,7 @@ GEM public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -123,41 +123,43 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.69.1) 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.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.36.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - standard (1.42.1) + standard (1.43.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.68.0) + rubocop (~> 1.69.1) standard-custom (~> 1.0.0) - standard-performance (~> 1.5) + standard-performance (~> 1.6) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.5.0) + standard-performance (1.6.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + rubocop-performance (~> 1.23.0) thor (1.2.2) toml-rb (3.0.1) citrus (~> 3.0, > 3.0) racc (~> 1.7) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (1.0.2) vcr (6.3.1) base64 @@ -178,7 +180,7 @@ DEPENDENCIES pry (~> 0.15) rspec (~> 3.13) rspec-its (~> 2.0) - standard (~> 1.42.1) + standard (~> 1.43.0) vcr (~> 6) webmock (~> 3)