Skip to content

Commit 23db047

Browse files
committed
ci: use latest bundler
ruby 2.5 just started failing
1 parent 5dd0b84 commit 23db047

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
ruby-version: ${{matrix.ruby-version}}
4444
bundler-cache: true
45+
bundler: latest
4546
- run: bundle exec rake test
4647

4748
test-platform:
@@ -58,4 +59,5 @@ jobs:
5859
with:
5960
ruby-version: "3.2"
6061
bundler-cache: true
62+
bundler: latest
6163
- run: bundle exec rake test

0 commit comments

Comments
 (0)