Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Bump minitest from 5.10.3 to 5.14.0 #752

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down