Skip to content

Commit

Permalink
Merge pull request #533 from jamiecobbett/fix-bigdecimal-deprecation-…
Browse files Browse the repository at this point in the history
…warning

Add bigdecimal dependency to fix deprecation warning for Ruby 3.4
  • Loading branch information
bastelfreak authored Dec 2, 2024
2 parents da4c7a9 + 73c61ed commit 0eeaa91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'webmock', '~> 3.23'

s.add_dependency 'addressable', '~> 2.8'
s.add_dependency 'bigdecimal', '~> 3.1'
end

0 comments on commit 0eeaa91

Please sign in to comment.