From a5fe371436ee78858be0256ee12668e15ec31207 Mon Sep 17 00:00:00 2001 From: Humblemonk Date: Thu, 11 Apr 2024 19:15:15 -0400 Subject: [PATCH] remove base64 removed base64 gem as its not needed for this bot --- Gemfile | 1 - dice_maiden.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2e6c663..8f67c4d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,5 @@ source 'https://rubygems.org' -gem 'base64', '~> 0.1.0' gem 'dicebag', git: 'https://github.com/Humblemonk/Dice-Bag.git', branch: 'pre-3.3' gem 'discordrb', github: 'shardlab/discordrb', branch: 'main' gem 'dotenv', '~> 2.5' diff --git a/dice_maiden.rb b/dice_maiden.rb index 588330c..0e1fcf7 100755 --- a/dice_maiden.rb +++ b/dice_maiden.rb @@ -7,7 +7,6 @@ require_relative 'src/dice_maiden_logic' require_relative 'src/earthdawn_logic' -require 'base64' require 'discordrb' require 'dicebag' require 'dotenv'