sidekiq-prometheus-exporter 0.1.17 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,65 +15,67 @@ GEM
15
15
  ast (2.4.2)
16
16
  byebug (11.1.3)
17
17
  coderay (1.1.3)
18
- connection_pool (2.2.5)
18
+ connection_pool (2.3.0)
19
19
  diff-lcs (1.5.0)
20
+ json (2.6.2)
20
21
  method_source (1.0.0)
21
- parallel (1.21.0)
22
- parser (3.1.1.0)
22
+ parallel (1.22.1)
23
+ parser (3.1.2.1)
23
24
  ast (~> 2.4.1)
24
- pry (0.13.1)
25
+ pry (0.14.2)
25
26
  coderay (~> 1.1)
26
27
  method_source (~> 1.0)
27
- pry-byebug (3.9.0)
28
+ pry-byebug (3.10.1)
28
29
  byebug (~> 11.0)
29
- pry (~> 0.13.0)
30
- rack (2.2.3)
30
+ pry (>= 0.13, < 0.15)
31
+ rack (2.2.4)
31
32
  rack-test (1.1.0)
32
33
  rack (>= 1.0, < 3)
33
34
  rainbow (3.1.1)
34
35
  rake (13.0.6)
35
- redis (4.6.0)
36
- regexp_parser (2.2.1)
36
+ redis (4.8.0)
37
+ regexp_parser (2.6.1)
37
38
  rexml (3.2.5)
38
- rspec (3.11.0)
39
- rspec-core (~> 3.11.0)
40
- rspec-expectations (~> 3.11.0)
41
- rspec-mocks (~> 3.11.0)
42
- rspec-core (3.11.0)
43
- rspec-support (~> 3.11.0)
44
- rspec-expectations (3.11.0)
39
+ rspec (3.12.0)
40
+ rspec-core (~> 3.12.0)
41
+ rspec-expectations (~> 3.12.0)
42
+ rspec-mocks (~> 3.12.0)
43
+ rspec-core (3.12.0)
44
+ rspec-support (~> 3.12.0)
45
+ rspec-expectations (3.12.0)
45
46
  diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.11.0)
47
- rspec-mocks (3.11.0)
47
+ rspec-support (~> 3.12.0)
48
+ rspec-mocks (3.12.0)
48
49
  diff-lcs (>= 1.2.0, < 2.0)
49
- rspec-support (~> 3.11.0)
50
- rspec-support (3.11.0)
51
- rubocop (1.26.0)
50
+ rspec-support (~> 3.12.0)
51
+ rspec-support (3.12.0)
52
+ rubocop (1.39.0)
53
+ json (~> 2.3)
52
54
  parallel (~> 1.10)
53
- parser (>= 3.1.0.0)
55
+ parser (>= 3.1.2.1)
54
56
  rainbow (>= 2.2.2, < 4.0)
55
57
  regexp_parser (>= 1.8, < 3.0)
56
- rexml
57
- rubocop-ast (>= 1.16.0, < 2.0)
58
+ rexml (>= 3.2.5, < 4.0)
59
+ rubocop-ast (>= 1.23.0, < 2.0)
58
60
  ruby-progressbar (~> 1.7)
59
61
  unicode-display_width (>= 1.4.0, < 3.0)
60
- rubocop-ast (1.16.0)
62
+ rubocop-ast (1.23.0)
61
63
  parser (>= 3.1.1.0)
62
- rubocop-performance (1.13.3)
64
+ rubocop-performance (1.15.1)
63
65
  rubocop (>= 1.7.0, < 2.0)
64
66
  rubocop-ast (>= 0.4.0)
65
67
  rubocop-rake (0.6.0)
66
68
  rubocop (~> 1.0)
67
- rubocop-rspec (2.9.0)
68
- rubocop (~> 1.19)
69
+ rubocop-rspec (2.15.0)
70
+ rubocop (~> 1.33)
69
71
  ruby-progressbar (1.11.0)
70
- sidekiq (6.4.1)
71
- connection_pool (>= 2.2.2)
72
+ sidekiq (6.5.8)
73
+ connection_pool (>= 2.2.5, < 3)
72
74
  rack (~> 2.0)
73
- redis (>= 4.2.0)
75
+ redis (>= 4.5.0, < 5)
74
76
  thor (1.2.1)
