From 734930335be9bd921895539c80d7c71e04681969 Mon Sep 17 00:00:00 2001 From: eregon Date: Sat, 4 Nov 2017 17:48:51 +0000 Subject: Workaround Travis CI issue by hardcoding localhost git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/library/net/http/http/fixtures/http_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/ruby/library/net/http/http/fixtures/http_server.rb b/spec/ruby/library/net/http/http/fixtures/http_server.rb index 198fef36fb..49e8f437cc 100644 --- a/spec/ruby/library/net/http/http/fixtures/http_server.rb +++ b/spec/ruby/library/net/http/http/fixtures/http_server.rb @@ -64,7 +64,7 @@ module NetHTTPSpecs def start_server server_config = { - BindAddress: "localhost", + BindAddress: "127.0.0.1", Port: 0, Logger: WEBrick::Log.new(NullWriter.new), AccessLog: [], -- cgit v1.2.3