Skip to content

Commit 4708e33

Browse files
committed
Update gem dependencies version
1 parent b6b81e2 commit 4708e33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

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

33
gem 'rake'
4-
gem 'asciidoctor', '1.5.6.1'
4+
gem 'asciidoctor', '1.5.6.2'
55

66
gem 'json'
77
gem 'awesome_print'
88

9-
gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3'
10-
gem 'asciidoctor-pdf', '1.5.0.alpha.16'
9+
gem 'asciidoctor-epub3', '~> 1.5.0.alpha.9'
10+
gem 'asciidoctor-pdf', '~> 1.5.0.beta.8'
1111
gem 'asciidoctor-pdf-cjk', '~> 0.1.3'
1212
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1'
1313

0 commit comments

Comments
 (0)