We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1453f96 commit d2b91caCopy full SHA for d2b91ca
script/update_rubygems_and_install_bundler
@@ -12,6 +12,7 @@ if is_ruby_23_plus; then
12
rvm @global do gem uninstall -aIx bundler || echo "Warning error occured removing bundler via rvm"
13
yes | rvm @global do gem install bundler
14
echo "Current bundler versions installed after 'gem install bundler': `gem list | grep '^bundler ('`"
15
+ bundle binstubs bundler --force
16
else
17
echo "Warning installing older versions of Rubygems / Bundler"
18
gem update --system '2.7.8'
0 commit comments