When trying to run rake update_select2 I would get the error OpenURI::HTTPError: 404 Not Found since it seems HTTPClient can't handle the redirect so I fixed the url that was being constructed. I also added two "helpers" in the form of the select prompt and the puts.
When trying to run
rake update_select2
I would get the errorOpenURI::HTTPError: 404 Not Found
since it seems HTTPClient can't handle the redirect so I fixed the url that was being constructed. I also added two "helpers" in the form of theselect
prompt and theputs
.