Skip to content

Commit fc124e9

Browse files
committed
Try to make bundle 2.1.1 default gem version
1 parent 9c13baf commit fc124e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ if is_ruby_23_plus; then
1010
echo "Current bundler versions installed: `gem list | grep '^bundler ('`"
1111
gem uninstall -aIx bundler || echo "Warning error occured removing bundler via gem"
1212
rvm @global do gem uninstall -aIx bundler || echo "Warning error occured removing bundler via rvm"
13-
gem install bundler
13+
gem install bundler --default -v "2.1.1"
14+
echo "Current bundler versions installed after 'gem install bundler': `gem list | grep '^bundler ('`"
1415
else
1516
echo "Warning installing older versions of Rubygems / Bundler"
1617
gem update --system '2.7.8'

0 commit comments

Comments
 (0)