Skip to content

Commit

Permalink
Simplify minitest version constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Dec 23, 2019
1 parent 2bb3875 commit e236186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ group :test do

# Exclude Minitest v5.12.0. It is only compatible with Ruby >= 2.0.0, but does
# not specify a minimum Ruby version.
gem 'minitest', ['>= 5.11.3', '< 6', '!= 5.12.0']
gem 'minitest', ['~> 5.11', '!= 5.12.0']
end

0 comments on commit e236186

Please sign in to comment.