From 60200ac6d2f21798cd939c87c0b24a8105f9a37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 10:30:13 +0000 Subject: [PATCH 1/2] 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 61212359..fa363e1d 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.25' - 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 93e5cfc3..c7bc6662 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM parser (>= 3.2.1.0) rubocop-factory_bot (2.25.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.25) - rubocop-minitest (~> 0.34.2) + rubocop-minitest (~> 0.34.3) rubocop-rails (~> 2.23) simplecov (~> 0.21) tzinfo-data From 0bac7e834c0ba5588acfcb8fc5c260e440fd7291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 6 Jan 2024 10:30:47 +0000 Subject: [PATCH 2/2] Update gemset.nix --- gemset.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemset.nix b/gemset.nix index dc3be770..1366a442 100644 --- a/gemset.nix +++ b/gemset.nix @@ -929,10 +929,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0jqymdrhshhwa3ajgmxds1qv0x1d1r5hzvbdnrk51h2licgxypf2"; + sha256 = "0kjisbfyrn69hm0f696ggr8m7p77lk55k1ivy92nhnk1wa59i2gl"; type = "gem"; }; - version = "0.34.2"; + version = "0.34.3"; }; rubocop-rails = { dependencies = ["activesupport" "rack" "rubocop" "rubocop-ast"];