Skip to content

Commit

Permalink
Add webrick as Ruby 3 doesn’t include it
Browse files Browse the repository at this point in the history
This may be fixable by upgrading Jekyll as it is now declared as a dependency.
  • Loading branch information
mrmanc committed Mar 1, 2024
1 parent 7292abd commit 4012662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/github-pages/dependencies.rb
Expand Up @@ -9,6 +9,7 @@ class Dependencies
# Jekyll
"jekyll" => "3.9.5",
"jekyll-sass-converter" => "1.5.2",
"webrick" => "1.8.1",

# Converters
"kramdown" => "2.4.0",
Expand Down

0 comments on commit 4012662

Please sign in to comment.