From 2d4eb1be6749ec6e3799996466c50c001add5a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:43:50 +0000 Subject: [PATCH] Bump rubocop and standard 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.62.1 - [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.62.1) Updates `standard` from 1.33.0 to 1.35.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.33.0...v1.35.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 6543ad0..afa4bea 100644 --- a/Gemfile +++ b/Gemfile @@ -116,7 +116,7 @@ gem "solid_queue", "~> 0.2.1" gem "activejob-status", "~> 1.0" -gem "standard", "~> 1.33" +gem "standard", "~> 1.35" gem "standard-rails", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 456319a..0072903 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,19 +314,19 @@ GEM rinku (2.0.6) rotp (6.3.0) rouge (4.2.0) - rubocop (1.59.0) + rubocop (1.62.1) 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) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) @@ -387,10 +387,10 @@ GEM sqlite3 (1.7.2-x86_64-darwin) sqlite3 (1.7.2-x86_64-linux) stackprof (0.2.26) - standard (1.33.0) + standard (1.35.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.59.0) + rubocop (~> 1.62.0) standard-custom (~> 1.0.0) standard-performance (~> 1.3) standard-custom (1.0.2) @@ -516,7 +516,7 @@ DEPENDENCIES sorbet-runtime sqlite3 (~> 1.4) stackprof - standard (~> 1.33) + standard (~> 1.35) standard-rails (~> 1.0) stimulus-rails syntax_suggest (~> 2.0)