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 0197f9b commit 362f3a8Copy full SHA for 362f3a8
.github/workflows/test.yml
@@ -22,6 +22,9 @@ jobs:
22
with:
23
ruby-version: ${{ matrix.ruby-version }}
24
bundler-cache: true
25
+ - name: Uninstall existing Bundler
26
+ run: |
27
+ gem uninstall bundler -a -x || true
28
- name: Install Bundler
29
run: |
30
if [[ "${{ matrix.ruby-version }}" == "2.6" || "${{ matrix.ruby-version }}" == "2.7" ]]; then
0 commit comments