Limit Jekyll gem version
also to trigger new CI to bypass the bundle cache error in GH-Actions
This commit is contained in:
parent
270d3ba499
commit
a5b002b2d8
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "jekyll", ">=3.8.6"
|
gem "jekyll", ">= 3.8.6", "< 5.0"
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
|
Loading…
Reference in a new issue