mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Drop Rails 5.2 support (#678)
This commit is contained in:
parent
0b48f9f92c
commit
f8fc4dc1ea
4 changed files with 0 additions and 66 deletions
27
.github/workflows/build.yml
vendored
27
.github/workflows/build.yml
vendored
|
|
@ -34,7 +34,6 @@ jobs:
|
|||
- rails_7_0
|
||||
- rails_6_1
|
||||
- rails_6_0
|
||||
- rails_5_2
|
||||
- dalli3
|
||||
- dalli2
|
||||
- redis_5
|
||||
|
|
@ -50,40 +49,14 @@ jobs:
|
|||
- active_support_7_0_redis_cache_store_pooled
|
||||
- active_support_6_redis_cache_store
|
||||
- active_support_6_redis_cache_store_pooled
|
||||
- active_support_5_redis_cache_store
|
||||
- active_support_5_redis_cache_store_pooled
|
||||
- redis_store
|
||||
exclude:
|
||||
- gemfile: rails_5_2
|
||||
ruby: '3.3'
|
||||
- gemfile: active_support_5_redis_cache_store
|
||||
ruby: '3.3'
|
||||
- gemfile: active_support_5_redis_cache_store_pooled
|
||||
ruby: '3.3'
|
||||
- gemfile: dalli2
|
||||
ruby: '3.3'
|
||||
- gemfile: rails_5_2
|
||||
ruby: '3.2'
|
||||
- gemfile: active_support_5_redis_cache_store
|
||||
ruby: '3.2'
|
||||
- gemfile: active_support_5_redis_cache_store_pooled
|
||||
ruby: '3.2'
|
||||
- gemfile: dalli2
|
||||
ruby: '3.2'
|
||||
- gemfile: rails_5_2
|
||||
ruby: '3.1'
|
||||
- gemfile: active_support_5_redis_cache_store
|
||||
ruby: '3.1'
|
||||
- gemfile: active_support_5_redis_cache_store_pooled
|
||||
ruby: '3.1'
|
||||
- gemfile: dalli2
|
||||
ruby: '3.1'
|
||||
- gemfile: rails_5_2
|
||||
ruby: '3.0'
|
||||
- gemfile: active_support_5_redis_cache_store
|
||||
ruby: '3.0'
|
||||
- gemfile: active_support_5_redis_cache_store_pooled
|
||||
ruby: '3.0'
|
||||
- gemfile: dalli2
|
||||
ruby: '3.0'
|
||||
- gemfile: rails_7_0
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
# 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: "../"
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# 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: "../"
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "railties", "~> 5.2.0"
|
||||
|
||||
group :maintenance, optional: true do
|
||||
gem "bake"
|
||||
gem "bake-gem"
|
||||
end
|
||||
|
||||
gemspec path: "../"
|
||||
Loading…
Reference in a new issue