sidekiq-prometheus-exporter 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +0 -3
- data/Appraisals +1 -2
- data/Gemfile +13 -0
- data/README.md +5 -1
- data/Rakefile +6 -3
- data/lib/sidekiq/prometheus/exporter/version.rb +1 -1
- data/lib/sidekiq/prometheus/exporter.rb +5 -4
- data/sidekiq-prometheus-exporter.gemspec +1 -14
- metadata +3 -210
- data/.github/FUNDING.yml +0 -12
- data/.github/workflows/ci.yaml +0 -70
- data/docker/Dockerfile +0 -24
- data/docker/README.md +0 -61
- data/docker/config.ru +0 -41
- data/examples/docker-compose.yml +0 -49
- data/examples/metrics/Dockerfile +0 -7
- data/examples/metrics/config.ru +0 -10
- data/examples/prometheus/prometheus.yml +0 -8
- data/examples/screenshot.png +0 -0
- data/examples/sidekiq/Dockerfile +0 -5
- data/examples/sidekiq/sidekiq.rb +0 -41
- data/examples/sidekiq/sidekiq.yml +0 -5
- data/examples/sidekiq-dashboard.grafana-6.json +0 -837
- data/examples/sidekiq-dashboard.grafana-7.json +0 -845
- data/gemfiles/sidekiq_4.1.0.Gemfile +0 -9
- data/gemfiles/sidekiq_4.1.0.Gemfile.lock +0 -117
- data/gemfiles/sidekiq_4.x.Gemfile +0 -8
- data/gemfiles/sidekiq_4.x.Gemfile.lock +0 -105
- data/gemfiles/sidekiq_5.x.Gemfile +0 -8
- data/gemfiles/sidekiq_5.x.Gemfile.lock +0 -104
- data/gemfiles/sidekiq_6.x.Gemfile +0 -8
- data/gemfiles/sidekiq_6.x.Gemfile.lock +0 -101
- data/gemfiles/sidekiq_7.x.Gemfile +0 -8
- data/gemfiles/sidekiq_7.x.Gemfile.lock +0 -109
- data/gemfiles/sidekiq_latest.Gemfile +0 -9
- data/gemfiles/sidekiq_latest.Gemfile.lock +0 -121
- data/helm/sidekiq-prometheus-exporter/.helmignore +0 -22
- data/helm/sidekiq-prometheus-exporter/Chart.yaml +0 -6
- data/helm/sidekiq-prometheus-exporter/README.md +0 -89
- data/helm/sidekiq-prometheus-exporter/templates/NOTES.txt +0 -15
- data/helm/sidekiq-prometheus-exporter/templates/_helpers.tpl +0 -109
- data/helm/sidekiq-prometheus-exporter/templates/clusterrole.yaml +0 -20
- data/helm/sidekiq-prometheus-exporter/templates/clusterrolebinding.yaml +0 -17
- data/helm/sidekiq-prometheus-exporter/templates/deployment.yaml +0 -65
- data/helm/sidekiq-prometheus-exporter/templates/service.yaml +0 -17
- data/helm/sidekiq-prometheus-exporter/templates/serviceaccount.yaml +0 -9
- data/helm/sidekiq-prometheus-exporter/templates/servicemonitor.yaml +0 -26
- data/helm/sidekiq-prometheus-exporter/values.yaml +0 -139
@@ -1,117 +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
|
-
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
|
-
mustermann (3.0.0)
|
24
|
-
ruby2_keywords (~> 0.0.1)
|
25
|
-
parallel (1.23.0)
|
26
|
-
parser (3.2.2.0)
|
27
|
-
ast (~> 2.4.1)
|
28
|
-
pry (0.14.2)
|
29
|
-
coderay (~> 1.1)
|
30
|
-
method_source (~> 1.0)
|
31
|
-
pry-byebug (3.10.1)
|
32
|
-
byebug (~> 11.0)
|
33
|
-
pry (>= 0.13, < 0.15)
|
34
|
-
rack (2.2.6.4)
|
35
|
-
rack-protection (3.0.3)
|
36
|
-
rack
|
37
|
-
rack-test (1.1.0)
|
38
|
-
rack (>= 1.0, < 3)
|
39
|
-
rainbow (3.1.1)
|
40
|
-
rake (13.0.6)
|
41
|
-
redis (3.3.5)
|
42
|
-
regexp_parser (2.8.0)
|
43
|
-
rexml (3.2.5)
|
44
|
-
rspec (3.12.0)
|
45
|
-
rspec-core (~> 3.12.0)
|
46
|
-
rspec-expectations (~> 3.12.0)
|
47
|
-
rspec-mocks (~> 3.12.0)
|
48
|
-
rspec-core (3.12.2)
|
49
|
-
rspec-support (~> 3.12.0)
|
50
|
-
rspec-expectations (3.12.3)
|
51
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
52
|
-
rspec-support (~> 3.12.0)
|
53
|
-
rspec-mocks (3.12.5)
|
54
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
-
rspec-support (~> 3.12.0)
|
56
|
-
rspec-support (3.12.0)
|
57
|
-
rubocop (1.50.2)
|
58
|
-
json (~> 2.3)
|
59
|
-
parallel (~> 1.10)
|
60
|
-
parser (>= 3.2.0.0)
|
61
|
-
rainbow (>= 2.2.2, < 4.0)
|
62
|
-
regexp_parser (>= 1.8, < 3.0)
|
63
|
-
rexml (>= 3.2.5, < 4.0)
|
64
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
65
|
-
ruby-progressbar (~> 1.7)
|
66
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
67
|
-
rubocop-ast (1.28.0)
|
68
|
-
parser (>= 3.2.1.0)
|
69
|
-
rubocop-capybara (2.18.0)
|
70
|
-
rubocop (~> 1.41)
|
71
|
-
rubocop-performance (1.17.1)
|
72
|
-
rubocop (>= 1.7.0, < 2.0)
|
73
|
-
rubocop-ast (>= 0.4.0)
|
74
|
-
rubocop-rake (0.6.0)
|
75
|
-
rubocop (~> 1.0)
|
76
|
-
rubocop-rspec (2.20.0)
|
77
|
-
rubocop (~> 1.33)
|
78
|
-
rubocop-capybara (~> 2.17)
|
79
|
-
ruby-progressbar (1.13.0)
|
80
|
-
ruby2_keywords (0.0.5)
|
81
|
-
sidekiq (4.1.0)
|
82
|
-
concurrent-ruby (~> 1.0)
|
83
|
-
connection_pool (~> 2.2, >= 2.2.0)
|
84
|
-
redis (~> 3.2, >= 3.2.1)
|
85
|
-
sinatra (3.0.3)
|
86
|
-
mustermann (~> 3.0)
|
87
|
-
rack (~> 2.2, >= 2.2.4)
|
88
|
-
rack-protection (= 3.0.3)
|
89
|
-
tilt (~> 2.0)
|
90
|
-
thor (1.2.1)
|
91
|
-
tilt (2.0.11)
|
92
|
-
timecop (0.9.6)
|
93
|
-
unicode-display_width (2.4.2)
|
94
|
-
|
95
|
-
PLATFORMS
|
96
|
-
x86_64-darwin-21
|
97
|
-
|
98
|
-
DEPENDENCIES
|
99
|
-
appraisal (~> 2.2)
|
100
|
-
bundler (~> 2.1)
|
101
|
-
pry (~> 0.14)
|
102
|
-
pry-byebug (~> 3.6)
|
103
|
-
rack-test (~> 1.1)
|
104
|
-
rake (~> 13.0)
|
105
|
-
redis (~> 3.3)
|
106
|
-
rspec (~> 3.0)
|
107
|
-
rubocop (~> 1.22)
|
108
|
-
rubocop-performance (~> 1.12)
|
109
|
-
rubocop-rake (~> 0.6)
|
110
|
-
rubocop-rspec (~> 2.6)
|
111
|
-
sidekiq (= 4.1.0)
|
112
|
-
sidekiq-prometheus-exporter!
|
113
|
-
sinatra
|
114
|
-
timecop (~> 0.9)
|
115
|
-
|
116
|
-
BUNDLED WITH
|
117
|
-
2.3.26
|
@@ -1,105 +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
|
-
coderay (1.1.3)
|
18
|
-
concurrent-ruby (1.1.10)
|
19
|
-
connection_pool (2.3.0)
|
20
|
-
diff-lcs (1.5.0)
|
21
|
-
json (2.6.2)
|
22
|
-
method_source (1.0.0)
|
23
|
-
parallel (1.22.1)
|
24
|
-
parser (3.1.2.1)
|
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.4)
|
33
|
-
rack-protection (3.0.3)
|
34
|
-
rack
|
35
|
-
rack-test (1.1.0)
|
36
|
-
rack (>= 1.0, < 3)
|
37
|
-
rainbow (3.1.1)
|
38
|
-
rake (13.0.6)
|
39
|
-
redis (3.3.5)
|
40
|
-
regexp_parser (2.6.1)
|
41
|
-
rexml (3.2.5)
|
42
|
-
rspec (3.12.0)
|
43
|
-
rspec-core (~> 3.12.0)
|
44
|
-
rspec-expectations (~> 3.12.0)
|
45
|
-
rspec-mocks (~> 3.12.0)
|
46
|
-
rspec-core (3.12.0)
|
47
|
-
rspec-support (~> 3.12.0)
|
48
|
-
rspec-expectations (3.12.0)
|
49
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
50
|
-
rspec-support (~> 3.12.0)
|
51
|
-
rspec-mocks (3.12.0)
|
52
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
53
|
-
rspec-support (~> 3.12.0)
|
54
|
-
rspec-support (3.12.0)
|
55
|
-
rubocop (1.39.0)
|
56
|
-
json (~> 2.3)
|
57
|
-
parallel (~> 1.10)
|
58
|
-
parser (>= 3.1.2.1)
|
59
|
-
rainbow (>= 2.2.2, < 4.0)
|
60
|
-
regexp_parser (>= 1.8, < 3.0)
|
61
|
-
rexml (>= 3.2.5, < 4.0)
|
62
|
-
rubocop-ast (>= 1.23.0, < 2.0)
|
63
|
-
ruby-progressbar (~> 1.7)
|
64
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
65
|
-
rubocop-ast (1.23.0)
|
66
|
-
parser (>= 3.1.1.0)
|
67
|
-
rubocop-performance (1.15.1)
|
68
|
-
rubocop (>= 1.7.0, < 2.0)
|
69
|
-
rubocop-ast (>= 0.4.0)
|
70
|
-
rubocop-rake (0.6.0)
|
71
|
-
rubocop (~> 1.0)
|
72
|
-
rubocop-rspec (2.15.0)
|
73
|
-
rubocop (~> 1.33)
|
74
|
-
ruby-progressbar (1.11.0)
|
75
|
-
sidekiq (4.2.10)
|
76
|
-
concurrent-ruby (~> 1.0)
|
77
|
-
connection_pool (~> 2.2, >= 2.2.0)
|
78
|
-
rack-protection (>= 1.5.0)
|
79
|
-
redis (~> 3.2, >= 3.2.1)
|
80
|
-
thor (1.2.1)
|
81
|
-
timecop (0.9.5)
|
82
|
-
unicode-display_width (2.3.0)
|
83
|
-
|
84
|
-
PLATFORMS
|
85
|
-
ruby
|
86
|
-
|
87
|
-
DEPENDENCIES
|
88
|
-
appraisal (~> 2.2)
|
89
|
-
bundler (~> 2.1)
|
90
|
-
pry (~> 0.14)
|
91
|
-
pry-byebug (~> 3.6)
|
92
|
-
rack-test (~> 1.1)
|
93
|
-
rake (~> 13.0)
|
94
|
-
redis (~> 3.3)
|
95
|
-
rspec (~> 3.0)
|
96
|
-
rubocop (~> 1.22)
|
97
|
-
rubocop-performance (~> 1.12)
|
98
|
-
rubocop-rake (~> 0.6)
|
99
|
-
rubocop-rspec (~> 2.6)
|
100
|
-
sidekiq (~> 4.1)
|
101
|
-
sidekiq-prometheus-exporter!
|
102
|
-
timecop (~> 0.9)
|
103
|
-
|
104
|
-
BUNDLED WITH
|
105
|
-
2.3.26
|
@@ -1,104 +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
|
-
coderay (1.1.3)
|
18
|
-
connection_pool (2.3.0)
|
19
|
-
diff-lcs (1.5.0)
|
20
|
-
json (2.6.2)
|
21
|
-
method_source (1.0.0)
|
22
|
-
parallel (1.22.1)
|
23
|
-
parser (3.1.2.1)
|
24
|
-
ast (~> 2.4.1)
|
25
|
-
pry (0.14.2)
|
26
|
-
coderay (~> 1.1)
|
27
|
-
method_source (~> 1.0)
|
28
|
-
pry-byebug (3.10.1)
|
29
|
-
byebug (~> 11.0)
|
30
|
-
pry (>= 0.13, < 0.15)
|
31
|
-
rack (2.2.4)
|
32
|
-
rack-protection (3.0.3)
|
33
|
-
rack
|
34
|
-
rack-test (1.1.0)
|
35
|
-
rack (>= 1.0, < 3)
|
36
|
-
rainbow (3.1.1)
|
37
|
-
rake (13.0.6)
|
38
|
-
redis (3.3.5)
|
39
|
-
regexp_parser (2.6.1)
|
40
|
-
rexml (3.2.5)
|
41
|
-
rspec (3.12.0)
|
42
|
-
rspec-core (~> 3.12.0)
|
43
|
-
rspec-expectations (~> 3.12.0)
|
44
|
-
rspec-mocks (~> 3.12.0)
|
45
|
-
rspec-core (3.12.0)
|
46
|
-
rspec-support (~> 3.12.0)
|
47
|
-
rspec-expectations (3.12.0)
|
48
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
49
|
-
rspec-support (~> 3.12.0)
|
50
|
-
rspec-mocks (3.12.0)
|
51
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
52
|
-
rspec-support (~> 3.12.0)
|
53
|
-
rspec-support (3.12.0)
|
54
|
-
rubocop (1.39.0)
|
55
|
-
json (~> 2.3)
|
56
|
-
parallel (~> 1.10)
|
57
|
-
parser (>= 3.1.2.1)
|
58
|
-
rainbow (>= 2.2.2, < 4.0)
|
59
|
-
regexp_parser (>= 1.8, < 3.0)
|
60
|
-
rexml (>= 3.2.5, < 4.0)
|
61
|
-
rubocop-ast (>= 1.23.0, < 2.0)
|
62
|
-
ruby-progressbar (~> 1.7)
|
63
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
64
|
-
rubocop-ast (1.23.0)
|
65
|
-
parser (>= 3.1.1.0)
|
66
|
-
rubocop-performance (1.15.1)
|
67
|
-
rubocop (>= 1.7.0, < 2.0)
|
68
|
-
rubocop-ast (>= 0.4.0)
|
69
|
-
rubocop-rake (0.6.0)
|
70
|
-
rubocop (~> 1.0)
|
71
|
-
rubocop-rspec (2.15.0)
|
72
|
-
rubocop (~> 1.33)
|
73
|
-
ruby-progressbar (1.11.0)
|
74
|
-
sidekiq (5.2.9)
|
75
|
-
connection_pool (~> 2.2, >= 2.2.2)
|
76
|
-
rack (~> 2.0)
|
77
|
-
rack-protection (>= 1.5.0)
|
78
|
-
redis (>= 3.3.5, < 4.2)
|
79
|
-
thor (1.2.1)
|
80
|
-
timecop (0.9.5)
|
81
|
-
unicode-display_width (2.3.0)
|
82
|
-
|
83
|
-
PLATFORMS
|
84
|
-
ruby
|
85
|
-
|
86
|
-
DEPENDENCIES
|
87
|
-
appraisal (~> 2.2)
|
88
|
-
bundler (~> 2.1)
|
89
|
-
pry (~> 0.14)
|
90
|
-
pry-byebug (~> 3.6)
|
91
|
-
rack-test (~> 1.1)
|
92
|
-
rake (~> 13.0)
|
93
|
-
redis (~> 3.3)
|
94
|
-
rspec (~> 3.0)
|
95
|
-
rubocop (~> 1.22)
|
96
|
-
rubocop-performance (~> 1.12)
|
97
|
-
rubocop-rake (~> 0.6)
|
98
|
-
rubocop-rspec (~> 2.6)
|
99
|
-
sidekiq (~> 5.0)
|
100
|
-
sidekiq-prometheus-exporter!
|
101
|
-
timecop (~> 0.9)
|
102
|
-
|
103
|
-
BUNDLED WITH
|
104
|
-
2.3.26
|
@@ -1,101 +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
|
-
coderay (1.1.3)
|
18
|
-
connection_pool (2.3.0)
|
19
|
-
diff-lcs (1.5.0)
|
20
|
-
json (2.6.2)
|
21
|
-
method_source (1.0.0)
|
22
|
-
parallel (1.22.1)
|
23
|
-
parser (3.1.2.1)
|
24
|
-
ast (~> 2.4.1)
|
25
|
-
pry (0.14.2)
|
26
|
-
coderay (~> 1.1)
|
27
|
-
method_source (~> 1.0)
|
28
|
-
pry-byebug (3.10.1)
|
29
|
-
byebug (~> 11.0)
|
30
|
-
pry (>= 0.13, < 0.15)
|
31
|
-
rack (2.2.4)
|
32
|
-
rack-test (1.1.0)
|
33
|
-
rack (>= 1.0, < 3)
|
34
|
-
rainbow (3.1.1)
|
35
|
-
rake (13.0.6)
|
36
|
-
redis (4.8.0)
|
37
|
-
regexp_parser (2.6.1)
|
38
|
-
rexml (3.2.5)
|
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)
|
46
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.12.0)
|
48
|
-
rspec-mocks (3.12.0)
|
49
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
50
|
-
rspec-support (~> 3.12.0)
|
51
|
-
rspec-support (3.12.0)
|
52
|
-
rubocop (1.39.0)
|
53
|
-
json (~> 2.3)
|
54
|
-
parallel (~> 1.10)
|
55
|
-
parser (>= 3.1.2.1)
|
56
|
-
rainbow (>= 2.2.2, < 4.0)
|
57
|
-
regexp_parser (>= 1.8, < 3.0)
|
58
|
-
rexml (>= 3.2.5, < 4.0)
|
59
|
-
rubocop-ast (>= 1.23.0, < 2.0)
|
60
|
-
ruby-progressbar (~> 1.7)
|
61
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
62
|
-
rubocop-ast (1.23.0)
|
63
|
-
parser (>= 3.1.1.0)
|
64
|
-
rubocop-performance (1.15.1)
|
65
|
-
rubocop (>= 1.7.0, < 2.0)
|
66
|
-
rubocop-ast (>= 0.4.0)
|
67
|
-
rubocop-rake (0.6.0)
|
68
|
-
rubocop (~> 1.0)
|
69
|
-
rubocop-rspec (2.15.0)
|
70
|
-
rubocop (~> 1.33)
|
71
|
-
ruby-progressbar (1.11.0)
|
72
|
-
sidekiq (6.5.8)
|
73
|
-
connection_pool (>= 2.2.5, < 3)
|
74
|
-
rack (~> 2.0)
|
75
|
-
redis (>= 4.5.0, < 5)
|
76
|
-
thor (1.2.1)
|
77
|
-
timecop (0.9.5)
|
78
|
-
unicode-display_width (2.3.0)
|
79
|
-
|
80
|
-
PLATFORMS
|
81
|
-
ruby
|
82
|
-
|
83
|
-
DEPENDENCIES
|
84
|
-
appraisal (~> 2.2)
|
85
|
-
bundler (~> 2.1)
|
86
|
-
pry (~> 0.14)
|
87
|
-
pry-byebug (~> 3.6)
|
88
|
-
rack-test (~> 1.1)
|
89
|
-
rake (~> 13.0)
|
90
|
-
redis (~> 4.1)
|
91
|
-
rspec (~> 3.0)
|
92
|
-
rubocop (~> 1.22)
|
93
|
-
rubocop-performance (~> 1.12)
|
94
|
-
rubocop-rake (~> 0.6)
|
95
|
-
rubocop-rspec (~> 2.6)
|
96
|
-
sidekiq (~> 6.0)
|
97
|
-
sidekiq-prometheus-exporter!
|
98
|
-
timecop (~> 0.9)
|
99
|
-
|
100
|
-
BUNDLED WITH
|
101
|
-
2.3.26
|
@@ -1,109 +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
|
-
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,9 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "rack", ">= 2", git: "https://github.com/rack/rack"
|
6
|
-
gem "redis", ">= 4", git: "https://github.com/redis/redis-rb"
|
7
|
-
gem "sidekiq", ">= 6", git: "https://github.com/mperham/sidekiq"
|
8
|
-
|
9
|
-
gemspec path: "../"
|