centrifugal / rubycent

Ruby gem to communicate with Centrifugo HTTP API
MIT License
20 stars 16 forks source link

Increase Faraday dependency's maximum version to 3.0.0 #19

Closed hmnhf closed 2 years ago

hmnhf commented 2 years ago

Faraday has deprecated its middleware gem since version 2.0.0 and introduced a new built-in JSON middleware. (Which is the only middleware used by rubycent.)

This pull request:

FZambia commented 2 years ago

@hmnhf hello, many thanks for the PR!

I fixed CI issue in https://github.com/centrifugal/rubycent/commit/060f20d28cecd427f33fe9f200d36ce4ddd8f631 - please rebase to the latest master.

@prikha Sergey, possibly you could check this out too?

hmnhf commented 2 years ago

@FZambia My pleasure. Rebased the branch with master.

FZambia commented 2 years ago

@hmnhf hello, part of v2.1.0 - thanks!