github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/clients/cmd/fluentd/bin/setup (about)

     1  #!/usr/bin/env bash
     2  
     3  set -euo pipefail
     4  
     5  ruby --version
     6  echo ""
     7  ruby -S gem install bundler --version 2.3.4
     8  ruby -S bundle config set --local path $(pwd)/vendor/bundle
     9  ruby -S bundle install