Skip to content

Commit e73d8b1

Browse files
committed
fix asciidoctor to the latest stable
This helps reproducible build and fixes a regression in the latest master.
1 parent 6d42f6a commit e73d8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'rake'
4-
gem 'asciidoctor', :git => 'https://github.com/asciidoctor/asciidoctor'
4+
gem 'asciidoctor', '1.5.6.1'
55

66
gem 'json'
77
gem 'awesome_print'

0 commit comments

Comments
 (0)