Skip to content

Commit

Permalink
"uri" needs to be required from stdlib
Browse files Browse the repository at this point in the history
for type resolution
  • Loading branch information
julik committed Mar 5, 2024
1 parent ebc63eb commit b9d80a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/zip_kit/remote_io.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "uri"

# An object that fakes just-enough of an IO to be dangerous
# - or, more precisely, to be useful as a source for the FileReader
# central directory parser. Effectively we substitute an IO object
Expand Down

0 comments on commit b9d80a3

Please sign in to comment.