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

Require socket in the file that needs it #5534

Merged
merged 1 commit into from
Mar 23, 2017

Conversation

rafaelfranca
Copy link
Contributor

Closes #5533

@rafaelfranca
Copy link
Contributor Author

I'd love ideas on how to test it is necessary.

@andremedeiros
Copy link
Member

Something similar happened to me on #4083 and I didn't add a test.

Not sure if it's necessary (given that the file actually needs Socket anyways.)

@@ -1,4 +1,7 @@
# frozen_string_literal: true

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary newline

@@ -1,4 +1,7 @@
# frozen_string_literal: true

require 'socket'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use double quotes here? (inline with the rest of this codebase)

@andremedeiros
Copy link
Member

@bundlerbot r+

@bundlerbot
Copy link
Collaborator

📌 Commit 457ec14 has been approved by andremedeiros

@bundlerbot
Copy link
Collaborator

⌛ Testing commit 457ec14 with merge 9e52df7...

bundlerbot added a commit that referenced this pull request Mar 23, 2017
Require socket in the file that needs it

Closes #5533
@bundlerbot
Copy link
Collaborator

☀️ Test successful - status-travis
Approved by: andremedeiros
Pushing 9e52df7 to master...

@bundlerbot bundlerbot merged commit 457ec14 into rubygems:master Mar 23, 2017
@rafaelfranca rafaelfranca deleted the fix-mirror-socket branch March 24, 2017 17:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants