thoughtbot / upcase

Sharpen your programming skills.
https://thoughtbot.com/upcase
MIT License
317 stars 37 forks source link

Should we install `faraday-multipart` gem? #2627

Open smaboshe opened 2 months ago

smaboshe commented 2 months ago

When running bundle exec rspec we get the notification:

To use multipart middleware with Faraday v2.0+, install `faraday-multipart` gem; note: this is used by the ManageGHES client for uploading licenses

Should we install faraday-multipart gem?

smaboshe commented 2 months ago

It seems that this could be an issue with the octokit gem. A fix is in the works that should resolve this.