From 1ef927d8ced4e1fdf1ddb83167098dbc04856925 Mon Sep 17 00:00:00 2001 From: "Justin C. Bagley" Date: Mon, 30 Oct 2023 17:42:59 -0500 Subject: [PATCH] Update Gemfile --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7149a78..7923a9a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ -source `https://rubygems.org` -gem `github-pages` +source 'https://rubygems.org' +gem 'github-pages' gem 'jekyll'