Skip to content

Commit

Permalink
Lock the ruby version number (#245, #247, #344)
Browse files Browse the repository at this point in the history
Since version 3.0, Ruby has no `webrick` that Jekyll (<= 4.2) needs
  • Loading branch information
cotes2020 committed Jun 23, 2021
1 parent d31e677 commit 885ed44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jekyll-theme-chirpy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Gem::Specification.new do |spec|
"plugin_type" => "theme"
}

spec.required_ruby_version = [">= 2.4", "< 3.0"]

spec.add_runtime_dependency "jekyll", "~> 4.1"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.16"
Expand Down

0 comments on commit 885ed44

Please sign in to comment.