sidekiq-limit_fetch 4.1.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4e35bb2ed507c01ab307ba39254c5d82ba6837d60a771c33e765f3a92ede831
4
- data.tar.gz: 3883ea7ccd095c1f9f0f3ae3900d642500e14f146a74b37a9cffd48440e4e6ec
3
+ metadata.gz: 3dc3b9d874068db0c7968d4c566c69bbd7bf5e9f0ac5544bfc9e86d68accc268
4
+ data.tar.gz: 22391f58b07505932a24b618f5c2de5b82af533d210b764396b896867e497fe2
5
5
  SHA512:
6
- metadata.gz: b1ae9ec40f0f303c352579478a75c7d85cf1fb77fa5f48f73bd2d44b35dd1d6e9daf1f88251108990408a1efc6077f3b250a571ff3d2806de9a72a2766d033b3
7
- data.tar.gz: 9ace46d937a68560dc050fee75ebd4ce663f17bce4ea1be25825d568816282b8ce6059133786e8463fe48d3349baffb4c7a93e04613568367e9114672d23f314
6
+ metadata.gz: 98d0c2c185fe2fddc2ab80d4db40b6dff4e427693e4d8e4923b8b89db36a94927203aa261ed48df2a68877ffd850931252f741ce689c5755f5bed1ca7131e12e
7
+ data.tar.gz: f410a1484dcd488f18435111b1e5b497b5c1dc05ee7b6dd7813f8835396ef22a12dade7adab16263c7f6d2cf5f1591e7fabc05d390a59f901ef6de5c9a3d1d12
@@ -14,8 +14,8 @@ jobs:
14
14
  strategy:
15
15
  fail-fast: false
16
16
  matrix:
17
- ruby: ["2.6", "2.7", "3.0", "3.1", jruby-9.3]
18
- appraisal: ['5.0', '5.1', '5.2', '6.0', '6.1', '6.2', '6.3', '6.4']
17
+ ruby: ["2.7", "3.0", "3.1"]
18
+ appraisal: ['6.0', '6.1', '6.2', '6.3', '6.4', '6.5', 'master']
19
19
  services:
20
20
  redis:
21
21
  image: redis
data/Appraisals CHANGED
@@ -1,15 +1,3 @@
1
- appraise 'sidekiq-5.0' do
2
- gem 'sidekiq', '~> 5.0.0'
3
- end
4
-
5
- appraise 'sidekiq-5.1' do
6
- gem 'sidekiq', '~> 5.1.0'
7
- end
8
-
9
- appraise 'sidekiq-5.2' do
10
- gem 'sidekiq', '~> 5.2.0'
11
- end
12
-
13
1
  appraise 'sidekiq-6.0' do
14
2
  gem 'sidekiq', '~> 6.0.0'
15
3
  end
@@ -30,6 +18,10 @@ appraise 'sidekiq-6.4' do
30
18
  gem 'sidekiq', '~> 6.4.0'
31
19
  end
32
20
 
21
+ appraise 'sidekiq-6.5' do
22
+ gem 'sidekiq', '~> 6.5.0'
23
+ end
24
+
33
25
  appraise 'sidekiq-master' do
34
26
  gem 'sidekiq', github: 'mperham/sidekiq'
35
27
  end
data/CHANGELOG.md CHANGED
@@ -1,13 +1,19 @@
1
1
  # Changelog
2
2
 
3
- All notable changes to this project will be documented in this file.
3
+ ## [4.3.1] - 2022-08-23
4
4
 
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+ - #137 - Fix deprecation of passing timeout as positional argument to brpop from [@cgunther](https://github.com/cgunther)
7
6
 
8
- ## [4.1.0] - 2022-03-29
7
+ ## [4.3.0] - 2022-08-16
8
+
9
+ - #135 - Some extra fixes for Sidekiq 6.5 (fixes #128, #130, #131) from [@BobbyMcWho](https://github.com/BobbyMcWho)
10
+
11
+ ## [4.2.0] - 2022-06-09
9
12
 
