Skip to content

Commit

Permalink
Adds require URI to faraday connection
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjenks committed Oct 23, 2024
1 parent 1440a03 commit dbb2a8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/scorm_engine/faraday/connection.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "faraday"
require "faraday_middleware"
require "uri"

module ScormEngine
module Faraday
Expand Down

0 comments on commit dbb2a8d

Please sign in to comment.