Skip to content

Commit db00ba8

Browse files
Sherry520networm
authored andcommitted
fixes build without mobi
1 parent 5137b7d commit db00ba8

File tree

2 files changed

+137
-242
lines changed

2 files changed

+137
-242
lines changed

Gemfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
source 'https://rubygems.org'
22

3+
gem 'ffi', '1.16.3'
34
gem 'rake'
4-
gem 'asciidoctor', '1.5.6.2'
5+
gem 'asciidoctor', '2.0.12'
56

67
gem 'json'
78
gem 'awesome_print'
89

9-
gem 'ttfunk', '= 1.5.1'
10+
gem 'ttfunk', '1.5.1'
11+
gem 'asciidoctor-fb2'
1012
gem 'asciidoctor-epub3', '1.5.0.alpha.9'
1113
gem 'asciidoctor-pdf', '1.5.0.alpha.16'
1214
gem 'asciidoctor-pdf-cjk', '~> 0.1.3'
13-
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1'
15+
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', github: 'Sherry520/asciidoctor-pdf-cjk-kai_gen_gothic'
1416

1517
gem 'coderay'
1618
gem 'pygments.rb'
1719
gem 'thread_safe'
1820
gem 'epubcheck-ruby'
19-
gem 'kindlegen'
21+
gem 'html-proofer'
2022

21-
gem 'octokit'
22-
gem 'github_changelog_generator', github: 'Furtif/github-changelog-generator'
23+
#gem 'kindlegen', '3.1.1'

0 commit comments

Comments
 (0)