Skip to content

Commit 78fdf6c

Browse files
committed
chore: remove bigdecimal
1 parent 83f8deb commit 78fdf6c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- Fixes the update webhook function to wrap parameters in the request correctly
66
- Corrects the HTTP verb for updating a brand from `GET` to `PATCH`
77
- Removes the deprecated `create_list` tracker endpoint function as it is no longer available via API
8-
- Explicitly requires `bigdecimal` instead of implicitly assuming it will be included
98

109
## v6.4.1 (2024-08-09)
1110

easypost.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
lib = File.expand_path('lib', __dir__)
44
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require 'easypost/version'
6-
require 'bigdecimal'
76

87
Gem::Specification.new do |spec|
98
spec.name = 'easypost'

0 commit comments

Comments
 (0)