Add webrick to Gemfile (#405)

This commit is contained in:
Buccaneer
2023-08-09 21:03:41 +02:00
committed by GitHub
parent c394c36090
commit 029317ed3e
2 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@ source "https://rubygems.org"
# gem "rails"
gem "jekyll"
gem 'github-pages'
gem 'webrick'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]