Skip to content

Commit 8ff84ee

Browse files
Update minitest-reporters requirement from < 1.7.2 to < 1.8.1 (#258)
1 parent e71e447 commit 8ff84ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :development, :test do
2323
gem 'minitest-debugger', require: false
2424
gem 'minitest-focus', '>= 1.1.2'
2525
gem 'minitest-hooks', '>= 1.5.0'
26-
gem 'minitest-reporters', '< 1.7.2'
26+
gem 'minitest-reporters', '< 1.8.1'
2727
gem 'mocha'
2828
gem 'rack-cache'
2929
gem 'rack-test'

0 commit comments

Comments
 (0)