Skip to content

Commit

Permalink
Upgrade minitest to 5.21.1
Browse files Browse the repository at this point in the history
This fixes the mutex_m warning in Ruby 3.3.0 and unbreaks 3.4.0.
  • Loading branch information
rgrove committed Jan 12, 2024
1 parent 66cdca2 commit e04ce0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files -z`.split("\x0").grep_v(%r{^test/})

# Development dependencies.
s.add_development_dependency 'minitest', '~> 5.16.3'
s.add_development_dependency 'minitest', '~> 5.21.1'
s.add_development_dependency 'rake', '~> 13.0.6'
end

0 comments on commit e04ce0c

Please sign in to comment.