Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Bump minitest-reporters from 1.4.2 to 1.4.3 #202

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 @@ -39,7 +39,7 @@ end

group :test do
gem 'rails-controller-testing', '1.0.5'
gem 'minitest-reporters', '1.4.2'
gem 'minitest-reporters', '1.4.3'
gem 'guard', '2.16.2'
gem 'guard-minitest', '2.4.6'
gem 'codecov', :require => false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
minitest-reporters (1.4.2)
minitest (5.14.3)
minitest-reporters (1.4.3)
ansi
builder
minitest (>= 5.0)
Expand Down Expand Up @@ -178,7 +178,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
ruby-progressbar (1.10.1)
ruby-progressbar (1.11.0)
semantic_range (2.3.0)
shellany (0.0.1)
simplecov (0.19.0)
Expand Down Expand Up @@ -224,7 +224,7 @@ DEPENDENCIES
guard-minitest (= 2.4.6)
jbuilder (= 2.10.0)
listen (= 3.2.1)
minitest-reporters (= 1.4.2)
minitest-reporters (= 1.4.3)
omniauth-google-oauth2 (= 0.8.0)
pg (= 1.2.3)
puma (= 4.3.5)
Expand Down