diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2024-05-15 09:58:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-15 09:58:02 +0300 |
| commit | 8e1bc83a86f7c04985827a0dcfcf33c1db2683e7 (patch) | |
| tree | 81f20085ff9b30d4bff8ee4745453457bce364cd | |
| parent | e513be2e460ae16ac13ddb61f927cddc63b68758 (diff) | |
Revert "Ban gepub 1.0.16 to fix CI (#474)" (#479)
This reverts commit 59bd1302a3d478347e203aa74e3dbb9c050d8c5d.
| -rw-r--r-- | asciidoctor-epub3.gemspec | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec index 9a45ce7..f601596 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -41,13 +41,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rubocop-rspec', '~> 2.20.0' s.add_runtime_dependency 'asciidoctor', '~> 2.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 'gepub', '~> 1.0.0' s.add_runtime_dependency 'mime-types', '~> 3.0' # TODO: switch to 'sass-embedded' when we drop Ruby 2.5 support |