75
77
  timecop (0.9.5)
76
- unicode-display_width (2.1.0)
78
+ unicode-display_width (2.3.0)
77
79
 
78
80
  PLATFORMS
79
81
  ruby
@@ -81,6 +83,7 @@ PLATFORMS
81
83
  DEPENDENCIES
82
84
  appraisal (~> 2.2)
83
85
  bundler (~> 2.1)
86
+ pry (~> 0.14)
84
87
  pry-byebug (~> 3.6)
85
88
  rack-test (~> 1.1)
86
89
  rake (~> 13.0)
@@ -95,4 +98,4 @@ DEPENDENCIES
95
98
  timecop (~> 0.9)
96
99
 
97
100
  BUNDLED WITH
98
- 2.3.7
101
+ 2.3.26
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "redis", "~> 5.0"
6
+ gem "sidekiq", "~> 7.0"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,109 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ sidekiq-prometheus-exporter (0.1.17)
5
+ rack (>= 1.6.0)
6
+ sidekiq (>= 3.3.1)
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
+ ast (2.4.2)
16
+ byebug (11.1.3)
17
+ coderay (1.1.3)
18
+ concurrent-ruby (1.2.2)
19
+ connection_pool (2.4.0)
20
+ diff-lcs (1.5.0)
21
+ json (2.6.3)
22
+ method_source (1.0.0)
23
+ parallel (1.23.0)
24
+ parser (3.2.2.0)
25
+ ast (~> 2.4.1)
26
+ pry (0.14.2)
27
+ coderay (~> 1.1)
28
+ method_source (~> 1.0)
29
+ pry-byebug (3.10.1)
30
+ byebug (~> 11.0)
31
+ pry (>= 0.13, < 0.15)
32
+ rack (2.2.6.4)
33
+ rack-test (1.1.0)
34
+ rack (>= 1.0, < 3)
35
+ rainbow (3.1.1)
36
+ rake (13.0.6)
37
+ redis (5.0.6)
38
+ redis-client (>= 0.9.0)
39
+ redis-client (0.14.1)
40
+ connection_pool
41
+ regexp_parser (2.8.0)
42
+ rexml (3.2.5)
43
+ rspec (3.12.0)
44
+ rspec-core (~> 3.12.0)
45
+ rspec-expectations (~> 3.12.0)
46
+ rspec-mocks (~> 3.12.0)
47
+ rspec-core (3.12.2)
48
+ rspec-support (~> 3.12.0)
49
+ rspec-expectations (3.12.3)
50
+ diff-lcs (>= 1.2.0, < 2.0)
51
+ rspec-support (~> 3.12.0)
52
+ rspec-mocks (3.12.5)
53
+ diff-lcs (>= 1.2.0, < 2.0)
54
+ rspec-support (~> 3.12.0)
55
+ rspec-support (3.12.0)
56
+ rubocop (1.50.2)
57
+ json (~> 2.3)
58
+ parallel (~> 1.10)
59
+ parser (>= 3.2.0.0)
60
+ rainbow (>= 2.2.2, < 4.0)
61
+ regexp_parser (>= 1.8, < 3.0)
62
+ rexml (>= 3.2.5, < 4.0)
63
+ rubocop-ast (>= 1.28.0, < 2.0)
64
+ ruby-progressbar (~> 1.7)
65
+ unicode-display_width (>= 2.4.0, < 3.0)
66
+ rubocop-ast (1.28.0)
67
+ parser (>= 3.2.1.0)
68
+ rubocop-capybara (2.18.0)
69
+ rubocop (~> 1.41)
70
+ rubocop-performance (1.17.1)
71
+ rubocop (>= 1.7.0, < 2.0)
72
+ rubocop-ast (>= 0.4.0)
73
+ rubocop-rake (0.6.0)
74
+ rubocop (~> 1.0)
75
+ rubocop-rspec (2.20.0)
76
+ rubocop (~> 1.33)
77
+ rubocop-capybara (~> 2.17)
78
+ ruby-progressbar (1.13.0)
79
+ sidekiq (7.0.9)
80
+ concurrent-ruby (< 2)
81
+ connection_pool (>= 2.3.0)
82
+ rack (>= 2.2.4)
83
+ redis-client (>= 0.11.0)
84
+ thor (1.2.1)
85
+ timecop (0.9.6)
86
+ unicode-display_width (2.4.2)
87
+
88
+ PLATFORMS
89
+ x86_64-darwin-21
90
+
91
+ DEPENDENCIES
92
+ appraisal (~> 2.2)
93
+ bundler (~> 2.1)
94
+ pry (~> 0.14)
95
+ pry-byebug (~> 3.6)
96
+ rack-test (~> 1.1)
97
+ rake (~> 13.0)
98
+ redis (~> 5.0)
99
+ rspec (~> 3.0)
100
+ rubocop (~> 1.22)
101
+ rubocop-performance (~> 1.12)
102
+ rubocop-rake (~> 0.6)
103
+ rubocop-rspec (~> 2.6)
104
+ sidekiq (~> 7.0)
105
+ sidekiq-prometheus-exporter!
106
+ timecop (~> 0.9)
107
+
108
+ BUNDLED WITH
109
+ 2.3.26
@@ -1,11 +1,12 @@
1
1
  GIT
