Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 004c8dd

Browse files
committed
Explicitly require uri library
1 parent 107cfd6 commit 004c8dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/link-header-parser.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require "forwardable"
4+
require "uri"
45

56
require_relative "link_header_parser/version"
67

0 commit comments

Comments
 (0)