From b79f84c6aba61c42b87c21b494412e4c0536a596 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 9 Oct 2023 12:39:10 +0300 Subject: [PATCH] Revert "Gemfile: practically rewrite to scope gem sources, add git-lfs" This reverts commit 59111275c11f21fa93ad1154975b261cc008981a. --- Gemfile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index c074ccb..e286627 100644 --- a/Gemfile +++ b/Gemfile @@ -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"