From 2c3af040e8485ee796d1bc02f19ce377fd6cf55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 10:10:00 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.34.2 to 0.34.3 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.34.2 to 0.34.3. - [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.34.2...v0.34.3) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 469b51ff..f7417aee 100644 --- a/Gemfile +++ b/Gemfile @@ -50,6 +50,6 @@ end group :development do gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed gem 'rubocop-factory_bot', '~> 2.24' - gem 'rubocop-minitest', '~> 0.34.2' + gem 'rubocop-minitest', '~> 0.34.3' gem 'rubocop-rails', '~> 2.23' end diff --git a/Gemfile.lock b/Gemfile.lock index 23c1f67f..9ddabeb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.0) ast (~> 2.4.1) racc pg (1.5.4) @@ -247,7 +247,7 @@ GEM parser (>= 3.2.1.0) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-minitest (0.34.2) + rubocop-minitest (0.34.3) rubocop (>= 1.39, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) rubocop-rails (2.23.1) @@ -301,7 +301,7 @@ DEPENDENCIES rack-cors (~> 2.0) rails (~> 7.1) rubocop-factory_bot (~> 2.24) - rubocop-minitest (~> 0.34.2) + rubocop-minitest (~> 0.34.3) rubocop-rails (~> 2.23) simplecov (~> 0.21) tzinfo-data