You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gem 'html-proofer', '< 5.0.0' # No specific need, it adds a lot of extra deps that we don't really need.
gem 'jekyll'
gem 'jekyll-feed'
gem 'jekyll-redirect-from'
gem 'kwalify'
gem 'nokogiri', '>= 1.10.4'
gem 'pkg-config'
gem 'webrick' if RUBY_VERSION >= '3.0' # Ruby3 does not ship with webrick and Jekyll needs it, see https://github.com/jekyll/jekyll/issues/8523