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"
# 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"
source "https://rubygems.org" do
gem "github-pages"
gem "webrick"
end
source "https://packagecloud.io/github/git-lfs" do
gem "git-lfs"
end