mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-08-09 00:18:45 +09:00
Address Copilot review: require ipaddr and re-assert the socket port
The guard uses IPAddr but relied on something else loading it first; require it explicitly. And the rebinding tests lost their port assertion when the matchers were loosened for newer Net::HTTP keyword args, so check the port alongside the IP again.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
require "ipaddr"
|
||||
require "resolv"
|
||||
|
||||
module RestrictedHTTP
|
||||
|
||||
Reference in New Issue
Block a user