Add webrick to fix jekyll serve on ruby 3
This commit is contained in:
parent
eb43a6cf2a
commit
94a823f805
2 changed files with 5 additions and 1 deletions
|
|
@ -27,3 +27,5 @@ end
|
|||
# Performance-booster for watching directories on Windows
|
||||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||
|
||||
|
||||
gem "webrick", "~> 1.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue