From d419d305f2a261532c5f49f7912c4290079e3f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 20:12:40 +0000 Subject: [PATCH] Update rubocop-minitest requirement from ~> 0.12.0 to ~> 0.13.0 Updates the requirements on [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to permit the latest version. - [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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1e5a8e6..be5aa1c 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'inch', require: false # For inline documents gem 'minitest', '~> 5.14' # For test gem 'rake', '~> 13.0' # For test and automation gem 'rubocop', '>= 0.79.0', require: false # For lint -gem 'rubocop-minitest', '~> 0.12.0', require: false # For lint +gem 'rubocop-minitest', '~> 0.13.0', require: false # For lint gem 'rubocop-performance', '~> 1.11.0', require: false # For lint gem 'rubocop-rake', '>= 0.5.1', require: false # For lint gem 'rubocop-sensible', '~> 0.3.0', require: false # For lint