Skip to content

Commit 5a57561

Browse files
committed
build: update required ruby version & docs uri
1 parent 00ad357 commit 5a57561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll-theme-chirpy.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Gem::Specification.new do |spec|
1616

1717
spec.metadata = {
1818
"bug_tracker_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/issues",
19-
"documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/README.md",
19+
"documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/#readme",
2020
"homepage_uri" => "https://cotes2020.github.io/chirpy-demo",
2121
"source_code_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy",
2222
"wiki_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/wiki",
2323
"plugin_type" => "theme"
2424
}
2525

26-
spec.required_ruby_version = ">= 2.4"
26+
spec.required_ruby_version = ">= 2.5"
2727

2828
spec.add_runtime_dependency "jekyll", "~> 4.1"
2929
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"

0 commit comments

Comments
 (0)