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

This reverts commit 59111275c1.
This commit is contained in:
Aminda Suomalainen 2023-10-09 12:39:10 +03:00
parent b65021eca7
commit b79f84c6ab
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
1 changed files with 6 additions and 8 deletions

14
Gemfile vendored
View File

@ -1,8 +1,6 @@
source "https://rubygems.org" do
gem "github-pages"
gem "webrick"
end
source "https://packagecloud.io/github/git-lfs" do
gem "git-lfs"
end
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"