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