Skip to content

Commit 0b12c08

Browse files
committed
Update dependencies
1 parent 0a1045e commit 0b12c08

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
77
# gem "rails"
88

99
gem 'asciidoctor', '~> 2.0'
10-
gem "asciidoctor-pdf", "~> 1.5.beta.3"
10+
gem "asciidoctor-pdf", "~> 1.5.beta.7"
1111
gem "concurrent-ruby", "~> 1.1"
1212
gem "rouge", "~> 3.3"
1313
gem "asciidoctor-epub3", "~> 1.5.alpha.9"

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ GEM
1111
concurrent-ruby (~> 1.1.5)
1212
gepub (~> 1.0.2)
1313
thread_safe (~> 0.3.6)
14-
asciidoctor-pdf (1.5.0.beta.3)
14+
asciidoctor-pdf (1.5.0.beta.7)
1515
asciidoctor (>= 1.5.3, < 3.0.0)
1616
concurrent-ruby (~> 1.1.0)
1717
prawn (~> 2.2.0)
18-
prawn-icon (~> 2.4.0)
18+
prawn-icon (~> 2.5.0)
1919
prawn-svg (~> 0.29.0)
2020
prawn-table (~> 0.2.0)
2121
prawn-templates (~> 0.1.0)
@@ -33,10 +33,10 @@ GEM
3333
rake
3434
rubyzip
3535
mini_portile2 (2.4.0)
36-
nokogiri (1.10.4)
36+
nokogiri (1.10.5)
3737
mini_portile2 (~> 2.4.0)
3838
pdf-core (0.7.0)
39-
pdf-reader (2.2.1)
39+
pdf-reader (2.3.0)
4040
Ascii85 (~> 1.0.0)
4141
afm (~> 0.2.1)
4242
hashery (~> 2.0)
@@ -46,7 +46,7 @@ GEM
4646
prawn (2.2.2)
4747
pdf-core (~> 0.7.0)
4848
ttfunk (~> 1.5)
49-
prawn-icon (2.4.0)
49+
prawn-icon (2.5.0)
5050
prawn (>= 1.1.0, < 3.0.0)
5151
prawn-svg (0.29.1)
5252
css_parser (~> 1.6)
@@ -57,10 +57,10 @@ GEM
5757
pdf-reader (~> 2.0)
5858
prawn (~> 2.2)
5959
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)
6262
ruby-rc4 (0.1.5)
63-
rubyzip (1.2.3)
63+
rubyzip (2.0.0)
6464
safe_yaml (1.0.5)
6565
thread_safe (0.3.6)
6666
treetop (1.5.3)
@@ -73,7 +73,7 @@ PLATFORMS
7373
DEPENDENCIES
7474
asciidoctor (~> 2.0)
7575
asciidoctor-epub3 (~> 1.5.alpha.9)
76-
asciidoctor-pdf (~> 1.5.beta.3)
76+
asciidoctor-pdf (~> 1.5.beta.7)
7777
concurrent-ruby (~> 1.1)
7878
kindlegen (~> 3.0)
7979
rouge (~> 3.3)

0 commit comments

Comments
 (0)