Skip to content

Commit f97ec65

Browse files
committed
(maint) Set acceptance workflow Rubygems version
On running the acceptance workflow, we get a warning about a bug in the currently running version of Rubygems (3.0.3.1) that affects other code in the workflow. This commit sets the Rubygems version in the acceptance workflow to 3.3.26, the same version of Rubygems that we use in Puppet GitHub Actions.
1 parent b853c9f commit f97ec65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/acceptance_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: ruby/setup-ruby@v1
3333
with:
3434
ruby-version: '2.7'
35+
rubygems: '3.3.26'
3536

3637
- name: Fix common Linux and macOS permissions
3738
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)