Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
Adding bigdecimal to the Gemfile to clear errors with upcoming ruby
versions
  • Loading branch information
Humblemonk committed Jul 3, 2024
1 parent c124275 commit 23caf74
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,6 +1,7 @@
source 'https://rubygems.org'

gem 'base64'
gem 'bigdecimal', '~> 1.2', '>= 1.2.7'
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 23caf74

Please sign in to comment.