diff --git a/all-in-one.sh b/all-in-one.sh index 3cd8669d1..bbd4fa512 100755 --- a/all-in-one.sh +++ b/all-in-one.sh @@ -63,7 +63,13 @@ fi print_header 'Install Bundler' mkdir -p .bundled_gems export GEM_HOME=`pwd`/.bundled_gems -gem install bundler --version 1.17.3 --no-rdoc --no-ri --verbose +ruby <&1 if [ -f metadata.json ]; then diff --git a/playbooks/run-syntax-tests.yaml b/playbooks/run-syntax-tests.yaml index ce3be6232..d9c5a79b7 100644 --- a/playbooks/run-syntax-tests.yaml +++ b/playbooks/run-syntax-tests.yaml @@ -5,7 +5,13 @@ export PUPPET_GEM_VERSION='~> {{ puppet }}' mkdir .bundled_gems export GEM_HOME=`pwd`/.bundled_gems - gem install bundler --version 1.17.3 --no-rdoc --no-ri --verbose + ruby <