Open smaboshe opened 2 months ago
When running bundle exec rspec we get the notification:
bundle exec rspec
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?
faraday-multipart
It seems that this could be an issue with the octokit gem. A fix is in the works that should resolve this.
octokit
When running
bundle exec rspec
we get the notification:Should we install
faraday-multipart
gem?