We have `require_dependency` used in `jsonapi_errors_handler/errors.rb` file. This method comes from `active_support/dependencies` which is not good if we want to use the gem in non-rails applications. Change `require_dependency` with `require`
We have
require_dependencyused injsonapi_errors_handler/errors.rbfile.This method comes from
active_support/dependencieswhich is not good if we want to use the gem in non-rails applications.Change
require_dependencywithrequire