diff options
| author | XhmikosR <[email protected]> | 2020-05-07 11:17:02 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-05-12 19:21:36 +0300 |
| commit | fb4c8eacb0b9ac89db7ffcf04ff062920d44395b (patch) | |
| tree | 27af0e7e681ca0e326992b5e3a7268680f5f1a22 /.github | |
| parent | 5d10e4a58ec46fb3c50a47640d0532e3de8923e9 (diff) | |
| download | bootstrap-fb4c8eacb0b9ac89db7ffcf04ff062920d44395b.tar.xz bootstrap-fb4c8eacb0b9ac89db7ffcf04ff062920d44395b.zip | |
CI: stop updating RubyGems since it's not needed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 685aa13f1..d87b1e122 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 |
