Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since `Faraday::Multipart::FilePart` is defined in [faraday-multipart](https://rubygems.org/gems/faraday-multipart), which is now always included, the fallback to `File` can be removed. This is especially important, because `File.new` never allowed setting the content type anyway. ```ruby spec.add_dependency "faraday", ">= 2", "<= 3" spec.add_dependency "faraday-multipart", "~> 1.0" spec.add_dependency "faraday-retry", "~> 2.2" ```
- Loading branch information