Skip to content

Commit

Permalink
Update RubyGems in CI on Ruby 2.3 and 2.4, as well as 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jun 8, 2022
1 parent f2a11a9 commit 64c95b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/octokit.yml
Expand Up @@ -50,8 +50,8 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Setup .netrc
run: chmod 600 spec/fixtures/.netrc
- name: Ruby 2.5 needs a newer RubyGems to support frozen-string-literal
if: ${{ matrix.ruby == '2.5' }}
- name: Ruby 2.5 and earlier need a newer RubyGems to support frozen-string-literal
if: ${{ matrix.ruby == '2.5' || matrix.ruby == '2.4' || matrix.ruby == '2.3' }}
run: gem update --system 2.7.11
- name: Install dependencies
run: |
Expand Down

0 comments on commit 64c95b4

Please sign in to comment.