Commit c370a188 by Uwe Kubosch Committed by GitHub

Uninstall global bundler

parent fd826429
sudo: false
language: ruby
before_install:
- gem query -I -n "^bundler$" -v ">=2" || gem uninstall bundler -v ">=2"
- gem query -I -n "^bundler$" -v ">=2" || gem uninstall bundler -v ">=2" || rvm @global do gem uninstall bundler -v ">=2"
- gem query -i -n "^bundler$" -v "<2" || gem install bundler -v "<2"
cache: bundler
rvm:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment