Skip to content

Commit

Permalink
Pin minitest to < 5.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Aug 15, 2024
1 parent c1d05c8 commit a11f4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec
CURRENT_RAILS_VERSION = "7.1"
rails_version = ENV.fetch("RAILS_VERSION", CURRENT_RAILS_VERSION)

gem "minitest"
gem "minitest", "< 5.25.0" # minitest 5.25.0+ is incompatible with minitest-hooks
gem "minitest-hooks"
gem "minitest-reporters"
gem "debug"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ DEPENDENCIES
json_api_client
kramdown (~> 2.4)
kredis
minitest
minitest (< 5.25.0)
minitest-hooks
minitest-reporters
mutex_m
Expand Down

0 comments on commit a11f4ce

Please sign in to comment.