Skip to content

Commit 79d65a0

Browse files
authored
Merge pull request #245 from flavorjones/flavorjones-fix-ruby-2.5-ci
ci: ensure a min rubygems version
2 parents 0dca600 + b86deab commit 79d65a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
with:
4040
ruby-version: ${{matrix.ruby}}
4141
bundler-cache: true
42+
rubygems: latest
4243
- run: bundle exec rake test

0 commit comments

Comments
 (0)