Skip to content

Commit

Permalink
adjust to new asciidoctor docker version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity666 committed Dec 16, 2020
1 parent 753de90 commit 9ec37dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby-grafana-reporter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'asciidoctor-pdf', '~>1.5'
# the following package includes an interface to zip, which is also needed here
# make sure that supported zip versions match - look in sub-dependency 'gepub'
# s.add_runtime_dependency 'asciidoctor-epub3', '~>1.5.0.alpha.18'
s.add_runtime_dependency 'rubyzip', '>1.1.1', '<2.3'
# s.add_runtime_dependency 'asciidoctor-epub3', '~>1.5.0'
s.add_runtime_dependency 'rubyzip', '>1.1.1', '<2.4'

s.add_development_dependency 'rspec', '~>3.9'
s.add_development_dependency 'simplecov', '~>0.16'
Expand Down

0 comments on commit 9ec37dd

Please sign in to comment.