1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02: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 - name: Set up Bundler
run: gem install bundler -v "~> 1.17" run: gem install bundler -v "~> 1.17"
- name: Update rubygems
run: gem update --system
- run: ruby --version - run: ruby --version
- run: gem --version - run: gem --version
- run: bundle --version - run: bundle --version