From f1514e9a19d3fd5ab8fb37e12bc5df551e181310 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 17:26:05 +0000 Subject: [PATCH] Bump minitest from 5.10.3 to 5.14.0 Bumps [minitest](https://github.com/seattlerb/minitest) from 5.10.3 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.10.3...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 2528587f..f8024e94 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :development, :test do gem 'capybara', '~> 2.14.0' gem 'selenium-webdriver', '3.4.0' gem 'launchy', '~> 2.4.3' - gem "minitest", '~> 5.10.2' + gem "minitest", '~> 5.14.0' gem 'rspec-rails', '3.6.0' gem 'rspec-activemodel-mocks', '~> 1.0' gem 'simplecov', '~> 0.14.1' diff --git a/Gemfile.lock b/Gemfile.lock index db0d34ed..7daf92d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,7 +234,7 @@ GEM mime-types (2.99.3) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.10.3) + minitest (5.14.0) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) @@ -481,7 +481,7 @@ DEPENDENCIES launchy (~> 2.4.3) lograge (= 0.5.1) logstash-event (= 1.2.02) - minitest (~> 5.10.2) + minitest (~> 5.14.0) nokogiri (= 1.10.8) omniauth (~> 1.7.1) omniauth-shibboleth (~> 1.2.1)