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

use unsecured http as default rubygems source in project_dir #445

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

vtnate
Copy link
Collaborator

@vtnate vtnate commented Dec 20, 2023

Resolves #[issue number here]

Pull Request Description

Some installations (maybe just Apple Silicon from the installer?) don't allow our bundle to install when using https://rubygems.org in the project_dir Gemfile. So we now default to using http://rubygems.org which is less secure but actually works.

Checklist (Delete lines that don't apply)

  • Unit tests have been added or updated
  • All ci tests pass (green)
  • An issue has been created (which will be used for the changelog)
  • This branch is up-to-date with develop

@vtnate vtnate added the bug Something isn't working label Dec 20, 2023
@vtnate vtnate requested a review from kflemin December 20, 2023 16:05
@vtnate vtnate self-assigned this Dec 20, 2023
@vtnate vtnate merged commit 2a704b0 into develop Dec 20, 2023
4 checks passed
@vtnate vtnate deleted the bundle-bugfix branch December 20, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants