thoughtbot / upcase

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

Add `faraday-multipart` gem #2646

Closed smaboshe closed 1 week ago

smaboshe commented 1 week ago

We are getting the following notification when running tests:

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

This commit adds the faraday-multipart gem (with require: false) to clear the warning.