0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

CI: stop updating RubyGems since it's not needed

This commit is contained in:
XhmikosR 2020-05-07 11:17:02 +03:00
parent 5d10e4a58e
commit fb4c8eacb0

View File

@ -50,9 +50,6 @@ jobs:
- name: Set up Bundler
run: gem install bundler -v "~> 1.17"
- name: Update rubygems
run: gem update --system
- run: ruby --version
- run: gem --version
- run: bundle --version