From bc1befc342ea55f47ecd2da41248d2751e55c7e5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 12 Feb 2024 14:14:24 +0200 Subject: [PATCH] Revert "Gemfile: use conventional upstream install" This reverts commit 83a8491356947a44ac4efb09d91b4d21515c855a. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 478cf37..e286627 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ 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', group: :jekyll_plugins +gem "github-pages" # Required for `bundle exec jekyll serve` gem "webrick"