bigdecimal 3.3.1

Ruby gem: bigdecimal

Install This Version

Using gem command

gem install bigdecimal -v 3.3.1

In your Gemfile

gem 'bigdecimal', '~> 3.3.1'

Frequently Asked Questions

How do I upgrade to bigdecimal version 3.3.1?

To upgrade to this version, update your Gemfile:

gem 'bigdecimal', '~> 3.3.1'

Then run:

bundle update bigdecimal

Note: Review the release notes and changelog before upgrading to ensure compatibility with your application.

Other Versions