2
2
  remote: https://github.com/mperham/sidekiq
3
- revision: 20cdf68a7362c9f7cc40508e294b96026754772b
3
+ revision: 1db35cc3d722c3e9d53848d699f9aa1ba097443c
4
4
  specs:
5
- sidekiq (6.4.1)
6
- connection_pool (>= 2.2.2)
7
- rack (~> 2.0)
8
- redis (>= 4.2.0)
5
+ sidekiq (7.0.1)
6
+ concurrent-ruby (< 2)
7
+ connection_pool (>= 2.3.0)
8
+ rack (>= 2.2.4)
9
+ redis-client (>= 0.9.0)
9
10
 
10
11
  GIT
11
12
  remote: https://github.com/rack/rack
@@ -37,23 +38,26 @@ GEM
37
38
  ast (2.4.2)
38
39
  byebug (11.1.3)
39
40
  coderay (1.1.3)
40
- connection_pool (2.2.5)
41
+ concurrent-ruby (1.1.10)
42
+ connection_pool (2.3.0)
41
43
  diff-lcs (1.5.0)
42
44
  method_source (1.0.0)
43
45
  parallel (1.21.0)
44
46
  parser (3.1.1.0)
45
47
  ast (~> 2.4.1)
46
- pry (0.13.1)
48
+ pry (0.14.2)
47
49
  coderay (~> 1.1)
48
50
  method_source (~> 1.0)
49
- pry-byebug (3.9.0)
51
+ pry-byebug (3.10.1)
50
52
  byebug (~> 11.0)
51
- pry (~> 0.13.0)
53
+ pry (>= 0.13, < 0.15)
52
54
  rack-session (0.1.0)
53
55
  rack-test (1.1.0)
54
56
  rack (>= 1.0, < 3)
55
57
  rainbow (3.1.1)
56
58
  rake (13.0.6)
59
+ redis-client (0.11.2)
60
+ connection_pool
57
61
  regexp_parser (2.2.1)
58
62
  rexml (3.2.5)
59
63
  rspec (3.11.0)
@@ -98,6 +102,7 @@ PLATFORMS
98
102
  DEPENDENCIES
99
103
  appraisal (~> 2.2)
100
104
  bundler (~> 2.1)
105
+ pry (~> 0.14)
101
106
  pry-byebug (~> 3.6)
102
107
  rack (>= 2)!
103
108
  rack-test (~> 1.1)
@@ -113,4 +118,4 @@ DEPENDENCIES
113
118
  timecop (~> 0.9)
114
119
 
115
120
  BUNDLED WITH
116
- 2.3.7
121
+ 2.3.26
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  apiVersion: v1
3
- appVersion: 0.1.17
3
+ appVersion: 0.1.17-2
4
4
  description: A Helm chart to deploy sidekiq-prometheus-exporter in Kubernetes
5
5
  name: sidekiq-prometheus-exporter
6
- version: 0.1.17
6
+ version: 0.1.18
@@ -51,7 +51,7 @@ $ helm install sidekiq-metrics strech/sidekiq-prometheus-exporter --set serviceA
51
51
  | `fullnameOverride` | Override the full resource names | `nil` |
52
52
  | `image.registry` | Image registry | `docker.io` |
