Skip to content

Commit 97759f9

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 97759f9

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
@@ -6,8 +6,8 @@ set -e
66
source script/functions.sh
77

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

0 commit comments

Comments
 (0)