mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #188 from ktheory/fix-redis-activesupport
[tests] Fix gotcha with new activesupport redis versions
This commit is contained in:
commit
88e3ed0efd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
require 'active_support/cache'
|
||||
require 'active_support/cache/redis_store'
|
||||
require 'redis-activesupport'
|
||||
require 'dalli'
|
||||
require_relative '../spec_helper'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue