Skip to content

Commit

Permalink
Add bigdecimal gem to fix CI errors on ruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Feb 28, 2024
1 parent daec80f commit 4773285
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ gemspec

source "https://rubygems.org/"

# "bigdecimal" is a gem on ruby-3.4+ and it's required for type casts.
gem "bigdecimal", "~> 3.0"

group :development, :test do
gem "bundler", ">= 1.16", "< 3.0"
gem "rake-compiler", "~> 1.0"
Expand Down

0 comments on commit 4773285

Please sign in to comment.