tpitale / mail_room

Forward mail from gmail IMAP to a callback URL or job worker, simply.
MIT License
195 stars 51 forks source link

Upgrade redis-rb dependency to v4.x #136

Closed stanhu closed 2 years ago

stanhu commented 2 years ago

As https://github.com/redis/redis-rb/blob/master/CHANGELOG.md#40 describes, redis-rb v4.0 added support for CLIENT commands, so the lower-level client was changed to Redis#_client.

This update fixes the broken tests as a result of this change.