Skip to content

Commit d2b91ca

Browse files
committed
Re-generate binstubs
1 parent 1453f96 commit d2b91ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if is_ruby_23_plus; then
1212
rvm @global do gem uninstall -aIx bundler || echo "Warning error occured removing bundler via rvm"
1313
yes | rvm @global do gem install bundler
1414
echo "Current bundler versions installed after 'gem install bundler': `gem list | grep '^bundler ('`"
15+
bundle binstubs bundler --force
1516
else
1617
echo "Warning installing older versions of Rubygems / Bundler"
1718
gem update --system '2.7.8'

0 commit comments

Comments
 (0)