From 5db1e07e783f33580d0b1a834cb43cdec5ccc2eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 13:46:47 +0000 Subject: [PATCH] Update minitest requirement from ~> 5.3.1 to ~> 5.14.4 Updates the requirements on [minitest](https://github.com/seattlerb/minitest) to permit the latest version. - [Release notes](https://github.com/seattlerb/minitest/releases) - [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest/compare/v5.3.1...v5.14.4) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 76cb5292..1e1d311d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,5 @@ gemspec group :test do gem "turn" - gem 'minitest', '~> 5.3.1' + gem 'minitest', '~> 5.14.4' end