Skip to content

Commit

Permalink
build(Gemfile): save webrick to fix jekyll error
Browse files Browse the repository at this point in the history
```
bundler: failed to load command: jekyll
`require': cannot load such file -- webrick (LoadError)`
```

github/pages-gem#752
  • Loading branch information
remarkablemark committed Feb 9, 2024
1 parent 050ce1c commit ddd0a7c
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 @@ -2,3 +2,5 @@ source 'https://rubygems.org'

gem 'github-pages', group: :jekyll_plugins
gem 'html-proofer'

gem "webrick", "~> 1.8"
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -296,6 +296,7 @@ GEM
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.13)

Expand All @@ -305,6 +306,7 @@ PLATFORMS
DEPENDENCIES
github-pages
html-proofer
webrick (~> 1.8)

BUNDLED WITH
2.1.4

0 comments on commit ddd0a7c

Please sign in to comment.