fix 'gem uninstall' to remove ignore dependency conflicts

This commit is contained in:
Steve Rowe 2018-07-05 15:03:41 -04:00
parent 407e1500bb
commit 302df4dbf3
1 changed files with 1 additions and 1 deletions

View File

@ -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.
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 2.1.0 jekyll-asciidoc"
echoRun "gem install --force --version 1.1.2 pygments.rb"