From b45b3d7181875a2fc2f61b66926d3ffbbe5ebd97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 12:12:29 +0100 Subject: [PATCH] Bump rubocop-minitest from 0.34.1 to 0.34.2 (#522) * Bump rubocop-minitest from 0.34.1 to 0.34.2 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.34.1 to 0.34.2. - [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.1...v0.34.2) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- gemset.nix | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f0d92507..469b51ff 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.1' + gem 'rubocop-minitest', '~> 0.34.2' gem 'rubocop-rails', '~> 2.23' end diff --git a/Gemfile.lock b/Gemfile.lock index 22c97144..23c1f67f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM parser (>= 3.2.1.0) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-minitest (0.34.1) + rubocop-minitest (0.34.2) 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.1) + rubocop-minitest (~> 0.34.2) rubocop-rails (~> 2.23) simplecov (~> 0.21) tzinfo-data diff --git a/gemset.nix b/gemset.nix index 2231b4f3..b3131726 100644 --- a/gemset.nix +++ b/gemset.nix @@ -929,10 +929,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0zvw4adk7iwk6dn6d9jqrgzmydi97q6r82lmi4h0lkbvdah003rb"; + sha256 = "0jqymdrhshhwa3ajgmxds1qv0x1d1r5hzvbdnrk51h2licgxypf2"; type = "gem"; }; - version = "0.34.1"; + version = "0.34.2"; }; rubocop-rails = { dependencies = ["activesupport" "rack" "rubocop" "rubocop-ast"];