mirror of
https://github.com/deanpcmad/sidekiq-limit_fetch.git
synced 2022-11-09 13:54:36 -05:00
test 6.5 and remove 5.0, 5.1 and 5.2. need to fix tests
This commit is contained in:
parent
845aea5a40
commit
0681293a29
8 changed files with 14 additions and 153 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: ["2.6", "2.7", "3.0", "3.1"]
|
||||
appraisal: ['5.0', '5.1', '5.2', '6.0', '6.1', '6.2', '6.3', '6.4', 'master']
|
||||
ruby: ["2.7", "3.0", "3.1"]
|
||||
appraisal: ['6.0', '6.1', '6.2', '6.3', '6.4', '6.5', 'master']
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
|
|
16
Appraisals
16
Appraisals
|
@ -1,15 +1,3 @@
|
|||
appraise 'sidekiq-5.0' do
|
||||
gem 'sidekiq', '~> 5.0.0'
|
||||
end
|
||||
|
||||
appraise 'sidekiq-5.1' do
|
||||
gem 'sidekiq', '~> 5.1.0'
|
||||
end
|
||||
|
||||
appraise 'sidekiq-5.2' do
|
||||
gem 'sidekiq', '~> 5.2.0'
|
||||
end
|
||||
|
||||
appraise 'sidekiq-6.0' do
|
||||
gem 'sidekiq', '~> 6.0.0'
|
||||
end
|
||||
|
@ -30,6 +18,10 @@ appraise 'sidekiq-6.4' do
|
|||
gem 'sidekiq', '~> 6.4.0'
|
||||
end
|
||||
|
||||
appraise 'sidekiq-6.5' do
|
||||
gem 'sidekiq', '~> 6.5.0'
|
||||
end
|
||||
|
||||
appraise 'sidekiq-master' do
|
||||
gem 'sidekiq', github: 'mperham/sidekiq'
|
||||
end
|
||||
|
|
|
@ -1,57 +0,0 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
appraisal (2.4.1)
|
||||
bundler
|
||||
rake
|
||||
thor (>= 0.14.0)
|
||||
concurrent-ruby (1.1.10)
|
||||
connection_pool (2.2.5)
|
||||
diff-lcs (1.5.0)
|
||||
rack (2.2.3.1)
|
||||
rack-protection (2.2.0)
|
||||
rack
|
||||
rake (13.0.6)
|
||||
redis (4.6.0)
|
||||
redis-namespace (1.8.2)
|
||||
redis (>= 3.0.4)
|
||||
rspec (3.11.0)
|
||||
rspec-core (~> 3.11.0)
|
||||
rspec-expectations (~> 3.11.0)
|
||||
rspec-mocks (~> 3.11.0)
|
||||
rspec-core (3.11.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-expectations (3.11.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-mocks (3.11.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-support (3.11.0)
|
||||
sidekiq (5.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
connection_pool (~> 2.2, >= 2.2.0)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (>= 3.3.4, < 5)
|
||||
thor (1.2.1)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
appraisal
|
||||
rake
|
||||
redis-namespace (~> 1.5, >= 1.5.2)
|
||||
rspec
|
||||
sidekiq (~> 5.0.0)
|
||||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
|
@ -1,7 +0,0 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "sidekiq", "~> 5.1.0"
|
||||
|
||||
gemspec path: "../"
|
|
@ -1,57 +0,0 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
appraisal (2.4.1)
|
||||
bundler
|
||||
rake
|
||||
thor (>= 0.14.0)
|
||||
concurrent-ruby (1.1.10)
|
||||
connection_pool (2.2.5)
|
||||
diff-lcs (1.5.0)
|
||||
rack (2.2.3.1)
|
||||
rack-protection (2.2.0)
|
||||
rack
|
||||
rake (13.0.6)
|
||||
redis (4.6.0)
|
||||
redis-namespace (1.8.2)
|
||||
redis (>= 3.0.4)
|
||||
rspec (3.11.0)
|
||||
rspec-core (~> 3.11.0)
|
||||
rspec-expectations (~> 3.11.0)
|
||||
rspec-mocks (~> 3.11.0)
|
||||
rspec-core (3.11.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-expectations (3.11.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-mocks (3.11.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-support (3.11.0)
|
||||
sidekiq (5.1.3)
|
||||
concurrent-ruby (~> 1.0)
|
||||
connection_pool (~> 2.2, >= 2.2.0)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (>= 3.3.5, < 5)
|
||||
thor (1.2.1)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
appraisal
|
||||
rake
|
||||
redis-namespace (~> 1.5, >= 1.5.2)
|
||||
rspec
|
||||
sidekiq (~> 5.1.0)
|
||||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
|
@ -1,7 +0,0 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "sidekiq", "~> 5.2.0"
|
||||
|
||||
gemspec path: "../"
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "sidekiq", "~> 5.0.0"
|
||||
gem "sidekiq", "~> 6.5.0"
|
||||
|
||||
gemspec path: "../"
|
|
@ -14,9 +14,7 @@ GEM
|
|||
thor (>= 0.14.0)
|
||||
connection_pool (2.2.5)
|
||||
diff-lcs (1.5.0)
|
||||
rack (2.0.9.1)
|
||||
rack-protection (2.2.0)
|
||||
rack
|
||||
rack (2.2.3.1)
|
||||
rake (13.0.6)
|
||||
redis (4.6.0)
|
||||
redis-namespace (1.8.2)
|
||||
|
@ -34,11 +32,10 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-support (3.11.0)
|
||||
sidekiq (5.2.8)
|
||||
connection_pool (~> 2.2, >= 2.2.2)
|
||||
rack (< 2.1.0)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (>= 3.3.5, < 5)
|
||||
sidekiq (6.5.0)
|
||||
connection_pool (>= 2.2.2)
|
||||
rack (~> 2.0)
|
||||
redis (>= 4.2.0)
|
||||
thor (1.2.1)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -49,8 +46,8 @@ DEPENDENCIES
|
|||
rake
|
||||
redis-namespace (~> 1.5, >= 1.5.2)
|
||||
rspec
|
||||
sidekiq (~> 5.2.0)
|
||||
sidekiq (~> 6.5.0)
|
||||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
||||
2.3.5
|
Loading…
Reference in a new issue