From 032f6e01a92e055aecb52bd5ce7d53b437157a79 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 13:25:26 +0100 Subject: [PATCH] Bump minitest from 5.13.0 to 5.14.0 (#256) Bumps [minitest](https://github.com/seattlerb/minitest) from 5.13.0 to 5.14.0. - [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.13.0...v5.14.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4e3abbd..2ad7b70 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem "rake", "~> 13.0" gem "chandler", "0.9.0" gem "mdl", "0.8.0" -gem "minitest", "~> 5.13" +gem "minitest", "~> 5.14" gem "rubocop", "0.79.0" gem "simplecov", "0.17.1" diff --git a/Gemfile.lock b/Gemfile.lock index 4f39dcb..82e7dea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM mixlib-cli (~> 2.1, >= 2.1.1) mixlib-config (>= 2.2.1, < 4) method_source (0.9.2) - minitest (5.13.0) + minitest (5.14.0) mixlib-cli (2.1.5) mixlib-config (3.0.6) tomlrb @@ -73,7 +73,7 @@ PLATFORMS DEPENDENCIES chandler (= 0.9.0) mdl (= 0.8.0) - minitest (~> 5.13) + minitest (~> 5.14) pry-byebug! rake (~> 13.0) rubocop (= 0.79.0)