build: update required ruby version & docs uri

This commit is contained in:
Cotes Chung 2022-03-04 23:18:56 +08:00
parent 00ad357033
commit 5a575613bb
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 2 additions and 2 deletions

View File

@ -16,14 +16,14 @@ Gem::Specification.new do |spec|
spec.metadata = {
"bug_tracker_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/issues",
"documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/README.md",
"documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/#readme",
"homepage_uri" => "https://cotes2020.github.io/chirpy-demo",
"source_code_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy",
"wiki_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/wiki",
"plugin_type" => "theme"
}
spec.required_ruby_version = ">= 2.4"
spec.required_ruby_version = ">= 2.5"
spec.add_runtime_dependency "jekyll", "~> 4.1"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"