rack-attack/gemfiles/active_support_redis_cache_store_pooled.gemfile
Gonzalo e039ecde2a
ci: tests against redis gem v5 (#612)
* ci: tests against redis gem v5

* ci: fixes incompatibility between redis-store 1.9.2 and redis 5
2023-07-25 13:13:39 +12:00

9 lines
178 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "activesupport", "~> 6.1.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"
gemspec path: "../"