FOSSRIT / fossrit.github.io

Official website for Free and Open Source Software @ RIT MAGIC Center and FOSS academia
https://fossrit.github.io
Mozilla Public License 2.0
8 stars 12 forks source link

Add Webrick to Gemfile #177

Closed xforever1313 closed 1 year ago

xforever1313 commented 1 year ago

Found this when trying to build the website locally.

When running the build.sh file, I ran into an error message:

cannot load such file -- webrick (LoadError)

Apparently on the latest version of Jekyll, we need to add this package, or serving will no longer work (but building the site works just fine). See: https://jekyllrb.com/news/2022/03/27/jekyll-3-9-2-released/

This pull simply adds the webrick package so the build.sh file is able to serve again with the latest version of jekyll.