Skip to content

Commit

Permalink
Upgrade minitest and rake
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Dec 26, 2024
1 parent 63eecfd commit 9595066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sanitize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |s|
s.add_dependency('nokogiri', '>= 1.16.8')

# Development dependencies.
s.add_development_dependency('minitest', '~> 5.15') # needs to float to support ruby 2.5 and 3.4
s.add_development_dependency('rake', '~> 13.0.6')
s.add_development_dependency('minitest', '~> 5.25.4')
s.add_development_dependency('rake', '~> 13.2.1')

s.require_paths = ['lib']

Expand Down

0 comments on commit 9595066

Please sign in to comment.