0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

CI: disable gem docs globally

This commit is contained in:
XhmikosR 2019-10-17 18:31:48 +03:00
parent 8e935b60c8
commit dd6b8682a6

View File

@ -29,8 +29,11 @@ jobs:
with:
ruby-version: 2.4.x
- name: Disable gem docs
run: 'echo "gem: --no-document" > ~/.gemrc'
- name: Set up Bundler
run: gem install bundler -v "~> 1.17" --no-document
run: gem install bundler -v "~> 1.17"
- run: ruby --version
- run: gem --version