Pin asciidoctor gem to v1.5.6.2 to avoid behavior changes in v1.5.7

This commit is contained in:
Steve Rowe 2018-05-17 14:42:12 -04:00
parent 88f8718f1b
commit 99c4adfb6a
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ echoRun "rvm $RUBY_VERSION@$GEMSET" # Activate this project's gemset
echoRun "gem install --force --version 3.5.0 jekyll"
echoRun "gem install --force --version 2.1.0 jekyll-asciidoc"
echoRun "gem install --force --version 1.1.2 pygments.rb"
echoRun "gem install --force --version 1.5.6.2 asciidoctor"
cd solr/solr-ref-guide