Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 6033037

Browse files
committed
[UCMS-10933][B] require faraday with retries
1 parent fea61dc commit 6033037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/unity/utils.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
require_relative 'utils/thread_pool'
1313
require_relative 'utils/url_formatter'
1414
require_relative 'utils/url_validator'
15+
require_relative 'utils/faraday_with_retries'
1516

1617
I18n.load_path += Dir[File.join(File.dirname(__FILE__), 'config/locales/*.yml')]
1718

0 commit comments

Comments
 (0)