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.
@@ -1,141 +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.17.4)
18
- celluloid-essentials
19
- celluloid-extras
20
- celluloid-fsm
21
- celluloid-pool
22
- celluloid-supervision
23
- timers (>= 4.1.1)
24
- celluloid-essentials (0.20.5)
25
- timers (>= 4.1.1)
26
- celluloid-extras (0.20.5)
27
- timers (>= 4.1.1)
28
- celluloid-fsm (0.20.5)
29
- timers (>= 4.1.1)
30
- celluloid-pool (0.20.5)
31
- timers (>= 4.1.1)
32
- celluloid-supervision (0.20.6)
33
- timers (>= 4.1.1)
34
- coderay (1.1.3)
35
- concurrent-ruby (1.1.9)
36
- connection_pool (2.2.5)
37
- diff-lcs (1.5.0)
38
- json (1.8.6)
39
- method_source (1.0.0)
40
- mustermann (1.1.1)
41
- ruby2_keywords (~> 0.0.1)
42
- parallel (1.21.0)
43
- parser (3.1.1.0)
44
- ast (~> 2.4.1)
45
- pry (0.13.1)
46
- coderay (~> 1.1)
47
- method_source (~> 1.0)
48
- pry-byebug (3.9.0)
49
- byebug (~> 11.0)
50
- pry (~> 0.13.0)
51
- rack (2.2.3)
52
- rack-protection (2.2.0)
53
- rack
54
- rack-test (1.1.0)
55
- rack (>= 1.0, < 3)
56
- rainbow (3.1.1)
57
- rake (13.0.6)
58
- redis (3.3.5)
59
- redis-namespace (1.6.0)
60
- redis (>= 3.0.4)
61
- regexp_parser (2.2.1)
62
- rexml (3.2.5)
63
- rspec (3.11.0)
64
- rspec-core (~> 3.11.0)
65
- rspec-expectations (~> 3.11.0)
66
- rspec-mocks (~> 3.11.0)
67
- rspec-core (3.11.0)
68
- rspec-support (~> 3.11.0)
69
- rspec-expectations (3.11.0)
70
- diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.11.0)
72
- rspec-mocks (3.11.0)
73
- diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.11.0)
75
- rspec-support (3.11.0)
76
- rubocop (1.26.0)
77
- parallel (~> 1.10)
78
- parser (>= 3.1.0.0)
79
- rainbow (>= 2.2.2, < 4.0)
80
- regexp_parser (>= 1.8, < 3.0)
81
- rexml
82
- rubocop-ast (>= 1.16.0, < 2.0)
83
- ruby-progressbar (~> 1.7)
84
- unicode-display_width (>= 1.4.0, < 3.0)
85
- rubocop-ast (1.16.0)
86
- parser (>= 3.1.1.0)
87
- rubocop-performance (1.13.3)
88
- rubocop (>= 1.7.0, < 2.0)
89
- rubocop-ast (>= 0.4.0)
90
- rubocop-rake (0.6.0)
91
- rubocop (~> 1.0)
92
- rubocop-rspec (2.9.0)
93
- rubocop (~> 1.19)
94
- ruby-progressbar (1.11.0)
95
- ruby2_keywords (0.0.5)
96
- sidekiq (3.5.4)
97
- celluloid (~> 0.17.2)
98
- connection_pool (~> 2.2, >= 2.2.0)
99
- json (~> 1.0)
100
- redis (~> 3.2, >= 3.2.1)
101
- redis-namespace (~> 1.5, >= 1.5.2)
102
- sinatra (2.2.0)
103
- mustermann (~> 1.0)
104
- rack (~> 2.2)
105
- rack-protection (= 2.2.0)
106
- tilt (~> 2.0)
107
- slim (4.1.0)
108
- temple (>= 0.7.6, < 0.9)
109
- tilt (>= 2.0.6, < 2.1)
110
- temple (0.8.2)
111
- thor (1.2.1)
112
- tilt (2.0.10)
113
- timecop (0.9.5)
114
- timers (4.3.3)
115
- unicode-display_width (2.1.0)
116
-
117
- PLATFORMS
118
- ruby
119
-
120
- DEPENDENCIES
121
- appraisal (~> 2.2)
122
- bundler (~> 2.1)
123
- concurrent-ruby
124
- pry-byebug (~> 3.6)
125
- rack-test (~> 1.1)
126
- rake (~> 13.0)
127
- redis (~> 3.3)
128
- redis-namespace (< 1.7.0)
129
- rspec (~> 3.0)
130
- rubocop (~> 1.22)
131
- rubocop-performance (~> 1.12)
132
- rubocop-rake (~> 0.6)
133
- rubocop-rspec (~> 2.6)
134
- sidekiq (~> 3.0)
135
- sidekiq-prometheus-exporter!
136
- sinatra
137
- slim
138
- timecop (~> 0.9)
139
-
140
- BUNDLED WITH
141
- 2.3.7