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
1 changed files with 1 additions and 1 deletions

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