summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-01-24 01:02:01 +0300
committerGitHub <noreply@github.com>2020-01-24 01:02:01 +0300
commita56734018becb3f6c02027162f4c2a5f853182ae (patch)
tree2933fd5f68e639d4b427aa5a0b313ab2abd9449e
parentf59e2a32330e0201fd94a5bc28e5b89128fae973 (diff)
resolves #240 update EPUBCheck to 4.2.2.0 (PR #251)
-rw-r--r--CHANGELOG.adoc1
-rw-r--r--Gemfile2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 8ebd8e4..e5409ea 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -14,6 +14,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* remove Namo Reader font-icon quirk that produced invalid markup (#192)
* fix the (in)famous `undefined method `to_ios'` when given a document that doesn't follow asciidoctor-epub3 rules (#7)
* route messages through the logger (#176)
+* update EPUBCheck to 4.2.2.0 (#240)
* handle invalid `revdate` gracefully (#14)
== 1.5.0.alpha.10 (2020-01-20) - @slonopotamus
diff --git a/Gemfile b/Gemfile
index 9bba0cd..7c37dad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ gemspec
gem 'asciidoctor', ENV['ASCIIDOCTOR_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_VERSION'
group :optional do
- gem 'epubcheck-ruby', '4.1.1.0'
+ gem 'epubcheck-ruby', '4.2.2.0'
gem 'kindlegen', (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0') ? '3.0.3' : '3.0.5'
gem 'pygments.rb', '1.2.1'
end