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 2b09dfe commit 16a649bCopy full SHA for 16a649b
.github/actions/test_gem/action.yml
@@ -66,7 +66,7 @@ runs:
66
# ...but not for appraisals, sadly.
67
- name: Install Ruby ${{ inputs.ruby }} with dependencies
68
if: "${{ steps.setup.outputs.appraisals == 'false' }}"
69
- uses: ruby/setup-ruby@v1.196.0
+ uses: ruby/setup-ruby@v1.197.0
70
with:
71
ruby-version: "${{ inputs.ruby }}"
72
working-directory: "${{ steps.setup.outputs.gem_dir }}"
@@ -77,7 +77,7 @@ runs:
77
# If we're using appraisals, do it all manually.
78
- name: Install Ruby ${{ inputs.ruby }} without dependencies
79
if: "${{ steps.setup.outputs.appraisals == 'true' }}"
80
81
82
83
bundler: "latest"
0 commit comments