mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-19 18:39:28 +01:00
9 lines
306 B
Ruby
Vendored
9 lines
306 B
Ruby
Vendored
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"
|
|
# TODO: remove this when https://github.com/jekyll/jekyll/pull/9522 releases
|
|
gem "csv"
|