Gemfile: practically rewrite to scope gem sources, add git-lfs

This commit is contained in:
Aminda Suomalainen 2023-10-09 11:04:08 +03:00
parent c23318ce93
commit 59111275c1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
1 changed files with 8 additions and 6 deletions

14
Gemfile vendored
View File

@ -1,6 +1,8 @@
source "https://rubygems.org" source "https://rubygems.org" do
# For now this is a GitHub Pages hosted website. gem "github-pages"
# Ref: https://github.com/Mikaela/mikaela.github.io/issues/153 gem "webrick"
gem "github-pages" end
# Required for `bundle exec jekyll serve`
gem "webrick" source "https://packagecloud.io/github/git-lfs" do
gem "git-lfs"
end