Skip to content

Bump redis-rails to 5.0.2 to get redis-store security updates

Stan Hu requested to merge sh-bump-redis-actionpack into master

Other change highlights:

redis-actionpack 5.0.1 -> 5.0.2:

  • Loosen dependencies to work with new minor redis-store versions

redis-activesupport 5.0.1 -> 5.0.4:

5.0.4

5.0.3:

  • Fix :raw option for read_multi
  • Revert "Use SCAN for delete_matched if client and server supports it"
  • Support regular expressions in delete_matched
  • Extract options from names before checking its size

5.0.2:

redis-rack 1.6.0 -> 2.0.3:

Closes #40889

Edited by Stan Hu

Merge request reports