Skip to content

Commit

Permalink
Revert "Pin minitest version to 5.21"
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak authored and skipkayhil committed May 15, 2024
1 parent 427fe4a commit f12bbb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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", ">= 5.15.0", "< 5.22.0"
gem "minitest", ">= 5.15.0"

# 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 @@ -93,7 +93,7 @@ PATH
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1, < 5.22.0)
minitest (>= 5.1)
tzinfo (~> 2.0, >= 2.0.5)
rails (8.0.0.alpha)
actioncable (= 8.0.0.alpha)
Expand Down Expand Up @@ -644,7 +644,7 @@ DEPENDENCIES
libxml-ruby
listen (~> 3.3)
mdl (!= 0.13.0)
minitest (>= 5.15.0, < 5.22.0)
minitest (>= 5.15.0)
minitest-bisect
minitest-ci
minitest-retry
Expand Down
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.add_dependency "tzinfo", "~> 2.0", ">= 2.0.5"
s.add_dependency "concurrent-ruby", "~> 1.0", ">= 1.0.2"
s.add_dependency "connection_pool", ">= 2.2.5"
s.add_dependency "minitest", ">= 5.1", "< 5.22.0"
s.add_dependency "minitest", ">= 5.1"
s.add_dependency "base64"
s.add_dependency "drb"
s.add_dependency "bigdecimal"
Expand Down

0 comments on commit f12bbb6

Please sign in to comment.