Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 914d702

Browse files
committed
Add debug information to update_rubygems_and_install_bundler
1 parent cb494eb commit 914d702

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ else
1313
gem update --system '2.7.8'
1414
gem install bundler -v '1.17.3'
1515
fi
16+
17+
echo "Setup complete"
18+
ruby -v
19+
gem -v
20+
bundler -v

0 commit comments

Comments
 (0)