Skip to content

Commit

Permalink
Merge pull request #477 from uclibs/440/add-bigdecimal-gem
Browse files Browse the repository at this point in the history
Add bigdecimal gem to Gemfile
  • Loading branch information
haitzlm authored Apr 23, 2024
2 parents 855dd90 + 8a50fcd commit e07488d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ gem 'pagy'

gem 'brakeman', '~> 5.1', '>= 5.1.1'

gem 'bigdecimal', '~> 3'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'bcrypt_pbkdf'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.7)
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
Expand Down Expand Up @@ -405,6 +406,7 @@ PLATFORMS
DEPENDENCIES
activestorage (>= 5.2.6.3)
bcrypt_pbkdf
bigdecimal (~> 3)
bootsnap (>= 1.1.0)
bootstrap (~> 4.3.1)
brakeman (~> 5.1, >= 5.1.1)
Expand Down

0 comments on commit e07488d

Please # to comment.