Skip to content

Commit

Permalink
dep: update minitest dependency to avoid mutex_m on ruby 3.4.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 12, 2024
1 parent 26ae4db commit e9fc1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanitize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency('nokogiri', '>= 1.12.0')

# Development dependencies.
s.add_development_dependency('minitest', '~> 5.14.4')
s.add_development_dependency('minitest', '~> 5.23.1')
s.add_development_dependency('rake', '~> 13.0.6')

s.require_paths = ['lib']
Expand Down

0 comments on commit e9fc1f0

Please sign in to comment.