Skip to content

Commit

Permalink
chore: asciidoctor-doctest is incompatible with minitest >= 5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 3, 2024
1 parent c69f169 commit 68d298b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoctor-revealjs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.0.0'
# Overriden in Gemfile
#s.add_development_dependency 'asciidoctor-doctest', '= 2.0.0.beta.7'
s.add_development_dependency 'minitest', '~> 5.14'
s.add_development_dependency 'minitest', [ '~> 5.24.0', '< 5.25']
if RUBY_ENGINE != 'jruby'
s.add_development_dependency 'pry', '~> 0.12.0'
s.add_development_dependency 'irb'
Expand Down

0 comments on commit 68d298b

Please sign in to comment.