sirupsen / airrecord

Ruby wrapper for Airtable, your personal database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby 3 compatible

dudo opened this issue · comments

Tried to update my app to ruby 3 but the airrecord gem depends on an older version of faraday which depends on an older version of net-http-persistent which does not work with ruby 3 Net::HTTP.

Any effort to have ruby 3 compatibility already? or should I submit a PR?

I think fixed with allowing faraday 2 now in master?
a079e87