Revert "Gemfile: use conventional upstream install"

This reverts commit 83a8491356.
This commit is contained in:
Aminda Suomalainen 2024-02-12 14:14:24 +02:00
parent c695969697
commit bc1befc342
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

2
Gemfile vendored
View File

@ -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"