Skip to content

Commit

Permalink
Restrict version of minitest to avoid test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Sep 30, 2023
1 parent a3d9d8c commit 37b714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('simplecov-lcov', '>0.7.0')
end

s.add_development_dependency('minitest', '~> 5.5')
s.add_development_dependency('minitest', '~> 5.5', '<5.19.0')
s.add_development_dependency('mocha', '~> 0.14')

if RUBY_VERSION < '2.0'
Expand Down

0 comments on commit 37b714c

Please sign in to comment.