-
Notifications
You must be signed in to change notification settings - Fork 367
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
RuntimeError: An attempt to run a request with a Faraday::Connection without adapter has been made #1247
Comments
Here is a quick and dirty workaround. Add It ain't pretty, but DEV's got to deploy. |
It looks like the change affected was lostisland/faraday#1354 |
This is my update for Gitlab CI, works perfectly with Faraday 1.8.0
|
Fixes travis-ci#1247 Although this may not be necessary anymore because Faraday 2.0.1 reverted the change that may Faraday 2.0.0 not work: lostisland/faraday#1362 (comment)
lostisland/faraday#1362 (comment) says that Faraday 2.0.1 reverted/fixed the change that made Faraday 2.0.0 not work but I put up #1249 just in case that doesn't work or it changes, so that someone who is maintaining |
I faced the same problem today. Apparently there is some problem in the latest version of FARADAY, at the moment. I solved it this way: add manual installation of the previous version of the dependency to your .gitlab.yml, and everything will work. Have a nice day.
|
I'm using dpl in GitLab for Heroku CI/CD and I have the next error:
It looks like a problem in the faraday-2.0.0 release which was a few minutes ago here
The text was updated successfully, but these errors were encountered: