From 8a370a9ecf85017362be59cf9c4465f1cb5e61e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 09:14:50 +0000 Subject: [PATCH 1/2] Bump rubocop-minitest from 0.31.1 to 0.32.0 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.31.1 to 0.32.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.31.1...v0.32.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 27bf2a5e..3e146008 100644 --- a/Gemfile +++ b/Gemfile @@ -51,6 +51,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-minitest', '~> 0.31.1' + gem 'rubocop-minitest', '~> 0.32.0' gem 'rubocop-rails', '~> 2.21' end diff --git a/Gemfile.lock b/Gemfile.lock index 10085c9d..8793e732 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-minitest (0.31.1) + rubocop-minitest (0.32.0) rubocop (>= 1.39, < 2.0) rubocop-rails (2.21.1) activesupport (>= 4.2.0) @@ -278,7 +278,7 @@ DEPENDENCIES pundit (~> 2.3) rack-cors (~> 2.0) rails (~> 7.0) - rubocop-minitest (~> 0.31.1) + rubocop-minitest (~> 0.32.0) rubocop-rails (~> 2.21) simplecov (~> 0.21) tzinfo-data From 2357aab532eba7fa2fd7207a328b0fde25eafd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 23 Sep 2023 09:15:31 +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 9716f975..248d0b71 100644 --- a/gemset.nix +++ b/gemset.nix @@ -887,10 +887,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0r0bif9fssw7jyxsbnxa5rqnihb9ips0jak8c9y8yx3xg3q3d9xx"; + sha256 = "1w4pakahwy8sq85f3qimg7rd1dirz3qc9h09igr6b6xzcljw23kf"; type = "gem"; }; - version = "0.31.1"; + version = "0.32.0"; }; rubocop-rails = { dependencies = ["activesupport" "rack" "rubocop"];