mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
9 lines
291 B
Ruby
9 lines
291 B
Ruby
source "https://rubygems.org"
|
|
ruby file: ".ruby-version"
|
|
# For now this is a GitHub Pages hosted website.
|
|
# Ref: https://github.com/Mikaela/mikaela.github.io/issues/153
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
gem 'jekyll-seo-tag'
|
|
# Required for `bundle exec jekyll serve`
|
|
gem "webrick"
|