Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Auto merge of #5534 - rafaelfranca:fix-mirror-socket, r=andremedeiros
Browse files Browse the repository at this point in the history
Require socket in the file that needs it

Closes #5533
  • Loading branch information
bundlerbot committed Mar 23, 2017
2 parents 5c29724 + 457ec14 commit 9e52df7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bundler/mirror.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# frozen_string_literal: true
require "socket"

module Bundler
class Settings
# Class used to build the mirror set and then find a mirror for a given URI
Expand Down

0 comments on commit 9e52df7

Please sign in to comment.