lib/dor/workflow/client.rb in dor-workflow-client-3.24.0 vs lib/dor/workflow/client.rb in dor-workflow-client-4.0.0
- old
+ new
@@ -3,9 +3,10 @@
require 'active_support'
require 'active_support/core_ext'
require 'nokogiri'
require 'zeitwerk'
require 'faraday'
+require 'faraday/retry'
require 'deprecation'
loader = Zeitwerk::Loader.new
# Zeitwerk::GemInflector wants to be instantiated with the main .rb entrypoint
# into a gem, which is this file.