Skip to content

Commit

Permalink
Add bigdecimal to Gemfile for Rails 6.1 + Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz committed May 7, 2024
1 parent e37513c commit cce42bf
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
Expand Up @@ -4,6 +4,7 @@ gem "activesupport", "~> #{ENV.fetch('RAILS_VERSION', '7.0')}.0"

# For older Rails + newer Ruby versions
gem "base64"
gem "bigdecimal"
gem "mutex_m"

# Specify your gem's dependencies in zhong.gemspec
Expand Down

0 comments on commit cce42bf

Please sign in to comment.