Skip to content

Commit 8c0593e

Browse files
committed
Update pdf theme
1 parent 844800e commit 8c0593e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'awesome_print'
88

99
gem 'asciidoctor-epub3', '1.0.0.alpha.2'
1010
gem 'asciidoctor-pdf', '1.5.0.alpha.8'
11-
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.0'
11+
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1'
1212

1313
gem 'coderay'
1414
gem 'pygments.rb'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ GEM
1919
safe_yaml (= 1.0.4)
2020
thread_safe (= 0.3.4)
2121
treetop (= 1.5.3)
22-
asciidoctor-pdf-cjk (0.1.1)
22+
asciidoctor-pdf-cjk (0.1.2)
2323
asciidoctor-pdf (~> 1.5.0.alpha.8)
24-
asciidoctor-pdf-cjk-kai_gen_gothic (0.1.0)
25-
asciidoctor-pdf-cjk (~> 0.1.1)
24+
asciidoctor-pdf-cjk-kai_gen_gothic (0.1.1)
25+
asciidoctor-pdf-cjk (~> 0.1.2)
2626
awesome_print (1.2.0)
2727
coderay (1.1.0)
28-
css_parser (1.3.6)
28+
css_parser (1.3.7)
2929
addressable
3030
epubcheck (3.0.1)
3131
gepub (0.6.9.2)
@@ -37,7 +37,7 @@ GEM
3737
mini_portile (0.6.0)
3838
nokogiri (1.6.3.1)
3939
mini_portile (= 0.6.0)
40-
pdf-core (0.5.1)
40+
pdf-core (0.6.0)
4141
pdf-reader (1.3.3)
4242
Ascii85 (~> 1.0.0)
4343
afm (~> 0.2.0)
@@ -46,8 +46,8 @@ GEM
4646
ttfunk
4747
polyglot (0.3.5)
4848
posix-spawn (0.3.9)
49-
prawn (2.0.1)
50-
pdf-core (~> 0.5.1)
49+
prawn (2.0.2)
50+
pdf-core (~> 0.6.0)
5151
ttfunk (~> 1.4.0)
5252
prawn-icon (0.6.4)
5353
prawn (>= 1.1.0, < 3.0.0)
@@ -78,7 +78,7 @@ DEPENDENCIES
7878
asciidoctor (= 1.5.0)
7979
asciidoctor-epub3 (= 1.0.0.alpha.2)
8080
asciidoctor-pdf (= 1.5.0.alpha.8)
81-
asciidoctor-pdf-cjk-kai_gen_gothic (~> 0.1.0)
81+
asciidoctor-pdf-cjk-kai_gen_gothic (~> 0.1.1)
8282
awesome_print
8383
coderay
8484
epubcheck

0 commit comments

Comments
 (0)