Skip to content

Commit 36a6975

Browse files
authored
Update README.md
1 parent 815d6a1 commit 36a6975

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@ gem "liquid-md5"
149149

150150
Make sure you are using a version of this theme that is compatible with Jekyll. Version 1.x is only compatible with Jekyll 3.x while Version 2.x is only compatible with Jekyll 4.x.
151151

152+
> I am getting an error 'cannot load such file --webrick' when trying to run `bundle exec jekyll serve`
153+
154+
**Solution**
155+
156+
As [explained here](https://github.com/jekyll/jekyll/issues/8523#issuecomment-751409319) this seems to be a bug with some recent Jekyll 4 version. To solve this simply run:
157+
```bash
158+
bundle add webrick
159+
```
160+
152161
## Contributing
153162

154163
Bug reports and pull requests are welcome on GitHub at https://github.com/bitbrain/jekyll-dash. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

0 commit comments

Comments
 (0)