1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Limit Jekyll gem version

also to trigger new CI to bypass the bundle cache error in GH-Actions
This commit is contained in:
Cotes Chung 2020-11-22 04:45:42 +08:00
parent 270d3ba499
commit a5b002b2d8

View File

@ -1,6 +1,6 @@
source "https://rubygems.org"
gem "jekyll", ">=3.8.6"
gem "jekyll", ">= 3.8.6", "< 5.0"
# plugins
group :jekyll_plugins do