Skip to content

Commit

Permalink
Skip minitest v5.25.3 to workaround CI failures
Browse files Browse the repository at this point in the history
This commit skips minitest v5.25.3 to workaround CI failures
as per reported rails#53813

Refer to minitest/minitest#1022

Fix rails#53813
  • Loading branch information
yahonda committed Dec 4, 2024
1 parent 4dd8fb3 commit 4cc81b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
gemspec

gem "minitest"
gem "minitest", "!= 5.25.3"

# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem "rake", ">= 13"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ GEM
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
minitest (5.25.2)
minitest-bisect (1.7.0)
minitest-server (~> 1.0)
path_expander (~> 1.1)
Expand Down Expand Up @@ -698,7 +698,7 @@ DEPENDENCIES
libxml-ruby
listen (~> 3.3)
mdl (!= 0.13.0)
minitest
minitest (!= 5.25.3)
minitest-bisect
minitest-ci
minitest-retry
Expand Down

0 comments on commit 4cc81b1

Please sign in to comment.