Skip to content

Commit f23e80c

Browse files
committed
Do not install bundler if it is already there
Bundler is installed along with latest versions of `rubygems-update`
1 parent 7d68eb2 commit f23e80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source script/functions.sh
77

88
if is_ruby_23_plus; then
99
gem update --system
10-
gem install bundler
10+
gem install bundler --conservative
1111
else
1212
echo "Warning installing older versions of Rubygems / Bundler"
1313
gem update --system '2.7.8'

0 commit comments

Comments
 (0)