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.
2 parents 2f4f660 + 9cfea44 commit 1ab511aCopy full SHA for 1ab511a
Gemfile
@@ -1,13 +1,13 @@
1
source 'https://rubygems.org'
2
3
gem 'rake'
4
-gem 'asciidoctor', '1.5.6.1'
+gem 'asciidoctor', '~> 2.0', '>= 2.0.10'
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
12
gem 'coderay'
13
gem 'pygments.rb'
0 commit comments