From 9284a81fcb4d15b320a83bf0ea846667ac297e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 06:38:58 +0000 Subject: [PATCH] Bump the rubocop group with 2 updates Bumps the rubocop group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rubocop` from 1.65.1 to 1.66.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.65.1...v1.66.1) Updates `rubocop-minitest` from 0.35.1 to 0.36.0 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.35.1...v0.36.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 18 +++++++----------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index d4b1e7c6..2f33480f 100644 --- a/Gemfile +++ b/Gemfile @@ -49,9 +49,9 @@ end group :development do gem 'annotate', '~> 3.2', require: false # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed - gem 'rubocop', '~> 1.65', require: false + gem 'rubocop', '~> 1.66', require: false gem 'rubocop-factory_bot', '~> 2.26', require: false - gem 'rubocop-minitest', '~> 0.35.1', require: false + gem 'rubocop-minitest', '~> 0.36.0', require: false gem 'rubocop-rails', '~> 2.26', require: false gem 'ruby-lsp', '~> 0.17.17', require: false diff --git a/Gemfile.lock b/Gemfile.lock index aaab46f1..aca5c4ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc pg (1.5.7) @@ -231,24 +231,21 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.6) - strscan - rubocop (1.65.1) + rubocop (1.66.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) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) - rubocop-minitest (0.35.1) + rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.26.0) @@ -275,7 +272,6 @@ GEM simplecov_json_formatter (0.1.3) sorbet-runtime (0.5.11553) stringio (3.1.1) - strscan (3.1.0) thor (1.3.2) timeout (0.4.1) tzinfo (2.0.6) @@ -312,9 +308,9 @@ DEPENDENCIES pundit (~> 2.4) rack-cors (~> 2.0) rails (~> 7.2) - rubocop (~> 1.65) + rubocop (~> 1.66) rubocop-factory_bot (~> 2.26) - rubocop-minitest (~> 0.35.1) + rubocop-minitest (~> 0.36.0) rubocop-rails (~> 2.26) ruby-lsp (~> 0.17.17) simplecov (~> 0.21)