aws / aws-sdk-ruby-record

Official repository for the aws-record gem, an abstraction for Amazon DynamoDB.
Apache License 2.0
318 stars 41 forks source link

Fixes BigDecimal deprecation warnings in specs #100

Closed bdnelson closed 4 years ago

bdnelson commented 4 years ago

Issue #, if available: N/A

Description of changes: BigDecimal 1.4.0 deprecated the BigDecimal.new() instantiation approach in favor of BigDecimal().

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.004%) to 97.154% when pulling f52b37f2a9e1737f06dcac2eb64e7ae496a7537a on bdnelson:ruby_2.6_deps into 70249f3ead792fa794e4e0e3d319e9921c3385ab on aws:master.

mullermp commented 4 years ago

Thanks for the contribution.