Skip to content

Commit

Permalink
chore: set maximum version of minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
bragamat committed Nov 8, 2023
1 parent 645ca82 commit 319db28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whenever.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "bundler"
s.add_development_dependency "rake"
s.add_development_dependency "mocha", ">= 0.9.5"
s.add_development_dependency "minitest"
s.add_development_dependency "mocha", ">= 0.9.5", "< 2.0.0"
s.add_development_dependency "minitest", "<= 5.2.0"
s.add_development_dependency "appraisal"
end

0 comments on commit 319db28

Please sign in to comment.