Skip to content

Commit f43bb6c

Browse files
committed
Limit Jekyll gem version
also to trigger new CI to bypass the bundle cache error in GH-Actions
1 parent aa0bb04 commit f43bb6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", ">=3.8.6"
3+
gem "jekyll", ">= 3.8.6", "< 5.0"
44

55
# plugins
66
group :jekyll_plugins do

0 commit comments

Comments
 (0)