We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b81e2 commit 4708e33Copy full SHA for 4708e33
Gemfile
@@ -1,13 +1,13 @@
1
source 'https://rubygems.org'
2
3
gem 'rake'
4
-gem 'asciidoctor', '1.5.6.1'
+gem 'asciidoctor', '1.5.6.2'
5
6
gem 'json'
7
gem 'awesome_print'
8
9
-gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3'
10
-gem 'asciidoctor-pdf', '1.5.0.alpha.16'
+gem 'asciidoctor-epub3', '~> 1.5.0.alpha.9'
+gem 'asciidoctor-pdf', '~> 1.5.0.beta.8'
11
gem 'asciidoctor-pdf-cjk', '~> 0.1.3'
12
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1'
13
0 commit comments