2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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