From 199dee3f649ecd46ab174f81fbfc1f349394b928 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 10 Jan 2019 16:34:06 +1100 Subject: [PATCH] Use install-bundler in setup script --- script/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup b/script/setup index e03015ada2..430c07b911 100755 --- a/script/setup +++ b/script/setup @@ -33,7 +33,7 @@ fi # Set up Ruby dependencies via Bundler if ! command -v bundle > /dev/null; then - gem install bundler + ./script/install-bundler fi # Install all dependencies