We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40ca5d commit 97babdbCopy full SHA for 97babdb
1 file changed
.github/workflows/test.yml
@@ -82,7 +82,8 @@ jobs:
82
ruby-version: ${{ matrix.ruby }}
83
- name: Bundle
84
run: |
85
- gem install bundler -v 2.4.22
+ gem update --system
86
+ gem install bundler
87
bundle install --jobs 4 --retry 3
88
env:
89
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.rb
0 commit comments