Skip to content

Commit

Permalink
fix: add missing library 'webrick'
Browse files Browse the repository at this point in the history
This is to work around:

- jekyll/jekyll#8523
- github/pages-gem#752
  • Loading branch information
marccarre committed Jul 4, 2021
1 parent a6edff5 commit 0daf434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -28,3 +28,5 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]


gem "webrick", "~> 1.7"
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -64,6 +64,7 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
webrick (1.7.0)

PLATFORMS
x86_64-darwin-20
Expand All @@ -75,6 +76,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)

BUNDLED WITH
2.2.21

0 comments on commit 0daf434

Please sign in to comment.