From 025dec17b199dfc85fce17b5fc86a7e1ff889237 Mon Sep 17 00:00:00 2001 From: Tommy Byrd Date: Fri, 17 Dec 2021 17:50:35 -0500 Subject: [PATCH] fix quote --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d478e7b..944d7b7 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ gem "github-pages", "= 222" # It is not directly included in the github-pages gem list of dependencies, # even though it is included in the original GitHub Pages build infrastructure. gem "jekyll-include-cache", "= 0.2.1" -gem "jekyll-octicons"", "~> 14.2" \ No newline at end of file +gem "jekyll-octicons", "~> 14.2"