Gemfile: use conventional upstream install

This commit is contained in:
Aminda Suomalainen 2024-02-12 13:44:17 +02:00
parent 009fc4fe7e
commit 83a8491356
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"
gem 'github-pages', group: :jekyll_plugins
# Required for `bundle exec jekyll serve`
gem "webrick"