Skip to content

Commit

Permalink
Build: Require Jekyll 4.3+
Browse files Browse the repository at this point in the history
Remove local fix for the now-released jekyll/jekyll#8524
  • Loading branch information
Krinkle committed May 10, 2023
1 parent dff6a88 commit f7d8b0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions amethyst.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ Gem::Specification.new do |spec|
spec.metadata["plugin_type"] = "theme"
spec.require_paths = ["lib"]

spec.add_runtime_dependency "jekyll", ">= 4.2", "< 5.0"
spec.add_runtime_dependency "jekyll", ">= 4.3", "< 5.0"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1.0"
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.16.0"
spec.add_runtime_dependency "jekyll-relative-links", "~> 0.6.1"
# For blog
spec.add_runtime_dependency "jekyll-feed", "~> 0.15.1"
spec.add_runtime_dependency "jekyll-archives", "~> 2.2.1"
# Temporary fix until there is a release with https://github.com/jekyll/jekyll/pull/8524/
spec.add_runtime_dependency "webrick", "~> 1.7"
end

0 comments on commit f7d8b0a

Please sign in to comment.