Skip to content

Commit

Permalink
Pin Minitest to work around crash on test failure.
Browse files Browse the repository at this point in the history
Minitest 5.11 is broken for environments, like Rails, that use custom
reporters. Pin to 5.10.3 in the meantime.
  • Loading branch information
lcreid authored and John Yeates committed Jan 12, 2018
1 parent 721f303 commit 857ed25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ group :test do
gem "sqlite3"
gem "timecop", "~> 0.7.1"
end

gem "minitest", "~> 5.10.3"

0 comments on commit 857ed25

Please sign in to comment.