Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLOUD-1422: add BUNDLE_MIRROR__GEM__FURY__IO to default/00_env.sh (#48)
@ethomson1 recently ran into an issue where she got an error downloading a private dependency due to the gemfury changes. The bundle command would have worked outside the container if we set this automatically on dev machines with ih-setup: ``` BUNDLE_MIRROR__GEM__FURY__IO="https://gems.includedhealth.com/doctorondemand/" ``` This PR makes a change to ih-setup so bundle works outside of the container with private dependencies while you’re on the VPN.
- Loading branch information