Skip to content

Commit

Permalink
Lock minitest version to lower than 5.19.0 since that one changes a c…
Browse files Browse the repository at this point in the history
…onstant name in a way that breaks us.
  • Loading branch information
faisal committed Sep 5, 2023
1 parent 9d20b31 commit 696ba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubycritic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'diff-lcs', '~> 1.3'
spec.add_development_dependency 'fakefs', '~> 2.4.0'
spec.add_development_dependency 'mdl', '~> 0.12.0'
spec.add_development_dependency 'minitest', '>= 5.3.0'
spec.add_development_dependency 'minitest', '>= 5.3.0', '< 5.19.0'
spec.add_development_dependency 'minitest-around', '~> 0.5.0', '>= 0.4.0'
spec.add_development_dependency 'mocha', '~> 2.0.2'
spec.add_development_dependency 'rake', '~> 13.0.6', '>= 11.0.0'
Expand Down

0 comments on commit 696ba65

Please sign in to comment.