Skip to content

Commit 4d4eb93

Browse files
committed
provision latest RubyGems
1 parent c7f7550 commit 4d4eb93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ install Ruby ruby2.4 ruby2.4-dev
2323
update-alternatives --set ruby /usr/bin/ruby2.4 >/dev/null 2>&1
2424
update-alternatives --set gem /usr/bin/gem2.4 >/dev/null 2>&1
2525

26+
echo installing current RubyGems
27+
gem update --system -N >/dev/null 2>&1
28+
2629
echo installing Bundler
2730
gem install bundler -N >/dev/null 2>&1
2831

0 commit comments

Comments
 (0)