Skip to content

Commit

Permalink
fix: resolve error with active support deprecator
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Nov 14, 2023
1 parent 811a07b commit 8b97160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tracking_number.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
require 'tracking_number/info'
require 'tracking_number/partnership'
require 'tracking_number/unknown'
require 'active_support/core_ext/string'
require 'active_support/core_ext/hash'
require 'active_support/all'

if defined?(ActiveModel::EachValidator)
require 'tracking_number/active_model_validator'
Expand Down

0 comments on commit 8b97160

Please sign in to comment.