Skip to content

Commit

Permalink
Clarify when minitest workaround can be removed
Browse files Browse the repository at this point in the history
The Rails fix was backported to the 5.1 branch, so we can remove the
workaround when the next version of 5.1.x is released.
  • Loading branch information
mattbrictson committed Jan 23, 2018
1 parent d5532a8 commit 0f52dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/gemfiles/5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ gemspec path: "../../"
gem "rails", "~> 5.1.0"

group :test do
# TODO: remove once Rails 5.1.5 is released
gem "minitest", "~> 5.10.3"

gem "diffy"
gem "equivalent-xml"
gem "mocha"
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec path: "../../"
gem "rails", "~> 5.2.0.beta2"

group :test do
# can relax version requirement for Rails 5.2.beta3+
# TODO: remove once Rails > 5.2.0.beta2 is released
gem "minitest", "~> 5.10.3"

gem "diffy"
Expand Down

0 comments on commit 0f52dbb

Please sign in to comment.