Skip to content

Commit 0fcd4b2

Browse files
committed
Updates depedencies
1 parent cf99f36 commit 0fcd4b2

File tree

2 files changed

+16
-21
lines changed

2 files changed

+16
-21
lines changed

Gemfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
# gem "rails"
88

9-
gem 'asciidoctor', '~> 1.5'
10-
11-
gem "asciidoctor-pdf", "~> 1.5.alpha.16"
12-
9+
gem 'asciidoctor', '~> 2.0'
10+
gem "asciidoctor-pdf", "~> 1.5.beta.3"
1311
gem "concurrent-ruby", "~> 1.1"
14-
1512
gem "rouge", "~> 3.3"
16-
17-
gem "asciidoctor-epub3", "~> 1.5.alpha.8"
18-
13+
gem "asciidoctor-epub3", "~> 1.5.alpha.9"
1914
gem "kindlegen", "~> 3.0"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.0.3)
5-
addressable (2.6.0)
6-
public_suffix (>= 2.0.2, < 4.0)
5+
addressable (2.7.0)
6+
public_suffix (>= 2.0.2, < 5.0)
77
afm (0.2.2)
88
asciidoctor (2.0.10)
99
asciidoctor-epub3 (1.5.0.alpha.9)
1010
asciidoctor (>= 1.5.0, < 3.0.0)
1111
concurrent-ruby (~> 1.1.5)
1212
gepub (~> 1.0.2)
1313
thread_safe (~> 0.3.6)
14-
asciidoctor-pdf (1.5.0.alpha.18)
14+
asciidoctor-pdf (1.5.0.beta.3)
1515
asciidoctor (>= 1.5.3, < 3.0.0)
1616
concurrent-ruby (~> 1.1.0)
1717
prawn (~> 2.2.0)
18-
prawn-icon (~> 2.3.0)
18+
prawn-icon (~> 2.4.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.3)
36+
nokogiri (1.10.4)
3737
mini_portile2 (~> 2.4.0)
3838
pdf-core (0.7.0)
39-
pdf-reader (2.2.0)
39+
pdf-reader (2.2.1)
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.3.0)
49+
prawn-icon (2.4.0)
5050
prawn (>= 1.1.0, < 3.0.0)
5151
prawn-svg (0.29.1)
5252
css_parser (~> 1.6)
@@ -56,9 +56,9 @@ GEM
5656
prawn-templates (0.1.1)
5757
pdf-reader (~> 2.0)
5858
prawn (~> 2.2)
59-
public_suffix (3.1.0)
60-
rake (12.3.2)
61-
rouge (3.4.1)
59+
public_suffix (4.0.1)
60+
rake (12.3.3)
61+
rouge (3.9.0)
6262
ruby-rc4 (0.1.5)
6363
rubyzip (1.2.3)
6464
safe_yaml (1.0.5)
@@ -71,9 +71,9 @@ PLATFORMS
7171
ruby
7272

7373
DEPENDENCIES
74-
asciidoctor (~> 2.0.10)
75-
asciidoctor-epub3 (~> 1.5.alpha.8)
76-
asciidoctor-pdf (~> 1.5.alpha.18)
74+
asciidoctor (~> 2.0)
75+
asciidoctor-epub3 (~> 1.5.alpha.9)
76+
asciidoctor-pdf (~> 1.5.beta.3)
7777
concurrent-ruby (~> 1.1)
7878
kindlegen (~> 3.0)
7979
rouge (~> 3.3)

0 commit comments

Comments
 (0)