Skip to content

Commit

Permalink
Update gem minitest-reporters (1.2.0->1.3.1)
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
  • Loading branch information
david-a-wheeler committed Aug 14, 2018
1 parent 43f3851 commit a8ea32c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ group :test do
gem 'chromedriver-helper', '1.2.0', require: false
gem 'codecov', '0.1.10', require: false
gem 'minitest-rails-capybara', '3.0.1', require: false
gem 'minitest-reporters', '1.2.0', require: false
gem 'minitest-reporters', '1.3.1', require: false
gem 'minitest-retry', '0.1.9', require: false # Avoid Capybara false positives
gem 'poltergeist', '1.18.1', require: false
gem 'rails-controller-testing', '1.0.2' # need to require this one
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ GEM
minitest-capybara (~> 0.8)
minitest-metadata (~> 0.6)
minitest-rails (~> 3.0)
minitest-reporters (1.2.0)
minitest-reporters (1.3.1)
ansi
builder
minitest (>= 5.0)
Expand Down Expand Up @@ -348,7 +348,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-graphviz (1.2.3)
ruby-progressbar (1.9.0)
ruby-progressbar (1.10.0)
rubyzip (1.2.1)
rugged (0.27.2)
safe_yaml (1.0.4)
Expand Down Expand Up @@ -464,7 +464,7 @@ DEPENDENCIES
mail (= 2.7.0)
mdl (= 0.4.0)
minitest-rails-capybara (= 3.0.1)
minitest-reporters (= 1.2.0)
minitest-reporters (= 1.3.1)
minitest-retry (= 0.1.9)
octokit (= 4.9.0)
omniauth-github (= 1.3.0)
Expand Down

0 comments on commit a8ea32c

Please sign in to comment.