10
- ### Changed
13
+ - #127 - Fix for Sidekiq 6.5 internal change vias PR #128 from [@evgeniradev][https://github.com/evgeniradev]
14
+ - testing changes: stop supporting Sidekiq < 6, add tests for Sidekiq 6.5, stop testing on ruby 2.6 EOL
15
+
16
+ ## [4.1.0] - 2022-03-29
11
17
 
12
18
  - #101 - Fix stuck queues bug on Redis restart from [@907th](https://github.com/907th).
13
19
 
@@ -15,8 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
21
 
16
22
  This project was taken over by [@deanpcmad](https://github.com/deanpcmad)
17
23
 
18
- ### Changed
19
-
20
24
  - #120 - Migrate CI to GitHub Actions from [@petergoldstein](https://github.com/petergoldstein).
21
25
  - #124 - Fixed redis v4.6.0 pipelines deprecation warning from [@iurev](https://github.com/iurev).
22
- - #83 - Processing dynamic queues from [@alexey-yanchenko](https://github.com/alexey-yanchenko).
26
+ - #83 - Processing dynamic queues from [@alexey-yanchenko](https://github.com/alexey-yanchenko).
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-limit_fetch (3.4.0)
4
+ sidekiq-limit_fetch (4.3.1)
5
5
  redis (>= 4.6.0)
6
6
  sidekiq (>= 4)
7
7
 
@@ -14,7 +14,7 @@ GEM
14
14
  thor (>= 0.14.0)
15
15
  connection_pool (2.2.5)
16
16
  diff-lcs (1.5.0)
17
- rack (2.2.3)
17
+ rack (2.2.3.1)
18
18
  rack-protection (2.2.0)
19
19
  rack
20
20
  rake (13.0.6)
@@ -30,7 +30,7 @@ GEM
30
30
  rspec-expectations (3.11.0)
31
31
  diff-lcs (>= 1.2.0, < 2.0)
32
32
  rspec-support (~> 3.11.0)
33
- rspec-mocks (3.11.0)
33
+ rspec-mocks (3.11.1)
34
34
  diff-lcs (>= 1.2.0, < 2.0)
35
35
  rspec-support (~> 3.11.0)
36
36
  rspec-support (3.11.0)
@@ -53,4 +53,4 @@ DEPENDENCIES
53
53
  sidekiq-limit_fetch!
54
54
 
55
55
  BUNDLED WITH
56
- 2.3.6
56
+ 2.3.5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-limit_fetch (3.4.0)
4
+ sidekiq-limit_fetch (4.3.1)
5
5
  redis (>= 4.6.0)
6
6
  sidekiq (>= 4)
7
7
 
@@ -14,7 +14,7 @@ GEM
14
14
  thor (>= 0.14.0)
15
15
  connection_pool (2.2.5)
16
16
  diff-lcs (1.5.0)
17
- rack (2.2.3)
17
+ rack (2.2.3.1)
18
18
  rake (13.0.6)
19
19
  redis (4.6.0)
20
20
  redis-namespace (1.8.2)
@@ -28,7 +28,7 @@ GEM
28
28
  rspec-expectations (3.11.0)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
30
  rspec-support (~> 3.11.0)
31
- rspec-mocks (3.11.0)
31
+ rspec-mocks (3.11.1)
32
32
  diff-lcs (>= 1.2.0, < 2.0)
33
33
  rspec-support (~> 3.11.0)
34
34
  rspec-support (3.11.0)
@@ -50,4 +50,4 @@ DEPENDENCIES
50
50
  sidekiq-limit_fetch!
51
51
 
52
52
  BUNDLED WITH
53
- 2.3.6
53
+ 2.3.5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-limit_fetch (3.4.0)
4
+ sidekiq-limit_fetch (4.3.1)
5
5
  redis (>= 4.6.0)
6
6
  sidekiq (>= 4)
7
7
 
@@ -14,7 +14,7 @@ GEM
14
14
  thor (>= 0.14.0)
15
15
  connection_pool (2.2.5)
16
16
  diff-lcs (1.5.0)
17
- rack (2.2.3)
17
+ rack (2.2.3.1)
18
18
  rake (13.0.6)
19
19
  redis (4.6.0)
20
20
  redis-namespace (1.8.2)
@@ -28,11 +28,11 @@ GEM
28
28
  rspec-expectations (3.11.0)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
30
  rspec-support (~> 3.11.0)
31
- rspec-mocks (3.11.0)
31
+ rspec-mocks (3.11.1)
32
32
  diff-lcs (>= 1.2.0, < 2.0)
33
33
  rspec-support (~> 3.11.0)
34
34
  rspec-support (3.11.0)
35
- sidekiq (6.2.1)
35
+ sidekiq (6.2.2)
36
36
  connection_pool (>= 2.2.2)
37
37
  rack (~> 2.0)
38
38
  redis (>= 4.2.0)
@@ -50,4 +50,4 @@ DEPENDENCIES
50
50
  sidekiq-limit_fetch!
51
51
 
52
52
  BUNDLED WITH
53
- 2.3.6
53
+ 2.3.5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-limit_fetch (3.4.0)
4
+ sidekiq-limit_fetch (4.3.1)
5
5
  redis (>= 4.6.0)
6
6
  sidekiq (>= 4)
7
7
 
@@ -14,7 +14,7 @@ GEM
14
14
  thor (>= 0.14.0)
15
15
  connection_pool (2.2.5)
16
16
  diff-lcs (1.5.0)
17
- rack (2.2.3)
17
+ rack (2.2.3.1)
18
18
  rake (13.0.6)
19
19
  redis (4.6.0)
20
20
  redis-namespace (1.8.2)
@@ -28,7 +28,7 @@ GEM
28
28
  rspec-expectations (3.11.0)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
30
  rspec-support (~> 3.11.0)
31
- rspec-mocks (3.11.0)
31
+ rspec-mocks (3.11.1)
32
32
  diff-lcs (>= 1.2.0, < 2.0)
33
33
  rspec-support (~> 3.11.0)
34
34
  rspec-support (3.11.0)
@@ -50,4 +50,4 @@ DEPENDENCIES
50
50
  sidekiq-limit_fetch!
51
51
 
52
52
  BUNDLED WITH
53
- 2.3.6
53
+ 2.3.5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-limit_fetch (3.4.0)
4
+ sidekiq-limit_fetch (4.3.1)
5
5
  redis (>= 4.6.0)
6
6
  sidekiq (>= 4)
7
7
 
@@ -14,7 +14,7 @@ GEM
14
14
  thor (>= 0.14.0)
15
15
  connection_pool (2.2.5)
16
16
  diff-lcs (1.5.0)
17
- rack (2.2.3)
17
+ rack (2.2.3.1)
18
18
  rake (13.0.6)
19
19
  redis (4.6.0)
20
20
  redis-namespace (1.8.2)
@@ -28,11 +28,11 @@ GEM
28
28
  rspec-expectations (3.11.0)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
30
  rspec-support (~> 3.11.0)
31
- rspec-mocks (3.11.0)
31
+ rspec-mocks (3.11.1)
32
32
  diff-lcs (>= 1.2.0, < 2.0)
33
33
  rspec-support (~> 3.11.0)
34
34
  rspec-support (3.11.0)
35
- sidekiq (6.4.1)
35
+ sidekiq (6.4.2)
36
36
  connection_pool (>= 2.2.2)
37
37
  rack (~> 2.0)
38
38
  redis (>= 4.2.0)
@@ -50,4 +50,4 @@ DEPENDENCIES
50
50
  sidekiq-limit_fetch!
51
51
 
52
52
  BUNDLED WITH
53
- 2.3.6
53
+ 2.3.5
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "sidekiq", "~> 5.0.0"
5
+ gem "sidekiq", "~> 6.5.0"
6
6
 
7
7
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-limit_fetch (3.4.0)
4
+ sidekiq-limit_fetch (4.3.1)
5
5
  redis (>= 4.6.0)
6
6
  sidekiq (>= 4)
7
7
 
@@ -14,9 +14,7 @@ GEM
14
14
  thor (>= 0.14.0)
15
15
  connection_pool (2.2.5)
16
16
  diff-lcs (1.5.0)
17
- rack (2.0.9)
18
- rack-protection (2.2.0)
19
- rack
17
+ rack (2.2.3.1)
20
18
  rake (13.0.6)
21
19
  redis (4.6.0)
22
20
  redis-namespace (1.8.2)
@@ -30,15 +28,14 @@ GEM
30
28
  rspec-expectations (3.11.0)
31
29
  diff-lcs (>= 1.2.0, < 2.0)
32
30
  rspec-support (~> 3.11.0)
33
- rspec-mocks (3.11.0)
31
+ rspec-mocks (3.11.1)
34
32
  diff-lcs (>= 1.2.0, < 2.0)
35
33
  rspec-support (~> 3.11.0)
36
34
  rspec-support (3.11.0)
37
- sidekiq (5.2.8)
38
- connection_pool (~> 2.2, >= 2.2.2)
39
- rack (< 2.1.0)
40
- rack-protection (>= 1.5.0)
41
- redis (>= 3.3.5, < 5)
35
+ sidekiq (6.5.0)
36
+ connection_pool (>= 2.2.2)
37
+ rack (~> 2.0)
38
+ redis (>= 4.2.0)
42
39
  thor (1.2.1)
43
40
 
44
41
  PLATFORMS
@@ -49,8 +46,8 @@ DEPENDENCIES
49
46
  rake
50
47
  redis-namespace (~> 1.5, >= 1.5.2)
51
48
  rspec
52
- sidekiq (~> 5.2.0)
49
+ sidekiq (~> 6.5.0)
53
50
  sidekiq-limit_fetch!
54
51
 
55
52
  BUNDLED WITH
56
- 2.3.6
53
+ 2.3.5
@@ -1,8 +1,8 @@
1
1
  GIT
2
2
  remote: https://github.com/mperham/sidekiq.git
3
- revision: cf7b067c89ae3b1303e35d29408099cf40991f6d
3
+ revision: 277ea1888f25917e9dde8d00bdb866f86a55691f
4
4
  specs:
5
- sidekiq (6.4.2)
5
+ sidekiq (6.5.0)
6
6
  connection_pool (>= 2.2.2)
7
7
  rack (~> 2.0)
8
8
  redis (>= 4.2.0)
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: ..
12
12
  specs:
13
- sidekiq-limit_fetch (3.4.0)
13
+ sidekiq-limit_fetch (4.3.1)
14
14
  redis (>= 4.6.0)
15
15
  sidekiq (>= 4)
16
16
 
@@ -23,7 +23,7 @@ GEM
23
23
  thor (>= 0.14.0)
24
24
  connection_pool (2.2.5)
25
25
  diff-lcs (1.5.0)
26
- rack (2.2.3)
26
+ rack (2.2.3.1)
27
27
  rake (13.0.6)
28
28
  redis (4.6.0)
29
29
  redis-namespace (1.8.2)
@@ -37,7 +37,7 @@ GEM
37
37
  rspec-expectations (3.11.0)
38
38
  diff-lcs (>= 1.2.0, < 2.0)
39
39
  rspec-support (~> 3.11.0)
40
- rspec-mocks (3.11.0)
40
+ rspec-mocks (3.11.1)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
42
  rspec-support (~> 3.11.0)
43
43
  rspec-support (3.11.0)
@@ -55,4 +55,4 @@ DEPENDENCIES
55
55
  sidekiq-limit_fetch!
56
56
 
57
57
  BUNDLED WITH
58
- 2.3.6
58
+ 2.3.5
@@ -6,7 +6,8 @@ class Sidekiq::Manager
6
6
  end
7
7
 
8
8
  def start
9
- Sidekiq::LimitFetch::Queues.start options
9
+ # In sidekiq 6.5.0 the variable @options has been renamed to @config
10
+ Sidekiq::LimitFetch::Queues.start @options || @config
10
11
  Sidekiq::LimitFetch::Global::Monitor.start!
11
12
  super
12
13
  end
@@ -1,7 +1,11 @@
1
1
  module Sidekiq
2
2
  class LimitFetch::UnitOfWork < BasicFetch::UnitOfWork
3
3
  def initialize(queue, job)
4
- super
4
+ if post_6_5?
5
+ super(queue, job, Sidekiq)
6
+ else
7
+ super
8
+ end
5
9
  redis_retryable { Queue[queue_name].increase_busy }
6
10
  end
7
11
 
@@ -17,6 +21,10 @@ module Sidekiq
17
21
 
18
22
  private
19
23
 
24
+ def post_6_5?
25
+ Gem::Version.new(Sidekiq::VERSION) >= Gem::Version.new('6.5.0')
26
+ end
27
+
20
28
  def redis_retryable(&block)
21
29
  Sidekiq::LimitFetch.redis_retryable(&block)
22
30
  end
@@ -28,13 +28,18 @@ module Sidekiq::LimitFetch
28
28
  UnitOfWork.new(queue, job) if job
29
29
  end
30
30
 
31
+ def config
32
+ # Post 6.5, Sidekiq.options is deprecated and replaced with passing Sidekiq directly
33
+ post_6_5? ? Sidekiq : Sidekiq.options
34
+ end
35
+
31
36
  # Backwards compatibility for sidekiq v6.1.0
32
37
  # @see https://github.com/mperham/sidekiq/pull/4602
33
38
  def bulk_requeue(*args)
34
39
  if Sidekiq::BasicFetch.respond_to?(:bulk_requeue) # < 6.1.0
35
40
  Sidekiq::BasicFetch.bulk_requeue(*args)
36
41
  else # 6.1.0+
37
- Sidekiq::BasicFetch.new(Sidekiq.options).bulk_requeue(*args)
42
+ Sidekiq::BasicFetch.new(config).bulk_requeue(*args)
38
43
  end
39
44
  end
40
45
 
@@ -56,12 +61,16 @@ module Sidekiq::LimitFetch
56
61
 
57
62
  private
58
63
 
64
+ def post_6_5?
65
+ @post_6_5 ||= Gem::Version.new(Sidekiq::VERSION) >= Gem::Version.new('6.5.0')
66
+ end
67
+
59
68
  def redis_brpop(queues)
60
69
  if queues.empty?
61
70
  sleep TIMEOUT # there are no queues to handle, so lets sleep
62
71
  [] # and return nothing
63
72
  else
64
- redis_retryable { Sidekiq.redis { |it| it.brpop *queues, TIMEOUT } }
73
+ redis_retryable { Sidekiq.redis { |it| it.brpop *queues, timeout: TIMEOUT } }
65
74
  end
66
75
  end
67
76
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'sidekiq-limit_fetch'
3
- gem.version = '4.1.0'
3
+ gem.version = '4.3.1'
4
4
  gem.license = 'MIT'
5
5
  gem.authors = ['Dean Perry', 'brainopia']
6
6
  gem.email = 'dean@deanpcmad.com'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-limit_fetch
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Perry
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-03-29 00:00:00.000000000 Z
12
+ date: 2022-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sidekiq
@@ -130,12 +130,6 @@ files:
130
130
  - demo/config/boot.rb
131
131
  - demo/config/environment.rb
132
132
  - demo/config/environments/development.rb
133
- - gemfiles/sidekiq_5.0.gemfile
134
- - gemfiles/sidekiq_5.0.gemfile.lock
135
- - gemfiles/sidekiq_5.1.gemfile
136
- - gemfiles/sidekiq_5.1.gemfile.lock
137
- - gemfiles/sidekiq_5.2.gemfile
138
- - gemfiles/sidekiq_5.2.gemfile.lock
139
133
  - gemfiles/sidekiq_6.0.gemfile
140
134
  - gemfiles/sidekiq_6.0.gemfile.lock
141
135
  - gemfiles/sidekiq_6.1.gemfile
@@ -146,6 +140,8 @@ files:
146
140
  - gemfiles/sidekiq_6.3.gemfile.lock
147
141
  - gemfiles/sidekiq_6.4.gemfile
148
142
  - gemfiles/sidekiq_6.4.gemfile.lock
143
+ - gemfiles/sidekiq_6.5.gemfile
144
+ - gemfiles/sidekiq_6.5.gemfile.lock
149
145
  - gemfiles/sidekiq_master.gemfile
150
146
  - gemfiles/sidekiq_master.gemfile.lock
151
147
  - lib/sidekiq-limit_fetch.rb
@@ -187,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
183
  - !ruby/object:Gem::Version
188
184
  version: '0'
189
185
  requirements: []
190
- rubygems_version: 3.2.22
186
+ rubygems_version: 3.3.7
191
187
  signing_key:
192
188
  specification_version: 4
193
189
  summary: Sidekiq strategy to support queue limits
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- sidekiq-limit_fetch (3.4.0)
5
- redis (>= 4.6.0)
6
- sidekiq (>= 4)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- appraisal (2.4.1)
12
- bundler
13
- rake
14
- thor (>= 0.14.0)
15
- concurrent-ruby (1.1.10)
16
- connection_pool (2.2.5)
17
- diff-lcs (1.5.0)
18
- rack (2.2.3)
19
- rack-protection (2.2.0)
20
- rack
21
- rake (13.0.6)
22
- redis (4.6.0)
23
- redis-namespace (1.8.2)
24
- redis (>= 3.0.4)
25
- rspec (3.11.0)
26
- rspec-core (~> 3.11.0)
27
- rspec-expectations (~> 3.11.0)
28
- rspec-mocks (~> 3.11.0)
29
- rspec-core (3.11.0)
30
- rspec-support (~> 3.11.0)
31
- rspec-expectations (3.11.0)
32
- diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.11.0)
34
- rspec-mocks (3.11.0)
35
- diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.11.0)
37
- rspec-support (3.11.0)
38
- sidekiq (5.0.5)
39
- concurrent-ruby (~> 1.0)
40
- connection_pool (~> 2.2, >= 2.2.0)
41
- rack-protection (>= 1.5.0)
42
- redis (>= 3.3.4, < 5)
43
- thor (1.2.1)
44
-
45
- PLATFORMS
46
- x86_64-linux
47
-
48
- DEPENDENCIES
49
- appraisal
50
- rake
51
- redis-namespace (~> 1.5, >= 1.5.2)
52
- rspec
53
- sidekiq (~> 5.0.0)
54
- sidekiq-limit_fetch!
55
-
56
- BUNDLED WITH
57
- 2.3.6
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "sidekiq", "~> 5.1.0"
6
-
7
- gemspec path: "../"
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- sidekiq-limit_fetch (3.4.0)
5
- redis (>= 4.6.0)
6
- sidekiq (>= 4)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- appraisal (2.4.1)
12
- bundler
13
- rake
14
- thor (>= 0.14.0)
15
- concurrent-ruby (1.1.10)
16
- connection_pool (2.2.5)
17
- diff-lcs (1.5.0)
18
- rack (2.2.3)
19
- rack-protection (2.2.0)
20
- rack
21
- rake (13.0.6)
22
- redis (4.6.0)
23
- redis-namespace (1.8.2)
24
- redis (>= 3.0.4)
25
- rspec (3.11.0)
26
- rspec-core (~> 3.11.0)
27
- rspec-expectations (~> 3.11.0)
28
- rspec-mocks (~> 3.11.0)
29
- rspec-core (3.11.0)
30
- rspec-support (~> 3.11.0)
31
- rspec-expectations (3.11.0)
32
- diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.11.0)
34
- rspec-mocks (3.11.0)
35
- diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.11.0)
37
- rspec-support (3.11.0)
38
- sidekiq (5.1.3)
39
- concurrent-ruby (~> 1.0)
40
- connection_pool (~> 2.2, >= 2.2.0)
41
- rack-protection (>= 1.5.0)
42
- redis (>= 3.3.5, < 5)
43
- thor (1.2.1)
44
-
45
- PLATFORMS
46
- x86_64-linux
47
-
48
- DEPENDENCIES
49
- appraisal
50
- rake
51
- redis-namespace (~> 1.5, >= 1.5.2)
52
- rspec
53
- sidekiq (~> 5.1.0)
54
- sidekiq-limit_fetch!
55
-
56
- BUNDLED WITH
57
- 2.3.6
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "sidekiq", "~> 5.2.0"
6
-
7
- gemspec path: "../"