mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +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"
|
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"
|
gem "github-pages"
|
||||||
|
# Required for `bundle exec jekyll serve`
|
||||||
|
gem "webrick"
|
||||||
|
@ -249,6 +249,7 @@ GEM
|
|||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.2)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.8.0)
|
||||||
|
webrick (1.7.0)
|
||||||
zeitwerk (2.5.4)
|
zeitwerk (2.5.4)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@ -256,6 +257,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
|
webrick
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.7
|
2.3.7
|
||||||
|
Loading…
Reference in New Issue
Block a user