1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Unlock Ruby 3.0

This commit is contained in:
Cotes Chung
2021-09-18 03:40:46 +08:00
parent 2417db656c
commit 0bffb276fe
2 changed files with 4 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
"plugin_type" => "theme"
}
spec.required_ruby_version = [">= 2.4", "< 3.0"]
spec.required_ruby_version = ">= 2.4"
spec.add_runtime_dependency "jekyll", "~> 4.1"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"