mirror of https://github.com/apache/lucene.git
Pin asciidoctor gem to v1.5.6.2 to avoid behavior changes in v1.5.7
This commit is contained in:
parent
88f8718f1b
commit
99c4adfb6a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue