mikaela.github.io/Gemfile

7 lines
219 B
Ruby
Raw Normal View History

2022-05-01 20:44:34 +02:00
source "https://rubygems.org"
# For now this is a GitHub Pages hosted website.
# Ref: https://github.com/Mikaela/mikaela.github.io/issues/153
2022-05-01 20:44:34 +02:00
gem "github-pages"
# Required for `bundle exec jekyll serve`
gem "webrick"