Skip to content

Commit

Permalink
Lock minitest to work around regression in 5.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Jun 16, 2022
1 parent 7620b99 commit fe8e4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ group :development do
end

group :test do
gem 'minitest', '~> 5.14'
gem 'minitest', '~> 5.15.0' # Regression in 5.16.0 causing failure on Ruby 2.7
gem 'rake', '~> 13.0'
end

Expand Down

0 comments on commit fe8e4fa

Please sign in to comment.