From b5ef97f919bc655dbf945894cf9f5fa6759f82f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:58:06 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.27.0 to 0.28.0 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.27.0 to 0.28.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.27.0...v0.28.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a848025..b59aebc 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'minitest-reporters', '~> 1.3' gem 'rake', '~> 13.0' gem 'rake-compiler', '~> 1.2' gem 'rubocop', '1.45.1' -gem 'rubocop-minitest', '0.27.0' +gem 'rubocop-minitest', '0.28.0' gem 'rubocop-packaging', '0.5.2' gem 'rubocop-performance', '1.16.0' gem 'rubocop-rake', '0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index b1f3d3a..da72ecf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,10 +37,10 @@ GEM rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.26.0) + rubocop-ast (1.27.0) parser (>= 3.2.1.0) - rubocop-minitest (0.27.0) - rubocop (>= 0.90, < 2.0) + rubocop-minitest (0.28.0) + rubocop (>= 1.39, < 2.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) rubocop-performance (1.16.0) @@ -63,7 +63,7 @@ DEPENDENCIES rake (~> 13.0) rake-compiler (~> 1.2) rubocop (= 1.45.1) - rubocop-minitest (= 0.27.0) + rubocop-minitest (= 0.28.0) rubocop-packaging (= 0.5.2) rubocop-performance (= 1.16.0) rubocop-rake (= 0.6.0)