telebot
telebot copied to clipboard
upgrade to faraday 2.0
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?