mikaela.github.io/Gemfile

9 lines
306 B
Ruby

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"