mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
test: update ruby and rails versions
This commit is contained in:
parent
1e5fb868f6
commit
d1b01f0b4a
5 changed files with 4 additions and 23 deletions
|
|
@ -7,7 +7,6 @@ rvm:
|
|||
- 2.7.2
|
||||
- 2.6.6
|
||||
- 2.5.8
|
||||
- 2.4.10
|
||||
|
||||
before_install:
|
||||
- yes | gem update --system
|
||||
|
|
@ -19,7 +18,6 @@ gemfile:
|
|||
- gemfiles/rails_6_1.gemfile
|
||||
- gemfiles/rails_6_0.gemfile
|
||||
- gemfiles/rails_5_2.gemfile
|
||||
- gemfiles/rails_5_1.gemfile
|
||||
- gemfiles/rails_4_2.gemfile
|
||||
- gemfiles/dalli2.gemfile
|
||||
- gemfiles/redis_4.gemfile
|
||||
|
|
@ -36,8 +34,6 @@ matrix:
|
|||
rvm: 3.0.0
|
||||
- gemfile: gemfiles/rails_5_2.gemfile
|
||||
rvm: 3.0.0
|
||||
- gemfile: gemfiles/rails_5_1.gemfile
|
||||
rvm: 3.0.0
|
||||
- gemfile: gemfiles/rails_4_2.gemfile
|
||||
rvm: 3.0.0
|
||||
- gemfile: gemfiles/dalli2.gemfile
|
||||
|
|
@ -48,10 +44,6 @@ matrix:
|
|||
rvm: 2.7.2
|
||||
- gemfile: gemfiles/rails_4_2.gemfile
|
||||
rvm: 2.7.2
|
||||
- gemfile: gemfiles/rails_6_1.gemfile
|
||||
rvm: 2.4.10
|
||||
- gemfile: gemfiles/rails_6_0.gemfile
|
||||
rvm: 2.4.10
|
||||
fast_finish: true
|
||||
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -29,10 +29,6 @@ appraise 'rails_5-2' do
|
|||
gem 'railties', '~> 5.2.0'
|
||||
end
|
||||
|
||||
appraise 'rails_5-1' do
|
||||
gem 'railties', '~> 5.1.0'
|
||||
end
|
||||
|
||||
appraise 'rails_4-2' do
|
||||
gem 'railties', '~> 4.2.0'
|
||||
|
||||
|
|
@ -59,12 +55,12 @@ appraise "connection_pool_dalli" do
|
|||
end
|
||||
|
||||
appraise "active_support_redis_cache_store" do
|
||||
gem "activesupport", ">= 5.2", "< 6.2"
|
||||
gem "activesupport", "~> 6.1.0"
|
||||
gem "redis", "~> 4.0"
|
||||
end
|
||||
|
||||
appraise "active_support_redis_cache_store_pooled" do
|
||||
gem "activesupport", ">= 5.2", "< 6.2"
|
||||
gem "activesupport", "~> 6.1.0"
|
||||
gem "connection_pool", "~> 2.2"
|
||||
gem "redis", "~> 4.0"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "activesupport", ">= 5.2", "< 6.2"
|
||||
gem "activesupport", "~> 6.1.0"
|
||||
gem "redis", "~> 4.0"
|
||||
|
||||
gemspec path: "../"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "activesupport", ">= 5.2", "< 6.2"
|
||||
gem "activesupport", "~> 6.1.0"
|
||||
gem "connection_pool", "~> 2.2"
|
||||
gem "redis", "~> 4.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "railties", "~> 5.1.0"
|
||||
|
||||
gemspec path: "../"
|
||||
Loading…
Reference in a new issue