Skip to content

Commit

Permalink
3.10-stable: Add webrick as a dependency (#9620)
Browse files Browse the repository at this point in the history
Merge pull request 9620
  • Loading branch information
parkr authored Jun 18, 2024
1 parent 48c8dfa commit 58f8886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Gem::Specification.new do |s|
rouge_versions = ENV["ROUGE_VERSION"] ? ["~> #{ENV["ROUGE_VERSION"]}"] : [">= 1.7", "< 4"]
s.add_runtime_dependency("rouge", *rouge_versions)
s.add_runtime_dependency("safe_yaml", "~> 1.0")
s.add_runtime_dependency("webrick", ">= 1.0")

# Depend on kramdown. For kramdown v2, extra gems are required.
# https://kramdown.gettalong.org/news.html#kramdown-200-released
Expand Down

0 comments on commit 58f8886

Please sign in to comment.