Skip to content

Commit

Permalink
remove support for unmaintained ActiveSupport::Cache::RedisStore
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Oct 13, 2023
1 parent c9bd363 commit 5f6f73f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion lib/rack/attack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
require 'rack/attack/store_proxy/redis_proxy'
require 'rack/attack/store_proxy/redis_store_proxy'
require 'rack/attack/store_proxy/redis_cache_store_proxy'
require 'rack/attack/store_proxy/active_support_redis_store_proxy'

require 'rack/attack/railtie' if defined?(::Rails)

Expand Down
39 changes: 0 additions & 39 deletions lib/rack/attack/store_proxy/active_support_redis_store_proxy.rb

This file was deleted.

20 changes: 0 additions & 20 deletions spec/acceptance/stores/active_support_redis_store_spec.rb

This file was deleted.

0 comments on commit 5f6f73f

Please sign in to comment.