Gemfile & Gemfile.lock: add webrick for bundle exec jekyll serve

This commit is contained in:
Aminda Suomalainen 2022-05-31 20:12:03 +03:00
parent 8f1611f697
commit 8ae32438fb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,6 @@
source "https://rubygems.org"
# For now this is a GitHub Pages hosted website.
# Ref: https://github.com/Mikaela/mikaela.github.io/issues/153
gem "github-pages"
# Required for `bundle exec jekyll serve`
gem "webrick"

View File

@ -249,6 +249,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.7.0)
zeitwerk (2.5.4)
PLATFORMS
@ -256,6 +257,7 @@ PLATFORMS
DEPENDENCIES
github-pages
webrick
BUNDLED WITH
2.3.7