From 58f70ff10ff73c0e1bddbd8c7855432a29483fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 09:18:48 +0000 Subject: [PATCH] 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 175027e..3614bd5 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ end group :development do gem 'annotate', '~> 3.2' - gem 'rubocop-minitest', '~> 0.31.1' + gem 'rubocop-minitest', '~> 0.32.0' gem 'rubocop-rails', '~> 2.21' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index af89b1b..68fceff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,7 +244,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) @@ -312,7 +312,7 @@ DEPENDENCIES puma (~> 6.3) rack-cors rails (~> 7.0.8) - rubocop-minitest (~> 0.31.1) + rubocop-minitest (~> 0.32.0) rubocop-rails (~> 2.21) rugged selenium-webdriver