Skip to content

Commit 2143122

Browse files
adam12petergoldstein
authored andcommitted
Require "uri" from stdlib (#925)
1 parent b4b2574 commit 2143122

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/dalli/protocol/server_config_parser.rb

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

3+
require 'uri'
4+
35
module Dalli
46
module Protocol
57
##

0 commit comments

Comments
 (0)