fix 'gem uninstall' to remove all versions of the gem

This commit is contained in:
Steve Rowe 2018-07-05 15:00:56 -04:00
parent 6c0a03c578
commit 407e1500bb
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 asciidoctor" # Get rid of all versions
echoRun "gem uninstall --all 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"