Closed MatzFan closed 2 years ago
Fixed via #51
@astro I've created a new branch ruby3.1
which fixes the Net::HTTP patch which was broken in Ruby 3.1. If you are happy with it can you please merge into master
, release gem v1.7.2 and push to RubyGems. Thanks!
Net::HTTP
not longer connects via theTCPSocket
class and instead usesSocket.tcp
. See this commit.Until fixed, suggest pushing new gem to enforce
required_ruby_version = ['>= 2.0', '< 3.1']