CI: install bundler 1.17 and without docs
This commit is contained in:
parent
9be7aac831
commit
8e935b60c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue