From bf5d4ce423b2e91027428d7359ea3d0061718940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:07:33 +0000 Subject: [PATCH] deps(bundler): bump rubocop and standard in /dependencies (#5295) Bumps [rubocop](https://github.com/rubocop/rubocop) and [standard](https://github.com/standardrb/standard). These dependencies needed to be updated together. Updates `rubocop` from 1.59.0 to 1.60.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.59.0...v1.60.2) Updates `standard` from 1.33.0 to 1.34.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.33.0...v1.34.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 4 ++-- dependencies/Gemfile.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 3c409f39..b881364c 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -4,11 +4,11 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem "rubocop", "~> 1.59.0" +gem "rubocop", "~> 1.60.2" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.34.5" gem "rubocop-performance", "~>1.20.2" gem "rubocop-rails", "~> 2.23" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.26.1" -gem "standard", "~>1.33" +gem "standard", "~>1.34" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index c3010676..8813e940 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -34,11 +34,11 @@ GEM rainbow (3.1.1) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.59.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -74,10 +74,10 @@ GEM rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - standard (1.33.0) + standard (1.34.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.59.0) + rubocop (~> 1.60) standard-custom (~> 1.0.0) standard-performance (~> 1.3) standard-custom (1.0.2) @@ -94,14 +94,14 @@ PLATFORMS ruby DEPENDENCIES - rubocop (~> 1.59.0) + rubocop (~> 1.60.2) rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.34.5) rubocop-performance (~> 1.20.2) rubocop-rails (~> 2.23) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.26.1) - standard (~> 1.33) + standard (~> 1.34) BUNDLED WITH 2.3.26