From 3a2408066bb672907203754deab229a069a8c233 Mon Sep 17 00:00:00 2001 From: Daval Pargal Date: Tue, 14 Dec 2021 01:09:27 -0500 Subject: [PATCH] Fix repository setup --- clients/ruby/bin/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/ruby/bin/setup b/clients/ruby/bin/setup index dce67d86..c748ed42 100755 --- a/clients/ruby/bin/setup +++ b/clients/ruby/bin/setup @@ -3,6 +3,7 @@ set -euo pipefail IFS=$'\n\t' set -vx +sudo gem install bundler bundle install # Do any other automated setup that you need to do here