]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: stop updating RubyGems since it's not needed
authorXhmikosR <xhmikosr@gmail.com>
Thu, 7 May 2020 08:17:02 +0000 (11:17 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 12 May 2020 16:21:36 +0000 (19:21 +0300)
.github/workflows/test.yml

index 685aa13f105979d892ef80cf0892885b23d630f9..d87b1e1226e92a47a5f44f369d8d5422fc897bb7 100644 (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