Skip to content

Commit 60df715

Browse files
authored
Merge pull request #11 from strapi/version/upgrade
Upgrade version of Jekyll dep to >= 4
2 parents 45d8d30 + 7bf1954 commit 60df715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll-strapi.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
A Jekyll plugin for retrieving content from a Strapi API
1717
DESC
1818

19-
spec.add_runtime_dependency("jekyll", "~> 3")
19+
spec.add_runtime_dependency("jekyll", ">= 4")
2020
spec.add_runtime_dependency("http", "~> 3.2")
2121
spec.add_runtime_dependency("json", "~> 2.1")
2222
end

0 commit comments

Comments
 (0)