mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-01 06:49:23 +01:00
7 lines
219 B
Ruby
Vendored
7 lines
219 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"
|