chesterhow/tale

New jekyll update is breaking theme

Closed this issue · 1 comments

We no longer include the following libraries with gems or as standard libraries. To use these features, install the corresponding gems.

  • sdbm
  • webrick
  • net-telnet
  • xmlrpc

I have resolved the issue by adding webrick to my Gemfile, but Jekyll should provide a gemspec for it.

bundle add webrick fixed it