We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3089361 commit 3d311c4Copy full SHA for 3d311c4
.github/workflows/stable.yml
@@ -32,6 +32,7 @@ jobs:
32
- uses: ruby/setup-ruby@v1
33
with:
34
ruby-version: ${{ matrix.ruby-version }}
35
+ rubygems: ${{ (matrix.ruby_version < '2.6' && '3.3.26') || 'default' }}
36
bundler-cache: true
37
38
- name: Run Rubocop
0 commit comments