From: XhmikosR Date: Thu, 17 Oct 2019 15:20:39 +0000 (+0300) Subject: CI: install bundler 1.17 and without docs X-Git-Tag: v4.4.0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e935b60c8e46df8551ba70a9fd8763a41e0755f;p=thirdparty%2Fbootstrap.git CI: install bundler 1.17 and without docs --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7dc4708cb..e3bb25ef23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: ruby-version: 2.4.x - name: Set up Bundler - run: gem install bundler + run: gem install bundler -v "~> 1.17" --no-document - run: ruby --version - run: gem --version