diff options
| author | XhmikosR <[email protected]> | 2019-10-17 18:20:39 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-02 10:02:07 +0200 |
| commit | 8e935b60c8e46df8551ba70a9fd8763a41e0755f (patch) | |
| tree | b0a11a68d4408fdec2407dd1ce51da4fd6fb2af0 /.github/workflows | |
| parent | 9be7aac83194cbebf8afc9e8ac323b5417b4ff96 (diff) | |
| download | bootstrap-8e935b60c8e46df8551ba70a9fd8763a41e0755f.tar.xz bootstrap-8e935b60c8e46df8551ba70a9fd8763a41e0755f.zip | |
CI: install bundler 1.17 and without docs
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7dc4708c..e3bb25ef2 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 |
