From: XhmikosR Date: Thu, 7 May 2020 08:17:02 +0000 (+0300) Subject: CI: stop updating RubyGems since it's not needed X-Git-Tag: v4.5.0~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb4c8eacb0b9ac89db7ffcf04ff062920d44395b;p=thirdparty%2Fbootstrap.git CI: stop updating RubyGems since it's not needed --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 685aa13f10..d87b1e1226 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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