From 45d8ce95da6cb9e90367a47295aa660858c6143d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:30:00 -0800 Subject: [PATCH] build(deps-dev): bump standard from 1.41.1 to 1.42.0 (#110) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 8d455a8..f6d146f 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.41.1" + gem "standard", "~> 1.42.0" gem "pry", "~> 0.14" gem "webmock", "~> 3" gem "vcr", "~> 6" diff --git a/Gemfile.lock b/Gemfile.lock index 788128d..aeec045 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.7.2) + json (2.8.1) language_server-protocol (3.17.0.3) lint_roller (1.1.0) logger (1.6.1) @@ -96,7 +96,7 @@ GEM net-http (0.4.1) uri parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -123,7 +123,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.66.1) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -133,16 +133,16 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.36.1) parser (>= 3.3.1.0) rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - standard (1.41.1) + standard (1.42.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.66.0) + rubocop (~> 1.68.0) standard-custom (~> 1.0.0) standard-performance (~> 1.5) standard-custom (1.0.2) @@ -178,7 +178,7 @@ DEPENDENCIES pry (~> 0.14) rspec (~> 3.13) rspec-its (~> 2.0) - standard (~> 1.41.1) + standard (~> 1.42.0) vcr (~> 6) webmock (~> 3)