53
53
  | `image.repository` | Image repository | `strech/sidekiq-prometheus-exporter` |
54
- | `image.tag` | Image tag | `0.1.17` |
54
+ | `image.tag` | Image tag | `0.1.17-2` |
55
55
  | `image.pullPolicy` | Image pull policy | `IfNotPresent` |
56
56
  | `image.pullSecrets` | Image pull secrets | `nil` |
57
57
  | `containerPort` | Port for the exporter to bind on | `9292` |
@@ -60,6 +60,8 @@ $ helm install sidekiq-metrics strech/sidekiq-prometheus-exporter --set serviceA
60
60
  | `tolerations` | Toleration labels for pod assignment | `nil` |
61
61
  | `affinity` | Affinity settings for pod assignment | `nil` |
62
62
  | `securityContext` | Security Context for the pod | `nil` |
63
+ | `podLabels` | Pod labels additional to the default | `nil` |
64
+ | `podAnnotations` | Pod annotations | `nil` |
63
65
  | `livenessProbe` | LivenessProbe settings for tcpSocket mapping to containerPort | (See `values.yaml`) |
64
66
  | `readinessProbe` | ReadinessProbe settings for tcpSocket mapping to containerPort | (See `values.yaml`) |
65
67
  | `service.type` | Kubernetes service type | `ClusterIP` |
@@ -16,6 +16,9 @@ spec:
16
16
  labels:
17
17
  app.kubernetes.io/name: {{ include "sidekiq-prometheus-exporter.name" . }}
18
18
  app.kubernetes.io/instance: {{ .Release.Name }}
19
+ {{- with .Values.podLabels }}
20
+ {{- toYaml . | nindent 8 }}
21
+ {{- end }}
19
22
  {{- with .Values.podAnnotations }}
20
23
  annotations:
21
24
  {{- toYaml . | nindent 8 }}
@@ -9,7 +9,7 @@
9
9
  image:
10
10
  registry: docker.io
11
11
  repository: strech/sidekiq-prometheus-exporter
12
- tag: 0.1.17
12
+ tag: 0.1.17-2
13
13
  ## Specify a imagePullPolicy
14
14
  ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
15
15
  ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -97,6 +97,10 @@ containerPort: 9292
97
97
  # securityContext:
98
98
  # runAsUser: 65534
99
99
 
100
+ ## Metrics exporter pod Labels
101
+ ##
102
+ # podLabels:
103
+
100
104
  ## Metrics exporter pod Annotations
101
105
  ##
102
106
  # podAnnotations:
@@ -11,7 +11,7 @@ module Sidekiq
11
11
 
12
12
  QueueStats = Struct.new(:name, :size, :latency)
13
13
  QueueWorkersStats = Struct.new(:total_workers, :busy_workers, :processes)
14
- WorkersStats = Struct.new(:total_workers, :by_queue)
14
+ WorkersStats = Struct.new(:total_workers, :by_queue, :by_host)
15
15
 
16
16
  def self.available?
17
17
  true
@@ -37,11 +37,14 @@ module Sidekiq
37
37
  end
38
38
 
39
39
  def workers_stats
40
- workers_stats = WorkersStats.new(0, {})
40
+ workers_stats = WorkersStats.new(0, {}, {})
41
41
 
42
42
  Sidekiq::ProcessSet.new.each_with_object(workers_stats) do |process, stats|
43
43
  stats.total_workers += process['concurrency'].to_i
44
44
 
45
+ stats.by_host[process['hostname']] ||= Hash.new(0)
46
+ stats.by_host[process['hostname']][process['quiet']] += 1
47
+
45
48
  process['queues'].each do |queue|
46
49
  stats.by_queue[queue] ||= QueueWorkersStats.new(0, 0, 0)
47
50
  stats.by_queue[queue].processes += 1
@@ -14,6 +14,10 @@ sidekiq_workers <%= format('%d', @workers_stats.total_workers) %>
14
14
  # TYPE sidekiq_processes gauge
15
15
  sidekiq_processes <%= format('%d', @overview_stats.processes_size) %>
16
16
 
