-
Notifications
You must be signed in to change notification settings - Fork 365
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
ArgumentError when deploying using Heroku API #1234
Comments
I think this is because Support for Ruby 3 was added in Faraday v0.17.3. The PR that fixed it is lostisland/faraday#1083. |
@BanzaiMan Could we consider bumping the dependency on Faraday to at least the version 0.17.3? |
I have the same issue, I have downgraded Ruby to 2.7.5 and it is ok, it is some kind of workaround til you fixed the issue with Faraday version. |
Can we please fix this by bumping the Faraday version? I am happy to create a PR. |
… than 3.0 on jammy. the github releases dpl provided is incompatible with ruby 3 (travis-ci/dpl#1234)
Running into this issue when trying to deploy to GitHub using Travis on Ubuntu Jammy (22.04 LTS). Everything works on Ubuntu Focal (20.04 LTS) but its age causes other issues for our projects. I noticed multiple people reporting the same issue on the Travis CI community forums. The Travis CI helpdesk referred me to this issue / keep an eye on the changelog of this repository, but it appears pretty stale. @murtaza-swati I noticed that you are were to merge pull requests |
is this project still actively maintained? |
Hi, I'm using dpl version
2.0.2.beta.1
on GitLab CI, and when deploying to Heroku, it fails withtried to create Proc object without a block (ArgumentError)
The text was updated successfully, but these errors were encountered: