Closed tylerdiaz closed 2 years ago
I should probably do this a little differently. Do you know when this change was made? Should close out v0.0 with #connect and move to v0.1 with some versioning on the dep gems.
@steelThread The commit itself https://github.com/redis/redis-rb/commit/895cc3211e335a8fd9ba9322cd311c09eea9621f was made 2 years ago, but only went out on v4.0 about two weeks ago: https://github.com/redis/redis-rb/releases/tag/v4.0.0
I agree, updating the version and pinning the deps is the way to go. Want me to close this PR?
In the commit https://github.com/redis/redis-rb/commit/895cc3211e335a8fd9ba9322cd311c09eea9621f the Redis library deprecated the
Redis.connect
that this application depends on. Because the Redis dependency doesn't have the version pinned, using the latest version of this application is broken out of the box.This merge request helps fix that.