mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Since version 3.0, Ruby has no `webrick` that Jekyll (<= 4.2) needs
This commit is contained in:
parent
d31e677ca0
commit
885ed44646
@ -23,6 +23,8 @@ Gem::Specification.new do |spec|
|
||||
"plugin_type" => "theme"
|
||||
}
|
||||
|
||||
spec.required_ruby_version = [">= 2.4", "< 3.0"]
|
||||
|
||||
spec.add_runtime_dependency "jekyll", "~> 4.1"
|
||||
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
|
||||
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.16"
|
||||
|
Loading…
x
Reference in New Issue
Block a user