Skip to content

Commit 97babdb

Browse files
committed
Upgrade rubygems and loosen bundler version requirement
1 parent c40ca5d commit 97babdb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
ruby-version: ${{ matrix.ruby }}
8383
- name: Bundle
8484
run: |
85-
gem install bundler -v 2.4.22
85+
gem update --system
86+
gem install bundler
8687
bundle install --jobs 4 --retry 3
8788
env:
8889
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.rb

0 commit comments

Comments
 (0)