We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606e0d4 commit 8173831Copy full SHA for 8173831
jekyll-theme-chirpy.gemspec
@@ -23,6 +23,8 @@ Gem::Specification.new do |spec|
23
"plugin_type" => "theme"
24
}
25
26
+ spec.required_ruby_version = [">= 2.4", "< 3.0"]
27
+
28
spec.add_runtime_dependency "jekyll", "~> 4.1"
29
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
30
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.16"
0 commit comments