Skip to content

Commit

Permalink
dep: require active_support dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ncperry committed Apr 9, 2024
1 parent 35cdf9b commit a998a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/netsuite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
require 'netsuite/rest/utilities/roles'
require 'netsuite/rest/utilities/request'
require 'netsuite/core_ext/string/lower_camelcase'
require 'active_support'

module NetSuite
autoload :Configuration, 'netsuite/configuration'
Expand Down

0 comments on commit a998a6e

Please sign in to comment.