Skip to content

Drop faraday dependency #1089

@ayushn21

Description

@ayushn21

Just been updating our test matrix to add Ruby 4 and saw we've got faraday and faraday_follow-redirects in our bundle. The latter needed upgrading for Ruby 4 compatibility.

A super simple fix, but it got me thinking that we shouldn't really have a dependency the size of Faraday for the tiny number of use cases we have for HTTP requests. Users can pull it in if they wish.

I propose we use net/http internally and drop the Faraday dependency so it's one less external piece to worry about.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions