Skip to content

Missing dependency when running Jekyll #206

@mwhamgenomics

Description

@mwhamgenomics

After following the setup instructions for the Carpentries workshop template, I ran into Jekyll errors when running make serve:

$ make serve    
[...]
/usr/local/lib/ruby/gems/3.1.0/gems/jekyll-3.9.2/lib/jekyll/commands/serve/servlet.rb:3:in `require': cannot load such file -- webrick (LoadError)
[...]
make: *** [serve] Error 1

This can be worked around with bundle add webrick, but the permanent fix would be to update this repo's Gemfile in line with the template's one - see carpentries/workshop-template#759.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions