You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/05/17 18:42:29 UTC

lucene-solr:master: Pin asciidoctor gem to v1.5.6.2 to avoid behavior changes in v1.5.7

Repository: lucene-solr
Updated Branches:
  refs/heads/master 88f8718f1 -> 99c4adfb6


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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/99c4adfb
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/99c4adfb
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/99c4adfb

Branch: refs/heads/master
Commit: 99c4adfb6ab83614874904cf366f32a110cb6ee0
Parents: 88f8718
Author: Steve Rowe <sa...@apache.org>
Authored: Thu May 17 14:42:12 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu May 17 14:42:12 2018 -0400

----------------------------------------------------------------------
 dev-tools/scripts/jenkins.build.ref.guide.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/99c4adfb/dev-tools/scripts/jenkins.build.ref.guide.sh
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/jenkins.build.ref.guide.sh b/dev-tools/scripts/jenkins.build.ref.guide.sh
index 0263ef3..95aa892 100755
--- a/dev-tools/scripts/jenkins.build.ref.guide.sh
+++ b/dev-tools/scripts/jenkins.build.ref.guide.sh
@@ -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