Skip to content

Commit

Permalink
Fix bigdecimal dependency warning
Browse files Browse the repository at this point in the history
warning: bigdecimal was loaded from the standard library, but will no
longer be part of the default gems starting from Ruby 3.4.0.
  • Loading branch information
justincase committed Sep 30, 2024
1 parent eb6f7b1 commit 73d1817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mollie-api-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
s.test_files = Dir['test/**/*']

s.add_dependency('ostruct', '~> 0.6.0')
s.add_dependency('bigdecimal', '~> 3.1', '>= 3.1.8')

s.add_development_dependency('rake')
s.add_development_dependency('rubocop', '~> 0.57.2')
Expand Down

0 comments on commit 73d1817

Please sign in to comment.