jekyll / classifier-reborn

A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
https://jekyll.github.io/classifier-reborn/
GNU Lesser General Public License v2.1
548 stars 109 forks source link

Constrain redis to < 5.0 #202

Closed mkasberg closed 1 year ago

mkasberg commented 1 year ago

CI has been failing on recent PRs. However, CI passed at the time changes were merged to master. I dug into this problem and found that version 5.x of the redis gem causes CI to fail. Constraining our dependency on the redis gem to < 5.0 makes CI pass. It seems reasonable to me to merge this restriction, at least for now, since the code that's currently in master clearly doesn't work with redis >= 5.x.