Skip to content

Commit cfeb549

Browse files
committed
Add debug
1 parent 639bb90 commit cfeb549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ set -e
66
source script/functions.sh
77

88
if is_ruby_23_plus; then
9+
echo 'gem install bundler'
910
gem install bundler --conservative --no-document
11+
echo 'gem update --system'
1012
gem update --system
1113
else
1214
echo "Warning installing older versions of Rubygems / Bundler"

0 commit comments

Comments
 (0)