17
+ # HELP sidekiq_host_processes The number of processes running on the host.
18
+ # TYPE sidekiq_host_processes gauge
19
+ <% @workers_stats.by_host.each do |host, stats| %><% stats.each do |quiet, count| %>sidekiq_host_processes{host="<%= host %>",quiet="<%= quiet %>"} <%= format('%i', count) %>
20
+ <% end %><% end %>
17
21
  # HELP sidekiq_busy_workers The number of workers performing the job.
18
22
  # TYPE sidekiq_busy_workers gauge
19
23
  sidekiq_busy_workers <%= format('%d', @overview_stats.workers_size) %>
@@ -3,7 +3,10 @@
3
3
  module Sidekiq
4
4
  module Prometheus
5
5
  module Exporter
6
- VERSION = '0.1.17'.freeze
6
+ # NOTE: Every version update dropds Docker patch version to 0
7
+ # and every adjustment in Docker setup bumps it to +1
8
+ VERSION = '0.2.0'.freeze
9
+ DOCKER_PATCH_VERSION = '0'.freeze
7
10
  end
8
11
  end
9
12
  end
@@ -31,10 +31,11 @@ Gem::Specification.new do |spec|
31
31
 
32
32
  spec.required_ruby_version = '>= 2.3'
33
33
  spec.add_dependency 'rack', '>= 1.6.0'
34
- spec.add_dependency 'sidekiq', '>= 3.3.1'
34
+ spec.add_dependency 'sidekiq', '>= 4.1.0'
35
35
 
36
36
  spec.add_development_dependency 'appraisal', '~> 2.2'
37
37
  spec.add_development_dependency 'bundler', '~> 2.1'
38
+ spec.add_development_dependency 'pry', '~> 0.14'
38
39
  spec.add_development_dependency 'pry-byebug', '~> 3.6'
39
40
  spec.add_development_dependency 'rack-test', '~> 1.1'
40
41
  spec.add_development_dependency 'rake', '~> 13.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-prometheus-exporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Fedorov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-11 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 3.3.1
33
+ version: 4.1.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 3.3.1
40
+ version: 4.1.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: appraisal
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '2.1'
69
+ - !ruby/object:Gem::Dependency
70
+ name: pry
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.14'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.14'
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: pry-byebug
71
85
  requirement: !ruby/object:Gem::Requirement
@@ -224,16 +238,16 @@ files:
224
238
  - examples/sidekiq/Dockerfile
225
239
  - examples/sidekiq/sidekiq.rb
226
240
  - examples/sidekiq/sidekiq.yml
227
- - gemfiles/sidekiq_3.3.1.Gemfile
228
- - gemfiles/sidekiq_3.3.1.Gemfile.lock
229
- - gemfiles/sidekiq_3.x.Gemfile
230
- - gemfiles/sidekiq_3.x.Gemfile.lock
241
+ - gemfiles/sidekiq_4.1.0.Gemfile
242
+ - gemfiles/sidekiq_4.1.0.Gemfile.lock
231
243
  - gemfiles/sidekiq_4.x.Gemfile
232
244
  - gemfiles/sidekiq_4.x.Gemfile.lock
233
245
  - gemfiles/sidekiq_5.x.Gemfile
234
246
  - gemfiles/sidekiq_5.x.Gemfile.lock
235
247
  - gemfiles/sidekiq_6.x.Gemfile
236
248
  - gemfiles/sidekiq_6.x.Gemfile.lock
249
+ - gemfiles/sidekiq_7.x.Gemfile
250
+ - gemfiles/sidekiq_7.x.Gemfile.lock
237
251
  - gemfiles/sidekiq_latest.Gemfile
238
252
  - gemfiles/sidekiq_latest.Gemfile.lock
