-
-
Notifications
You must be signed in to change notification settings - Fork 2k
bundle command throws error #3925
Comments
Im trying to deploy to heroku and heroku tells me i need a Gemfile.lock but when i try to run the bundle command i get the above error |
Can you please share your Gemfile? Thanks! |
source "https:rubygems.org" |
Ah looks like we need to do a better job validating source URLs to show a nice error. Thanks! |
(You can fix things yourself in the meantime by changing the URL to be a valid one, |
Great!! Can I help write the contributing code? Or get some kind of credit |
:) |
Feel free :) The change will probably be somewhere in |
A bit beyond my level.. lol maybe next time |
@segiddins Hello! I took a shot and opened #3929. Doing this in the |
Be stricter when accepting rubygems source URIs Since `URI#parse` accepts URIs such as *http:rubygems.org* as per RFC 2396, we reject such sources manually early in the process, in order to provide more helpful error messages. Fixes #3925.
Be stricter when accepting rubygems source URIs Since `URI#parse` accepts URIs such as *http:rubygems.org* as per RFC 2396, we reject such sources manually early in the process, in order to provide more helpful error messages. Fixes #3925.
Be stricter when accepting rubygems source URIs Since `URI#parse` accepts URIs such as *http:rubygems.org* as per RFC 2396, we reject such sources manually early in the process, in order to provide more helpful error messages. Fixes #3925.
Error details
Environment
You can find the repo here https://github.com/Scosentino/towboatislamorada
The text was updated successfully, but these errors were encountered: