mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-10 02:02:26 +02:00
CI: install bundler 1.17 and without docs
This commit is contained in:
parent
9be7aac831
commit
8e935b60c8
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
ruby-version: 2.4.x
|
ruby-version: 2.4.x
|
||||||
|
|
||||||
- name: Set up Bundler
|
- name: Set up Bundler
|
||||||
run: gem install bundler
|
run: gem install bundler -v "~> 1.17" --no-document
|
||||||
|
|
||||||
- run: ruby --version
|
- run: ruby --version
|
||||||
- run: gem --version
|
- run: gem --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user