Skip to content

Commit

Permalink
remove base64
Browse files Browse the repository at this point in the history
removed base64 gem as its not needed for this bot
  • Loading branch information
Humblemonk committed Apr 11, 2024
1 parent 1819106 commit a5fe371
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
1 change: 0 additions & 1 deletion dice_maiden.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
require_relative 'src/dice_maiden_logic'
require_relative 'src/earthdawn_logic'

require 'base64'
require 'discordrb'
require 'dicebag'
require 'dotenv'
Expand Down

0 comments on commit a5fe371

Please sign in to comment.