File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
7
7
# gem "rails"
8
8
9
9
gem 'asciidoctor' , '~> 2.0'
10
- gem "asciidoctor-pdf" , "~> 1.5.beta.3 "
10
+ gem "asciidoctor-pdf" , "~> 1.5.beta.7 "
11
11
gem "concurrent-ruby" , "~> 1.1"
12
12
gem "rouge" , "~> 3.3"
13
13
gem "asciidoctor-epub3" , "~> 1.5.alpha.9"
Original file line number Diff line number Diff line change 11
11
concurrent-ruby (~> 1.1.5 )
12
12
gepub (~> 1.0.2 )
13
13
thread_safe (~> 0.3.6 )
14
- asciidoctor-pdf (1.5.0.beta.3 )
14
+ asciidoctor-pdf (1.5.0.beta.7 )
15
15
asciidoctor (>= 1.5.3 , < 3.0.0 )
16
16
concurrent-ruby (~> 1.1.0 )
17
17
prawn (~> 2.2.0 )
18
- prawn-icon (~> 2.4 .0 )
18
+ prawn-icon (~> 2.5 .0 )
19
19
prawn-svg (~> 0.29.0 )
20
20
prawn-table (~> 0.2.0 )
21
21
prawn-templates (~> 0.1.0 )
33
33
rake
34
34
rubyzip
35
35
mini_portile2 (2.4.0 )
36
- nokogiri (1.10.4 )
36
+ nokogiri (1.10.5 )
37
37
mini_portile2 (~> 2.4.0 )
38
38
pdf-core (0.7.0 )
39
- pdf-reader (2.2.1 )
39
+ pdf-reader (2.3.0 )
40
40
Ascii85 (~> 1.0.0 )
41
41
afm (~> 0.2.1 )
42
42
hashery (~> 2.0 )
46
46
prawn (2.2.2 )
47
47
pdf-core (~> 0.7.0 )
48
48
ttfunk (~> 1.5 )
49
- prawn-icon (2.4 .0 )
49
+ prawn-icon (2.5 .0 )
50
50
prawn (>= 1.1.0 , < 3.0.0 )
51
51
prawn-svg (0.29.1 )
52
52
css_parser (~> 1.6 )
57
57
pdf-reader (~> 2.0 )
58
58
prawn (~> 2.2 )
59
59
public_suffix (4.0.1 )
60
- rake (12.3.3 )
61
- rouge (3.9 .0 )
60
+ rake (13.0.0 )
61
+ rouge (3.12 .0 )
62
62
ruby-rc4 (0.1.5 )
63
- rubyzip (1.2.3 )
63
+ rubyzip (2.0.0 )
64
64
safe_yaml (1.0.5 )
65
65
thread_safe (0.3.6 )
66
66
treetop (1.5.3 )
@@ -73,7 +73,7 @@ PLATFORMS
73
73
DEPENDENCIES
74
74
asciidoctor (~> 2.0 )
75
75
asciidoctor-epub3 (~> 1.5.alpha.9 )
76
- asciidoctor-pdf (~> 1.5.beta.3 )
76
+ asciidoctor-pdf (~> 1.5.beta.7 )
77
77
concurrent-ruby (~> 1.1 )
78
78
kindlegen (~> 3.0 )
79
79
rouge (~> 3.3 )
You can’t perform that action at this time.
0 commit comments