We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f120c7 commit ecd4624Copy full SHA for ecd4624
.github/actions/test_gem/action.yml
@@ -84,6 +84,7 @@ runs:
84
- name: Install Ruby ${{ inputs.ruby }} without dependencies
85
uses: ruby/[email protected]
86
with:
87
+ bundler: "latest"
88
ruby-version: "${{ inputs.ruby }}"
89
working-directory: "${{ steps.setup.outputs.gem_dir }}"
90
0 commit comments