Skip to content

Commit

Permalink
Add base64 gem
Browse files Browse the repository at this point in the history
Adding base64 gem to the Gemfile as it will be removed as a default gem
in ruby 3.4
  • Loading branch information
Humblemonk committed Jun 16, 2024
1 parent 21c5e90 commit c10b8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source 'https://rubygems.org'

gem 'base64'
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

0 comments on commit c10b8d6

Please sign in to comment.