Add webrick as dependency in Gemfile (#244)
webrick is not included in Ruby 3.0.0 and later, so it needs to be installed separately. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
parent
eb582fa1a4
commit
000799ec09
3
Gemfile
3
Gemfile
@ -8,3 +8,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
|||||||
|
|
||||||
# Add wdm to avoid polling on Windows
|
# Add wdm to avoid polling on Windows
|
||||||
gem 'wdm' if Gem.win_platform?
|
gem 'wdm' if Gem.win_platform?
|
||||||
|
|
||||||
|
# webrick is not included in Ruby 3.0.0 and later, but it's required for the Jekyll development server.
|
||||||
|
gem 'webrick'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user