ci: test against ActiveSupport::RedisCacheStore v5 (#632)

This commit is contained in:
Santiago Bartesaghi 2023-10-24 19:14:27 -03:00 committed by GitHub
parent 8d77a5b0f1
commit 070e467ef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 137 additions and 1 deletions

View file

@ -40,12 +40,18 @@ jobs:
- connection_pool_dalli
- active_support_redis_cache_store
- active_support_redis_cache_store_pooled
- active_support_5_redis_cache_store
- active_support_5_redis_cache_store_pooled
- redis_store
exclude:
- gemfile: rack_1
ruby: 3.2.2
- gemfile: rails_5_2
ruby: 3.2.2
- gemfile: active_support_5_redis_cache_store
ruby: 3.2.2
- gemfile: active_support_5_redis_cache_store_pooled
ruby: 3.2.2
- gemfile: rails_4_2
ruby: 3.2.2
- gemfile: dalli2
@ -54,6 +60,10 @@ jobs:
ruby: 3.1.4
- gemfile: rails_5_2
ruby: 3.1.4
- gemfile: active_support_5_redis_cache_store
ruby: 3.1.4
- gemfile: active_support_5_redis_cache_store_pooled
ruby: 3.1.4
- gemfile: rails_4_2
ruby: 3.1.4
- gemfile: dalli2
@ -62,6 +72,10 @@ jobs:
ruby: 3.0.6
- gemfile: rails_5_2
ruby: 3.0.6
- gemfile: active_support_5_redis_cache_store
ruby: 3.0.6
- gemfile: active_support_5_redis_cache_store_pooled
ruby: 3.0.6
- gemfile: rails_4_2
ruby: 3.0.6
- gemfile: dalli2

View file

@ -81,6 +81,17 @@ appraise "active_support_redis_cache_store_pooled" do
gem "redis", "~> 5.0"
end
appraise "active_support_5_redis_cache_store" do
gem "activesupport", "~> 5.2.0"
gem "redis", "~> 5.0"
end
appraise "active_support_5_redis_cache_store_pooled" do
gem "activesupport", "~> 5.2.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"
end
appraise "redis_store" do
gem "redis-store", "~> 1.5"
end

View file

@ -0,0 +1,13 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "activesupport", "~> 5.2.0"
gem "redis", "~> 5.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -0,0 +1,14 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "activesupport", "~> 5.2.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -5,4 +5,9 @@ source "https://rubygems.org"
gem "activesupport", "~> 6.1.0"
gem "redis", "~> 5.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -6,4 +6,9 @@ gem "activesupport", "~> 6.1.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -5,4 +5,9 @@ source "https://rubygems.org"
gem "connection_pool", "~> 2.2"
gem "dalli", "~> 3.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "dalli", "~> 2.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "dalli", "~> 3.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -7,4 +7,9 @@ gem "activesupport", ">= 4.2"
gem "rack", "~> 1.6"
gem "rack-test", ">= 0.6"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -3,6 +3,10 @@
source "https://rubygems.org"
gem "rack", "~> 2.0"
gem "railties"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "rack", "~> 3.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -5,4 +5,9 @@ source "https://rubygems.org"
gem "railties", "~> 4.2.0"
gem "rack-test", ">= 0.6"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "railties", "~> 5.2.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "railties", "~> 6.0.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "railties", "~> 6.1.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "railties", "~> 7.0.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "railties", "~> 7.1.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "redis", "~> 4.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "redis", "~> 5.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"

View file

@ -4,4 +4,9 @@ source "https://rubygems.org"
gem "redis-store", "~> 1.5"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"