Skip to content

Commit

Permalink
Add missing webrick dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten Klitzke committed Aug 26, 2022
1 parent 903c997 commit d1aace3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ group :jekyll_plugins do
gem "jekyll-sitemap"
gem "html-proofer", "~> 3.10.x"
end

gem "webrick"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ GEM
typhoeus (1.4.0)
ethon (>= 0.9.0)
unicode-display_width (1.8.0)
webrick (1.7.0)
yell (2.2.2)

PLATFORMS
Expand All @@ -94,6 +95,7 @@ DEPENDENCIES
kramdown (~> 2.1.x)
liquid (~> 4.0.x)
rake
webrick

BUNDLED WITH
2.1.4

0 comments on commit d1aace3

Please sign in to comment.