Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 21 additions & 62 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,20 @@ jobs:
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
gemfile:
- rack_3
- rack_2
- rails_8_1
- rails_8_0
- rails_7_2
- rails_7_1
- rails_7_0
- rails_6_1
- rails_6_0
- dalli3
- redis_5
- redis_4
- connection_pool_dalli
- active_support_8_1_redis_cache_store
- active_support_8_1_redis_cache_store_pooled
- active_support_8_0_redis_cache_store
- active_support_8_0_redis_cache_store_pooled
- active_support_7_2_redis_cache_store
Expand All @@ -47,102 +46,62 @@ jobs:
- active_support_7_1_redis_cache_store_pooled
- active_support_7_0_redis_cache_store
- active_support_7_0_redis_cache_store_pooled
- active_support_6_redis_cache_store
- active_support_6_redis_cache_store_pooled
- redis_store
exclude:
- gemfile: rails_6_0
ruby: '3.4'
- gemfile: active_support_6_redis_cache_store
ruby: '3.4'
- gemfile: active_support_6_redis_cache_store_pooled
ruby: '3.4'
- gemfile: rails_6_1
ruby: '3.4'
- gemfile: rails_7_0
ruby: '3.4'
- gemfile: rails_7_0
ruby: '2.6'
- gemfile: rails_7_0
ruby: '2.5'
- gemfile: active_support_7_0_redis_cache_store
ruby: '3.4'
- gemfile: active_support_7_0_redis_cache_store
ruby: '2.6'
- gemfile: active_support_7_0_redis_cache_store
ruby: '2.5'
- gemfile: active_support_7_0_redis_cache_store_pooled
ruby: '3.4'
- gemfile: active_support_7_0_redis_cache_store_pooled
ruby: '2.6'
- gemfile: active_support_7_0_redis_cache_store_pooled
ruby: '2.5'
- gemfile: rails_7_1
ruby: '2.6'
- gemfile: rails_7_1
ruby: '2.5'
- gemfile: active_support_7_1_redis_cache_store
ruby: '2.6'
- gemfile: active_support_7_1_redis_cache_store
ruby: '2.5'
- gemfile: active_support_7_1_redis_cache_store_pooled
ruby: '2.6'
- gemfile: active_support_7_1_redis_cache_store_pooled
ruby: '2.5'
- gemfile: rails_7_2
ruby: '3.0'
- gemfile: rails_7_2
ruby: '2.7'
- gemfile: rails_7_2
ruby: '2.6'
- gemfile: rails_7_2
ruby: '2.5'
- gemfile: active_support_7_2_redis_cache_store
ruby: '3.0'
- gemfile: active_support_7_2_redis_cache_store
ruby: '2.7'
- gemfile: active_support_7_2_redis_cache_store
ruby: '2.6'
- gemfile: active_support_7_2_redis_cache_store
ruby: '2.5'
- gemfile: active_support_7_2_redis_cache_store_pooled
ruby: '3.0'
- gemfile: active_support_7_2_redis_cache_store_pooled
ruby: '2.7'
- gemfile: active_support_7_2_redis_cache_store_pooled
ruby: '2.6'
- gemfile: active_support_7_2_redis_cache_store_pooled
ruby: '2.5'
- gemfile: rails_8_0
ruby: '3.1'
- gemfile: rails_8_0
ruby: '3.0'
- gemfile: rails_8_0
ruby: '2.7'
- gemfile: rails_8_0
ruby: '2.6'
- gemfile: rails_8_0
ruby: '2.5'
- gemfile: active_support_8_0_redis_cache_store
ruby: '3.1'
- gemfile: active_support_8_0_redis_cache_store
ruby: '3.0'
- gemfile: active_support_8_0_redis_cache_store
ruby: '2.7'
- gemfile: active_support_8_0_redis_cache_store
ruby: '2.6'
- gemfile: active_support_8_0_redis_cache_store
ruby: '2.5'
- gemfile: active_support_8_0_redis_cache_store_pooled
ruby: '3.1'
- gemfile: active_support_8_0_redis_cache_store_pooled
ruby: '3.0'
- gemfile: active_support_8_0_redis_cache_store_pooled
ruby: '2.7'
- gemfile: active_support_8_0_redis_cache_store_pooled
ruby: '2.6'
- gemfile: active_support_8_0_redis_cache_store_pooled
ruby: '2.5'
- gemfile: rails_8_1
ruby: '3.1'
- gemfile: rails_8_1
ruby: '3.0'
- gemfile: rails_8_1
ruby: '2.7'
- gemfile: active_support_8_1_redis_cache_store
ruby: '3.1'
- gemfile: active_support_8_1_redis_cache_store
ruby: '3.0'
- gemfile: active_support_8_1_redis_cache_store
ruby: '2.7'
- gemfile: active_support_8_1_redis_cache_store_pooled
ruby: '3.1'
- gemfile: active_support_8_1_redis_cache_store_pooled
ruby: '3.0'
- gemfile: active_support_8_1_redis_cache_store_pooled
ruby: '2.7'
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down
34 changes: 15 additions & 19 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ appraise "rack_2" do
gem "rack", "~> 2.0"
end

appraise 'rails_8-1' do
gem 'railties', '~> 8.1.0'
end

appraise 'rails_8-0' do
gem 'railties', '~> 8.0.0'
end
Expand All @@ -24,14 +28,6 @@ appraise 'rails_7-0' do
gem 'railties', '~> 7.0.0'
end

appraise 'rails_6-1' do
gem 'railties', '~> 6.1.0'
end

appraise 'rails_6-0' do
gem 'railties', '~> 6.0.0'
end

appraise 'dalli3' do
gem 'dalli', '~> 3.0'
end
Expand All @@ -49,6 +45,17 @@ appraise "connection_pool_dalli" do
gem "dalli", "~> 3.0"
end

appraise "active_support_8-1_redis_cache_store" do
gem "activesupport", "~> 8.1.0"
gem "redis", "~> 5.0"
end

appraise "active_support_8-1_redis_cache_store_pooled" do
gem "activesupport", "~> 8.1.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"
end

appraise "active_support_8-0_redis_cache_store" do
gem "activesupport", "~> 8.0.0"
gem "redis", "~> 5.0"
Expand Down Expand Up @@ -93,17 +100,6 @@ appraise "active_support_7-0_redis_cache_store_pooled" do
gem "redis", "~> 5.0"
end

appraise "active_support_6_redis_cache_store" do
gem "activesupport", "~> 6.1.0"
gem "redis", "~> 5.0"
end

appraise "active_support_6_redis_cache_store_pooled" do
gem "activesupport", "~> 6.1.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"
end

appraise "redis_store" do
gem "redis-store", "~> 1.5"
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activesupport", "~> 6.1.0"
gem "activesupport", "~> 8.1.0"
gem "redis", "~> 5.0"

group :maintenance, optional: true do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activesupport", "~> 6.1.0"
gem "activesupport", "~> 8.1.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"

Expand Down
12 changes: 0 additions & 12 deletions gemfiles/rails_6_1.gemfile

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile → gemfiles/rails_8_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "railties", "~> 6.0.0"
gem "railties", "~> 8.1.0"

group :maintenance, optional: true do
gem "bake"
Expand Down