From 96f6abef18397ee700f4e5ad67c263ef7103dea3 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:24:27 +0100 Subject: [PATCH] Update Gemfile --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index a9c954ab2..9601fea95 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,4 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3" gem "webrick", "~> 1.7" -gem 'logger', '~> 1.6', '>= 1.6.4' -gem "csv", "~> 3.0" -gem 'base64', '~> 0.2.0' - gem "fractal", "~> 5", git: "https://github.com/MichaelCurrin/fractal"