From b3f06788aa30712396f89e4098e28eb38ff9525f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Mon, 13 Jan 2025 16:31:08 +0100
Subject: [PATCH] Add required gems removed from default gemset

---
 Gemfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index dc6626a..ea0a8d9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,8 @@ ruby RUBY_VERSION
 # This will help ensure the proper Jekyll version is running.
 gem "jekyll", "~> 4.2"
 
+gem "csv"
+gem "base64"
+
 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
-
-- 
GitLab