0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

CI: install bundler 1.17 and without docs

This commit is contained in:
XhmikosR 2019-10-17 18:20:39 +03:00
parent 9be7aac831
commit 8e935b60c8

View File

@ -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