Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sandbox permissions with gem spec cache #48

Merged
merged 1 commit into from
Aug 3, 2017
Merged

Conversation

nicksieger
Copy link

@nicksieger nicksieger commented Aug 3, 2017

What

Fixes gem fetch permissions issues caused by Homebrew turning on the sandbox for all taps.

Why

Why is this being changed? Provide some context that may help future developers understand the reasoning behind these changes. Quote and/or link to requirements, keeping in mind that JIRA/A-HA/etc links may not be available in the future.

URLs

QA Plan

  • Ensure current brew gem install bundler fails:
rm -f `brew --cache`/bundler*.gem
brew gem install bundler
  • Ensure brew gem install bundler succeeds with new brew gem executable on branch:
PATH=./bin:$PATH brew gem install bundler

@production-status-check
Copy link

:octocat: Has QA approval

@nicksieger nicksieger merged commit fcd1d21 into master Aug 3, 2017
nicksieger added a commit that referenced this pull request Aug 3, 2017
@emmahsax emmahsax deleted the gem-spec-cache branch July 14, 2020 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants