diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4047aeab..7afda9ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Appraisals b/Appraisals index 2d270527..4f222a0f 100644 --- a/Appraisals +++ b/Appraisals @@ -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 diff --git a/gemfiles/active_support_redis_store.gemfile b/gemfiles/active_support_redis_store.gemfile deleted file mode 100644 index b3567fa3..00000000 --- a/gemfiles/active_support_redis_store.gemfile +++ /dev/null @@ -1,8 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "redis-activesupport", "~> 5.0" -gem "redis-store", "1.9.1" - -gemspec path: "../"