Skip to content

Commit 6970a00

Browse files
committed
fix(ci): Attempt Ruby 2.7 to resolve persistent gem failure
1 parent 69e6cdc commit 6970a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '2.6.3'
26+
ruby-version: '2.7'
2727
bundler: '2.6.2'
2828
bundler-cache: true
2929
cache-version: 0

0 commit comments

Comments
 (0)