greyblake / telebot

Ruby client for Telegram bot API
MIT License
30 stars 6 forks source link

upgrade to faraday 2.0 #4

Open yegor256 opened 2 months ago

yegor256 commented 2 months ago

Currently, the gem depends on faraday_middleware, which depends on faraday ~>1.0. Because of this, it's impossible to use this gem with faraday ~>2.0. Is it possible somehow to get rid of the faraday_middleware dependency?

yegor256 commented 2 months ago

@greyblake maybe you can help?

greyblake commented 2 months ago

@yegor256 Would you open a PR? It looks like faraday_middleware is not used anywhere (at least explicitly). Can you try to remove it?

yegor256 commented 2 months ago

@greyblake take a look: https://github.com/greyblake/telebot/pull/5