mirror of https://github.com/apache/lucene.git
fix 'gem uninstall' to remove ignore dependency conflicts
This commit is contained in:
parent
407e1500bb
commit
302df4dbf3
|
@ -60,7 +60,7 @@ echoRun "rvm $RUBY_VERSION@$GEMSET" # Activate this project's gemset
|
||||||
|
|
||||||
# Install gems in the gemset. Param --force disables dependency conflict detection.
|
# Install gems in the gemset. Param --force disables dependency conflict detection.
|
||||||
echoRun "gem install --force --version 3.5.0 jekyll"
|
echoRun "gem install --force --version 3.5.0 jekyll"
|
||||||
echoRun "gem uninstall --all asciidoctor" # Get rid of all versions
|
echoRun "gem uninstall --all --ignore-dependencies asciidoctor" # Get rid of all versions
|
||||||
echoRun "gem install --force --version 1.5.6.2 asciidoctor"
|
echoRun "gem install --force --version 1.5.6.2 asciidoctor"
|
||||||
echoRun "gem install --force --version 2.1.0 jekyll-asciidoc"
|
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.1.2 pygments.rb"
|
||||||
|
|
Loading…
Reference in New Issue