From 54c3452d9cf2c10254e828a5ad1d19344a11e82e Mon Sep 17 00:00:00 2001 From: Janusz Mordarski Date: Tue, 30 Jan 2024 15:16:08 +0100 Subject: [PATCH] Fix CI step Rubocop by including base64 in Gemfile for moder Rubies --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index be173b20..c57ae47f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,6 @@ source "https://rubygems.org" +gem "base64" + gemspec