You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
If the user fails to add a trailing slash character to a URL when running bundle config the setting is accepted but doesn't work.
$ bundle config https://example.com user:pass
# => BUNDLE_HTTPS://EXAMPLE__COM: user:pass
# ===> this setting is never used
$ bundle config https://example.com/ user:pass
# => BUNDLE_HTTPS://EXAMPLE__COM/: user:pass
# ===> this setting will be used
The text was updated successfully, but these errors were encountered:
If the user fails to add a trailing slash character to a URL when running bundle config the setting is accepted but doesn't work.
The text was updated successfully, but these errors were encountered: