Dependency error on jekyll-remote-theme around libcurl

Before submitting an issue, please be sure to

This issue affects

  • Building sites locally

What did you do (e.g., steps to reproduce)

I'm assisting someone in getting their site converted from Blogger to GitHub.

  • Clone the repo (in this case, dennisdoomen\dennisdoomen.github.io)
  • Check the gemfile (it only includes gem "github-pages", group: :jekyll_plugins)
  • Run bundle install
  • Run bundle update github-pages
  • See no errors
  • Run bundle exec jekyll serve

What did you expect to happen?

  • The site to be built & shown locally

What happened instead?

I see an error:

Dependency Error: Yikes! It looks like you don't have jekyll-remote-theme or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'Could not open library 'libcurl': The specified module could not be found. . Could not open library 'libcurl.dll': The specified module could not be found. . Could not open library 'libcurl.so.4': The specified module could not be found. . Could not open library 'libcurl.so.4.dll': The specified module could not be found. ' If you run into trouble, you can find helpful resources at
https://jekyllrb.com/help/!

Additional information