We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f8deb commit 78fdf6cCopy full SHA for 78fdf6c
2 files changed
CHANGELOG.md
@@ -5,7 +5,6 @@
5
- Fixes the update webhook function to wrap parameters in the request correctly
6
- Corrects the HTTP verb for updating a brand from `GET` to `PATCH`
7
- 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
9
10
## v6.4.1 (2024-08-09)
11
easypost.gemspec
@@ -3,7 +3,6 @@
3
lib = File.expand_path('lib', __dir__)
4
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'easypost/version'
-require 'bigdecimal'
Gem::Specification.new do |spec|
spec.name = 'easypost'
0 commit comments