diff --git a/Gemfile b/Gemfile index cfd15d6..a474079 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ gemspec gem 'minitest', '~> 5.20' gem 'minitest-ci', '~> 3.4' -gem 'minitest-reporters', '~> 1.3' +gem 'minitest-reporters', '~> 1.6' gem 'rake', '~> 13.0' gem 'rake-compiler', '~> 1.2' gem 'rubocop', '1.54.0' diff --git a/Gemfile.lock b/Gemfile.lock index facb6d2..005087d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM minitest (5.20.0) minitest-ci (3.4.0) minitest (>= 5.0.6) - minitest-reporters (1.6.0) + minitest-reporters (1.6.1) ansi builder minitest (>= 5.0) @@ -63,7 +63,7 @@ PLATFORMS DEPENDENCIES minitest (~> 5.20) minitest-ci (~> 3.4) - minitest-reporters (~> 1.3) + minitest-reporters (~> 1.6) rake (~> 13.0) rake-compiler (~> 1.2) rubocop (= 1.54.0)