Skip to content

Commit

Permalink
Ban gepub 1.0.16 to fix CI (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed May 12, 2024
1 parent 2339809 commit 59bd130
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion asciidoctor-epub3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop-rspec', '~> 2.20.0'

s.add_runtime_dependency 'asciidoctor', '~> 2.0'
s.add_runtime_dependency 'gepub', '~> 1.0.0'

# Temporarily ban gepub 1.0.16
# Looks like it stopped properly closing files after writing
# See https://github.com/skoji/gepub/pull/140#issuecomment-2106238457
s.add_runtime_dependency 'gepub', '>= 1.0.0', '<= 1.0.15'
# s.add_runtime_dependency 'gepub', '~> 1.0.0'

s.add_runtime_dependency 'mime-types', '~> 3.0'

# TODO: switch to 'sass-embedded' when we drop Ruby 2.5 support
Expand Down

0 comments on commit 59bd130

Please sign in to comment.