|
42 | 42 |
|
43 | 43 | appraise "active_support_8-1_redis_cache_store" do |
44 | 44 | gem "activesupport", "~> 8.1.0" |
| 45 | + # Direct version requirement on connection_pool |
| 46 | + # can be removed once https://github.com/rails/rails#56291 is fixed and released |
| 47 | + gem "connection_pool", "~> 2.5" |
45 | 48 | gem "redis", "~> 5.0" |
46 | 49 | end |
47 | 50 |
|
48 | 51 | appraise "active_support_8-0_redis_cache_store" do |
49 | 52 | gem "activesupport", "~> 8.0.0" |
| 53 | + # Direct version requirement on connection_pool |
| 54 | + # can be removed once https://github.com/rails/rails#56291 is fixed and released |
| 55 | + gem "connection_pool", "~> 2.5" |
50 | 56 | gem "redis", "~> 5.0" |
51 | 57 | end |
52 | 58 |
|
53 | 59 | appraise "active_support_7-2_redis_cache_store" do |
54 | 60 | gem "activesupport", "~> 7.2.0" |
| 61 | + # Direct version requirement on connection_pool |
| 62 | + # can be removed once https://github.com/rails/rails#56291 is fixed and released |
| 63 | + gem "connection_pool", "~> 2.5" |
55 | 64 | gem "redis", "~> 5.0" |
56 | 65 | end |
57 | 66 |
|
58 | 67 | appraise "active_support_7-1_redis_cache_store" do |
59 | 68 | gem "activesupport", "~> 7.1.0" |
| 69 | + # Direct version requirement on connection_pool |
| 70 | + # can be removed once https://github.com/rails/rails#56291 is fixed and released |
| 71 | + gem "connection_pool", "~> 2.5" |
60 | 72 | gem "redis", "~> 5.0" |
61 | 73 | end |
62 | 74 |
|
63 | 75 | appraise "active_support_7-0_redis_cache_store" do |
64 | 76 | gem "activesupport", "~> 7.0.0" |
| 77 | + # Direct version requirement on connection_pool |
| 78 | + # can be removed once https://github.com/rails/rails#56291 is fixed and released |
| 79 | + gem "connection_pool", "~> 2.5" |
65 | 80 | gem "redis", "~> 5.0" |
66 | 81 | end |
67 | 82 |
|
|
0 commit comments