239
253
  - helm/sidekiq-prometheus-exporter/.helmignore
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "slim"
6
- gem "redis", "~> 3.3"
7
- gem "redis-namespace", "< 1.7.0"
8
- gem "sinatra"
9
- gem "concurrent-ruby"
10
- gem "sidekiq", "= 3.3.1"
11
-
12
- gemspec path: "../"
@@ -1,126 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- sidekiq-prometheus-exporter (0.1.17)
5
- rack (>= 1.6.0)
6
- sidekiq (>= 3.3.1)
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
- ast (2.4.2)
16
- byebug (11.1.3)
17
- celluloid (0.18.0)
18
- timers (~> 4)
19
- coderay (1.1.3)
20
- concurrent-ruby (1.1.9)
21
- connection_pool (2.2.5)
22
- diff-lcs (1.5.0)
23
- json (2.6.1)
24
- method_source (1.0.0)
25
- mustermann (1.1.1)
26
- ruby2_keywords (~> 0.0.1)
27
- parallel (1.21.0)
28
- parser (3.1.1.0)
29
- ast (~> 2.4.1)
30
- pry (0.13.1)
31
- coderay (~> 1.1)
32
- method_source (~> 1.0)
33
- pry-byebug (3.9.0)
34
- byebug (~> 11.0)
35
- pry (~> 0.13.0)
36
- rack (2.2.3)
37
- rack-protection (2.2.0)
38
- rack
39
- rack-test (1.1.0)
40
- rack (>= 1.0, < 3)
41
- rainbow (3.1.1)
42
- rake (13.0.6)
43
- redis (3.3.5)
44
- redis-namespace (1.6.0)
45
- redis (>= 3.0.4)
46
- regexp_parser (2.2.1)
47
- rexml (3.2.5)
48
- rspec (3.11.0)
49
- rspec-core (~> 3.11.0)
50
- rspec-expectations (~> 3.11.0)
51
- rspec-mocks (~> 3.11.0)
52
- rspec-core (3.11.0)
53
- rspec-support (~> 3.11.0)
54
- rspec-expectations (3.11.0)
55
- diff-lcs (>= 1.2.0, < 2.0)
56
- rspec-support (~> 3.11.0)
57
- rspec-mocks (3.11.0)
58
- diff-lcs (>= 1.2.0, < 2.0)
59
- rspec-support (~> 3.11.0)
60
- rspec-support (3.11.0)
61
- rubocop (1.26.0)
62
- parallel (~> 1.10)
63
- parser (>= 3.1.0.0)
64
- rainbow (>= 2.2.2, < 4.0)
65
- regexp_parser (>= 1.8, < 3.0)
66
- rexml
67
- rubocop-ast (>= 1.16.0, < 2.0)
68
- ruby-progressbar (~> 1.7)
69
- unicode-display_width (>= 1.4.0, < 3.0)
70
- rubocop-ast (1.16.0)
71
- parser (>= 3.1.1.0)
72
- rubocop-performance (1.13.3)
73
- rubocop (>= 1.7.0, < 2.0)
74
- rubocop-ast (>= 0.4.0)
75
- rubocop-rake (0.6.0)
76
- rubocop (~> 1.0)
77
- rubocop-rspec (2.9.0)
78
- rubocop (~> 1.19)
79
- ruby-progressbar (1.11.0)
80
- ruby2_keywords (0.0.5)
81
- sidekiq (3.3.1)
82
- celluloid (>= 0.16.0)
83
- connection_pool (>= 2.1.1)
84
- json
85
- redis (>= 3.0.6)
86
- redis-namespace (>= 1.3.1)
87
- sinatra (2.2.0)
88
- mustermann (~> 1.0)
89
- rack (~> 2.2)
90
- rack-protection (= 2.2.0)
91
- tilt (~> 2.0)
92
- slim (4.1.0)
93
- temple (>= 0.7.6, < 0.9)
94
- tilt (>= 2.0.6, < 2.1)
95
- temple (0.8.2)
96
- thor (1.2.1)
97
- tilt (2.0.10)
98
- timecop (0.9.5)
99
- timers (4.3.3)
100
- unicode-display_width (2.1.0)
101
-
102
- PLATFORMS
103
- ruby
104
-
105
- DEPENDENCIES
106
- appraisal (~> 2.2)
107
- bundler (~> 2.1)
108
- concurrent-ruby
109
- pry-byebug (~> 3.6)
110
- rack-test (~> 1.1)
111
- rake (~> 13.0)
112
- redis (~> 3.3)
113
- redis-namespace (< 1.7.0)
114
- rspec (~> 3.0)
115
- rubocop (~> 1.22)
116
- rubocop-performance (~> 1.12)
117
- rubocop-rake (~> 0.6)
118
- rubocop-rspec (~> 2.6)
119
- sidekiq (= 3.3.1)
120
- sidekiq-prometheus-exporter!
121
- sinatra
122
- slim
123
- timecop (~> 0.9)
124
-
125
- BUNDLED WITH
126
- 2.3.7