Skip to content

Commit

Permalink
ci: removes active_support_redis_store matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 14, 2023
1 parent 5f6f73f commit d0b0b05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- active_support_redis_cache_store
- active_support_redis_cache_store_pooled
- redis_store
- active_support_redis_store
exclude:
- gemfile: rack_1
ruby: 3.2.2
Expand Down
5 changes: 0 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,3 @@ end
appraise "redis_store" do
gem "redis-store", "~> 1.5"
end

appraise "active_support_redis_store" do
gem "redis-activesupport", "~> 5.0"
gem 'redis-store', '1.9.1' # remove after https://github.com/redis-store/redis-store/issues/358 is resolved
end
8 changes: 0 additions & 8 deletions gemfiles/active_support_redis_store.gemfile

This file was deleted.

0 comments on commit d0b0b05

Please sign in to comment.