mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-26 09:35:49 +00:00
[tests] Fix gotcha with new activesupport redis versions
This fixes the error:
uninitialized constant ActiveSupport::VERSION
when loading active_support/cache/redis_store
This commit is contained in:
parent
e3dfd0dd1c
commit
ff22014a03
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