mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
Gemfile & Gemfile.lock: add webrick for bundle exec jekyll serve
This commit is contained in:
parent
8f1611f697
commit
8ae32438fb
4
Gemfile
4
Gemfile
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user