1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

chore(deps): update gem spec list

- Jekyll 4.3.0 introduced `webrick` for Ruby 3.x
- Jekyll's dependency `nokogiri` does not yet support Ruby 3.2. See: https://github.com/sparklemotion/nokogiri/issues/2740/
This commit is contained in:
Cotes Chung
2022-12-27 21:43:43 +08:00
parent 09f9305d4c
commit 09e4ad245b
4 changed files with 4 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
ruby: [2.7, 3]
ruby: ['2.7', '3.0', '3.1']
steps:
- name: Checkout