Unlock Ruby 3.0
This commit is contained in:
parent
2417db656c
commit
0bffb276fe
2 changed files with 4 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -17,3 +17,6 @@ end
|
|||
|
||||
# Performance-booster for watching directories on Windows
|
||||
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
|
||||
|
||||
# Jekyll <= 4.2.0 compatibility with Ruby 3.0
|
||||
gem "webrick", "~> 1.7"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue