diff --git a/script/setup b/script/setup index 0602a396f75..50c219ee8e4 100755 --- a/script/setup +++ b/script/setup @@ -28,10 +28,8 @@ elif ! ruby --version | grep $RUBY_VERSION > /dev/null; then exit 1 fi -# Set up Ruby dependencies via Bundler -if ! command -v bundle > /dev/null; then - ./script/install-bundler -fi +# Install used Bundler version +./script/install-bundler # Install all dependencies bundle check || bundle install