From 58722c3910236c9c8b4dea7e3a05e4680802004e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 3 Jan 2018 21:13:08 +0000 Subject: [PATCH] Bump minitest from 5.10.2 to 5.11.1 Bumps [minitest](https://github.com/seattlerb/minitest) from 5.10.2 to 5.11.1. - [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest/commits) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6683d70df..9d155b4fb 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,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.11.1' 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 d5794666d..c1d897b6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,7 +210,7 @@ GEM mime-types (2.99.3) mini_mime (0.1.3) mini_portile2 (2.3.0) - minitest (5.10.2) + minitest (5.11.1) multi_json (1.12.1) multi_xml (0.5.5) multipart-post (2.0.0) @@ -458,7 +458,7 @@ DEPENDENCIES launchy (~> 2.4.3) lograge (= 0.5.1) logstash-event (= 1.2.02) - minitest (~> 5.10.2) + minitest (~> 5.11.1) newrelic_rpm (= 4.1.0.333) nokogiri (= 1.8.1) omniauth (~> 1.7.1)