sentry-sidekiq 6.6.2 → 7.0.0

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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/bin/test +15 -0
  4. data/gemfiles/ruby-2.7_sidekiq-5.0.gemfile.lock +296 -0
  5. data/gemfiles/ruby-2.7_sidekiq-6.5.gemfile.lock +316 -0
  6. data/gemfiles/ruby-2.7_sidekiq-7.0.gemfile.lock +318 -0
  7. data/gemfiles/ruby-3.0_sidekiq-5.0.gemfile.lock +313 -0
  8. data/gemfiles/ruby-3.0_sidekiq-6.5.gemfile.lock +333 -0
  9. data/gemfiles/ruby-3.0_sidekiq-7.0.gemfile.lock +335 -0
  10. data/gemfiles/ruby-3.1_sidekiq-5.0.gemfile.lock +413 -0
  11. data/gemfiles/ruby-3.1_sidekiq-6.5.gemfile.lock +442 -0
  12. data/gemfiles/ruby-3.1_sidekiq-7.0.gemfile.lock +443 -0
  13. data/gemfiles/ruby-3.2_sidekiq-5.0.gemfile.lock +417 -0
  14. data/gemfiles/ruby-3.2_sidekiq-6.5.gemfile.lock +446 -0
  15. data/gemfiles/ruby-3.2_sidekiq-7.0.gemfile.lock +447 -0
  16. data/gemfiles/ruby-3.2_sidekiq-8.0.0.gemfile.lock +444 -0
  17. data/gemfiles/ruby-3.3_sidekiq-5.0.gemfile.lock +417 -0
  18. data/gemfiles/ruby-3.3_sidekiq-6.5.gemfile.lock +446 -0
  19. data/gemfiles/ruby-3.3_sidekiq-7.0.gemfile.lock +447 -0
  20. data/gemfiles/ruby-3.3_sidekiq-8.0.0.gemfile.lock +444 -0
  21. data/gemfiles/ruby-3.4_sidekiq-5.0.gemfile.lock +428 -0
  22. data/gemfiles/ruby-3.4_sidekiq-6.5.gemfile.lock +457 -0
  23. data/gemfiles/ruby-3.4_sidekiq-7.0.gemfile.lock +458 -0
  24. data/gemfiles/ruby-3.4_sidekiq-8.0.0.gemfile.lock +455 -0
  25. data/gemfiles/ruby-4.0_sidekiq-5.0.gemfile.lock +428 -0
  26. data/gemfiles/ruby-4.0_sidekiq-6.5.gemfile.lock +457 -0
  27. data/gemfiles/ruby-4.0_sidekiq-7.0.gemfile.lock +458 -0
  28. data/gemfiles/ruby-jruby-9.4.14.0_sidekiq-5.0.gemfile.lock +367 -0
  29. data/gemfiles/ruby-jruby-9.4.14.0_sidekiq-6.5.gemfile.lock +396 -0
  30. data/gemfiles/ruby-jruby-9.4.14.0_sidekiq-6.gemfile.lock +396 -0
  31. data/gemfiles/ruby-jruby-9.4.14.0_sidekiq-7.0.gemfile.lock +397 -0
  32. data/lib/sentry/sidekiq/sentry_context_middleware.rb +4 -2
  33. data/lib/sentry/sidekiq/version.rb +1 -1
  34. data/sentry-sidekiq.gemspec +2 -2
  35. metadata +37 -8
@@ -0,0 +1,333 @@
1
+ GIT
2
+ remote: https://github.com/ruby/debug.git
3
+ revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
4
+ specs:
5
+ debug (1.11.1)
6
+ irb (~> 1.10)
7
+ reline (>= 0.3.8)
8
+
9
+ PATH
10
+ remote: ../../sentry-rails
11
+ specs:
12
+ sentry-rails (6.7.0)
13
+ railties (>= 5.2.0)
14
+ sentry-ruby (~> 6.7.0)
15
+
16
+ PATH
17
+ remote: ../../sentry-ruby
18
+ specs:
19
+ sentry-ruby (6.7.0)
20
+ bigdecimal
21
+ concurrent-ruby (~> 1.0, >= 1.0.2)
22
+ logger
23
+
24
+ PATH
25
+ remote: ..
26
+ specs:
27
+ sentry-sidekiq (6.7.0)
28
+ sentry-ruby (~> 6.7.0)
29
+ sidekiq (>= 5.0)
30
+
31
+ GEM
32
+ remote: https://rubygems.org/
33
+ specs:
34
+ actioncable (7.1.6)
35
+ actionpack (= 7.1.6)
36
+ activesupport (= 7.1.6)
37
+ nio4r (~> 2.0)
38
+ websocket-driver (>= 0.6.1)
39
+ zeitwerk (~> 2.6)
40
+ actionmailbox (7.1.6)
41
+ actionpack (= 7.1.6)
42
+ activejob (= 7.1.6)
43
+ activerecord (= 7.1.6)
44
+ activestorage (= 7.1.6)
45
+ activesupport (= 7.1.6)
46
+ mail (>= 2.7.1)
47
+ net-imap
48
+ net-pop
49
+ net-smtp
50
+ actionmailer (7.1.6)
51
+ actionpack (= 7.1.6)
52
+ actionview (= 7.1.6)
53
+ activejob (= 7.1.6)
54
+ activesupport (= 7.1.6)
55
+ mail (~> 2.5, >= 2.5.4)
56
+ net-imap
57
+ net-pop
58
+ net-smtp
59
+ rails-dom-testing (~> 2.2)
60
+ actionpack (7.1.6)
61
+ actionview (= 7.1.6)
62
+ activesupport (= 7.1.6)
63
+ cgi
64
+ nokogiri (>= 1.8.5)
65
+ racc
66
+ rack (>= 2.2.4)
67
+ rack-session (>= 1.0.1)
68
+ rack-test (>= 0.6.3)
69
+ rails-dom-testing (~> 2.2)
70
+ rails-html-sanitizer (~> 1.6)
71
+ actiontext (7.1.6)
72
+ actionpack (= 7.1.6)
73
+ activerecord (= 7.1.6)
74
+ activestorage (= 7.1.6)
75
+ activesupport (= 7.1.6)
76
+ globalid (>= 0.6.0)
77
+ nokogiri (>= 1.8.5)
78
+ actionview (7.1.6)
79
+ activesupport (= 7.1.6)
80
+ builder (~> 3.1)
81
+ cgi
82
+ erubi (~> 1.11)
83
+ rails-dom-testing (~> 2.2)
84
+ rails-html-sanitizer (~> 1.6)
85
+ activejob (7.1.6)
86
+ activesupport (= 7.1.6)
87
+ globalid (>= 0.3.6)
88
+ activemodel (7.1.6)
89
+ activesupport (= 7.1.6)
90
+ activerecord (7.1.6)
91
+ activemodel (= 7.1.6)
92
+ activesupport (= 7.1.6)
93
+ timeout (>= 0.4.0)
94
+ activestorage (7.1.6)
95
+ actionpack (= 7.1.6)
96
+ activejob (= 7.1.6)
97
+ activerecord (= 7.1.6)
98
+ activesupport (= 7.1.6)
99
+ marcel (~> 1.0)
100
+ activesupport (7.1.6)
101
+ base64
102
+ benchmark (>= 0.3)
103
+ bigdecimal
104
+ concurrent-ruby (~> 1.0, >= 1.0.2)
105
+ connection_pool (>= 2.2.5)
106
+ drb
107
+ i18n (>= 1.6, < 2)
108
+ logger (>= 1.4.2)
109
+ minitest (>= 5.1)
110
+ mutex_m
111
+ securerandom (>= 0.3)
112
+ tzinfo (~> 2.0)
113
+ base64 (0.3.0)
114
+ benchmark (0.5.0)
115
+ bigdecimal (4.1.2)
116
+ builder (3.3.0)
117
+ cgi (0.5.2)
118
+ concurrent-ruby (1.3.8)
119
+ connection_pool (2.5.5)
120
+ crass (1.0.7)
121
+ cronex (0.15.0)
122
+ tzinfo
123
+ unicode (>= 0.4.4.5)
124
+ date (3.5.1)
125
+ diff-lcs (1.6.2)
126
+ docile (1.4.1)
127
+ drb (2.2.3)
128
+ erb (4.0.4.1)
129
+ cgi (>= 0.3.3)
130
+ erubi (1.13.1)
131
+ et-orbi (1.4.1)
132
+ tzinfo
133
+ fugit (1.13.0)
134
+ et-orbi (~> 1.4)
135
+ raabro (~> 1.4)
136
+ globalid (1.4.0)
137
+ activesupport (>= 6.1)
138
+ i18n (1.14.8)
139
+ concurrent-ruby (~> 1.0)
140
+ io-console (0.9.2)
141
+ irb (1.18.0)
142
+ pp (>= 0.6.0)
143
+ prism (>= 1.3.0)
144
+ rdoc (>= 4.0.0)
145
+ reline (>= 0.4.2)
146
+ language_server-protocol (3.17.0.6)
147
+ logger (1.7.0)
148
+ loofah (2.25.2)
149
+ crass (~> 1.0.2)
150
+ nokogiri (>= 1.12.0)
151
+ mail (2.9.1)
152
+ logger
153
+ mini_mime (>= 0.1.1)
154
+ net-imap
155
+ net-pop
156
+ net-smtp
157
+ marcel (1.2.1)
158
+ mini_mime (1.1.5)
159
+ minitest (5.26.1)
160
+ mutex_m (0.3.0)
161
+ net-imap (0.4.25)
162
+ date
163
+ net-protocol
164
+ net-pop (0.1.2)
165
+ net-protocol
166
+ net-protocol (0.2.2)
167
+ timeout
168
+ net-smtp (0.5.1)
169
+ net-protocol
170
+ nio4r (2.7.5)
171
+ nokogiri (1.17.2-aarch64-linux)
172
+ racc (~> 1.4)
173
+ nokogiri (1.17.2-arm-linux)
174
+ racc (~> 1.4)
175
+ nokogiri (1.17.2-arm64-darwin)
176
+ racc (~> 1.4)
177
+ nokogiri (1.17.2-x86-linux)
178
+ racc (~> 1.4)
179
+ nokogiri (1.17.2-x86_64-darwin)
180
+ racc (~> 1.4)
181
+ nokogiri (1.17.2-x86_64-linux)
182
+ racc (~> 1.4)
183
+ pp (0.6.4)
184
+ prettyprint
185
+ prettyprint (0.2.0)
186
+ prism (1.9.0)
187
+ psych (5.5.0)
188
+ date
189
+ stringio
190
+ raabro (1.5.0)
191
+ racc (1.8.1)
192
+ rack (2.2.24)
193
+ rack-session (1.0.2)
194
+ rack (< 3)
195
+ rack-test (2.2.0)
196
+ rack (>= 1.3)
197
+ rackup (1.0.1)
198
+ rack (< 3)
199
+ webrick
200
+ rails (7.1.6)
201
+ actioncable (= 7.1.6)
202
+ actionmailbox (= 7.1.6)
203
+ actionmailer (= 7.1.6)
204
+ actionpack (= 7.1.6)
205
+ actiontext (= 7.1.6)
206
+ actionview (= 7.1.6)
207
+ activejob (= 7.1.6)
208
+ activemodel (= 7.1.6)
209
+ activerecord (= 7.1.6)
210
+ activestorage (= 7.1.6)
211
+ activesupport (= 7.1.6)
212
+ bundler (>= 1.15.0)
213
+ railties (= 7.1.6)
214
+ rails-dom-testing (2.3.0)
215
+ activesupport (>= 5.0.0)
216
+ minitest
217
+ nokogiri (>= 1.6)
218
+ rails-html-sanitizer (1.7.1)
219
+ loofah (~> 2.25, >= 2.25.2)
220
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
221
+ railties (7.1.6)
222
+ actionpack (= 7.1.6)
223
+ activesupport (= 7.1.6)
224
+ cgi
225
+ irb
226
+ rackup (>= 1.0.0)
227
+ rake (>= 12.2)
228
+ thor (~> 1.0, >= 1.2.2)
229
+ tsort (>= 0.2)
230
+ zeitwerk (~> 2.6)
231
+ rake (12.3.3)
232
+ rbs (3.6.1)
233
+ logger
234
+ rdoc (7.2.0)
235
+ erb
236
+ psych (>= 4.0.0)
237
+ tsort
238
+ redis (4.8.1)
239
+ reline (0.7.0)
240
+ io-console (~> 0.5)
241
+ rexml (3.4.1)
242
+ rspec (3.13.2)
243
+ rspec-core (~> 3.13.0)
244
+ rspec-expectations (~> 3.13.0)
245
+ rspec-mocks (~> 3.13.0)
246
+ rspec-core (3.13.6)
247
+ rspec-support (~> 3.13.0)
248
+ rspec-expectations (3.13.5)
249
+ diff-lcs (>= 1.2.0, < 2.0)
250
+ rspec-support (~> 3.13.0)
251
+ rspec-mocks (3.13.8)
252
+ diff-lcs (>= 1.2.0, < 2.0)
253
+ rspec-support (~> 3.13.0)
254
+ rspec-retry (0.6.2)
255
+ rspec-core (> 3.3)
256
+ rspec-support (3.13.7)
257
+ ruby-lsp (0.26.11)
258
+ language_server-protocol (~> 3.17.0)
259
+ prism (>= 1.2, < 2.0)
260
+ rbs (>= 3, < 5)
261
+ ruby-lsp-rspec (0.1.29)
262
+ ruby-lsp (~> 0.26.0)
263
+ rufus-scheduler (3.9.2)
264
+ fugit (~> 1.1, >= 1.11.1)
265
+ securerandom (0.3.2)
266
+ sidekiq (6.5.12)
267
+ connection_pool (>= 2.2.5, < 3)
268
+ rack (~> 2.0)
269
+ redis (>= 4.5.0, < 5)
270
+ sidekiq-cron (2.4.0)
271
+ cronex (>= 0.13.0)
272
+ fugit (~> 1.8, >= 1.11.1)
273
+ globalid (>= 1.0.1)
274
+ sidekiq (>= 6.5.0)
275
+ sidekiq-scheduler (5.0.6)
276
+ rufus-scheduler (~> 3.2)
277
+ sidekiq (>= 6, < 8)
278
+ tilt (>= 1.4.0, < 3)
279
+ simplecov (0.22.0)
280
+ docile (~> 1.1)
281
+ simplecov-html (~> 0.11)
282
+ simplecov_json_formatter (~> 0.1)
283
+ simplecov-cobertura (3.2.0)
284
+ rexml
285
+ simplecov (~> 0.19)
286
+ simplecov-html (0.13.2)
287
+ simplecov_json_formatter (0.1.4)
288
+ stringio (3.2.0)
289
+ thor (1.5.0)
290
+ tilt (2.9.0)
291
+ timecop (0.9.11)
292
+ timeout (0.6.1)
293
+ tsort (0.2.0)
294
+ tzinfo (2.0.6)
295
+ concurrent-ruby (~> 1.0)
296
+ unicode (0.4.4.5)
297
+ webrick (1.9.2)
298
+ websocket-driver (0.8.2)
299
+ base64
300
+ websocket-extensions (>= 0.1.0)
301
+ websocket-extensions (0.1.5)
302
+ zeitwerk (2.6.18)
303
+
304
+ PLATFORMS
305
+ aarch64-linux
306
+ arm-linux
307
+ arm64-darwin
308
+ x86-linux
309
+ x86_64-darwin
310
+ x86_64-linux
311
+
312
+ DEPENDENCIES
313
+ cgi
314
+ debug!
315
+ irb
316
+ rails (> 5.2.0)
317
+ rake (~> 12.0)
318
+ rexml (= 3.4.1)
319
+ rspec
320
+ rspec-retry
321
+ ruby-lsp-rspec
322
+ sentry-rails!
323
+ sentry-ruby!
324
+ sentry-sidekiq!
325
+ sidekiq (~> 6.5)
326
+ sidekiq-cron
327
+ sidekiq-scheduler (~> 5.0.0)
328
+ simplecov
329
+ simplecov-cobertura (~> 3.0)
330
+ timecop
331
+
332
+ BUNDLED WITH
333
+ 2.5.23
@@ -0,0 +1,335 @@
1
+ GIT
2
+ remote: https://github.com/ruby/debug.git
3
+ revision: 6510cfbc7496c55ebbefa437a25c17ca58f7c5eb
4
+ specs:
5
+ debug (1.11.1)
6
+ irb (~> 1.10)
7
+ reline (>= 0.3.8)
8
+
9
+ PATH
10
+ remote: ../../sentry-rails
11
+ specs:
12
+ sentry-rails (6.7.0)
13
+ railties (>= 5.2.0)
14
+ sentry-ruby (~> 6.7.0)
15
+
16
+ PATH
17
+ remote: ../../sentry-ruby
18
+ specs:
19
+ sentry-ruby (6.7.0)
20
+ bigdecimal
21
+ concurrent-ruby (~> 1.0, >= 1.0.2)
22
+ logger
23
+
24
+ PATH
25
+ remote: ..
26
+ specs:
27
+ sentry-sidekiq (6.7.0)
28
+ sentry-ruby (~> 6.7.0)
29
+ sidekiq (>= 5.0)
30
+
31
+ GEM
32
+ remote: https://rubygems.org/
33
+ specs:
34
+ actioncable (7.1.6)
35
+ actionpack (= 7.1.6)
36
+ activesupport (= 7.1.6)
37
+ nio4r (~> 2.0)
38
+ websocket-driver (>= 0.6.1)
39
+ zeitwerk (~> 2.6)
40
+ actionmailbox (7.1.6)
41
+ actionpack (= 7.1.6)
42
+ activejob (= 7.1.6)
43
+ activerecord (= 7.1.6)
44
+ activestorage (= 7.1.6)
45
+ activesupport (= 7.1.6)
46
+ mail (>= 2.7.1)
47
+ net-imap
48
+ net-pop
49
+ net-smtp
50
+ actionmailer (7.1.6)
51
+ actionpack (= 7.1.6)
52
+ actionview (= 7.1.6)
53
+ activejob (= 7.1.6)
54
+ activesupport (= 7.1.6)
55
+ mail (~> 2.5, >= 2.5.4)
56
+ net-imap
57
+ net-pop
58
+ net-smtp
59
+ rails-dom-testing (~> 2.2)
60
+ actionpack (7.1.6)
61
+ actionview (= 7.1.6)
62
+ activesupport (= 7.1.6)
63
+ cgi
64
+ nokogiri (>= 1.8.5)
65
+ racc
66
+ rack (>= 2.2.4)
67
+ rack-session (>= 1.0.1)
68
+ rack-test (>= 0.6.3)
69
+ rails-dom-testing (~> 2.2)
70
+ rails-html-sanitizer (~> 1.6)
71
+ actiontext (7.1.6)
72
+ actionpack (= 7.1.6)
73
+ activerecord (= 7.1.6)
74
+ activestorage (= 7.1.6)
75
+ activesupport (= 7.1.6)
76
+ globalid (>= 0.6.0)
77
+ nokogiri (>= 1.8.5)
78
+ actionview (7.1.6)
79
+ activesupport (= 7.1.6)
80
+ builder (~> 3.1)
81
+ cgi
82
+ erubi (~> 1.11)
83
+ rails-dom-testing (~> 2.2)
84
+ rails-html-sanitizer (~> 1.6)
85
+ activejob (7.1.6)
86
+ activesupport (= 7.1.6)
87
+ globalid (>= 0.3.6)
88
+ activemodel (7.1.6)
89
+ activesupport (= 7.1.6)
90
+ activerecord (7.1.6)
91
+ activemodel (= 7.1.6)
92
+ activesupport (= 7.1.6)
93
+ timeout (>= 0.4.0)
94
+ activestorage (7.1.6)
95
+ actionpack (= 7.1.6)
96
+ activejob (= 7.1.6)
97
+ activerecord (= 7.1.6)
98
+ activesupport (= 7.1.6)
99
+ marcel (~> 1.0)
100
+ activesupport (7.1.6)
101
+ base64
102
+ benchmark (>= 0.3)
103
+ bigdecimal
104
+ concurrent-ruby (~> 1.0, >= 1.0.2)
105
+ connection_pool (>= 2.2.5)
106
+ drb
107
+ i18n (>= 1.6, < 2)
108
+ logger (>= 1.4.2)
109
+ minitest (>= 5.1)
110
+ mutex_m
111
+ securerandom (>= 0.3)
112
+ tzinfo (~> 2.0)
113
+ base64 (0.3.0)
114
+ benchmark (0.5.0)
115
+ bigdecimal (4.1.2)
116
+ builder (3.3.0)
117
+ cgi (0.5.2)
118
+ concurrent-ruby (1.3.8)
119
+ connection_pool (2.5.5)
120
+ crass (1.0.7)
121
+ cronex (0.15.0)
122
+ tzinfo
123
+ unicode (>= 0.4.4.5)
124
+ date (3.5.1)
125
+ diff-lcs (1.6.2)
126
+ docile (1.4.1)
127
+ drb (2.2.3)
128
+ erb (4.0.4.1)
129
+ cgi (>= 0.3.3)
130
+ erubi (1.13.1)
131
+ et-orbi (1.4.1)
132
+ tzinfo
133
+ fugit (1.13.0)
134
+ et-orbi (~> 1.4)
135
+ raabro (~> 1.4)
136
+ globalid (1.4.0)
137
+ activesupport (>= 6.1)
138
+ i18n (1.14.8)
139
+ concurrent-ruby (~> 1.0)
140
+ io-console (0.9.2)
141
+ irb (1.18.0)
142
+ pp (>= 0.6.0)
143
+ prism (>= 1.3.0)
144
+ rdoc (>= 4.0.0)
145
+ reline (>= 0.4.2)
146
+ language_server-protocol (3.17.0.6)
147
+ logger (1.7.0)
148
+ loofah (2.25.2)
149
+ crass (~> 1.0.2)
150
+ nokogiri (>= 1.12.0)
151
+ mail (2.9.1)
152
+ logger
153
+ mini_mime (>= 0.1.1)
154
+ net-imap
155
+ net-pop
156
+ net-smtp
157
+ marcel (1.2.1)
158
+ mini_mime (1.1.5)
159
+ minitest (5.26.1)
160
+ mutex_m (0.3.0)
161
+ net-imap (0.4.25)
162
+ date
163
+ net-protocol
164
+ net-pop (0.1.2)
165
+ net-protocol
166
+ net-protocol (0.2.2)
167
+ timeout
168
+ net-smtp (0.5.1)
169
+ net-protocol
170
+ nio4r (2.7.5)
171
+ nokogiri (1.17.2-aarch64-linux)
172
+ racc (~> 1.4)
173
+ nokogiri (1.17.2-arm-linux)
174
+ racc (~> 1.4)
175
+ nokogiri (1.17.2-arm64-darwin)
176
+ racc (~> 1.4)
177
+ nokogiri (1.17.2-x86-linux)
178
+ racc (~> 1.4)
179
+ nokogiri (1.17.2-x86_64-darwin)
180
+ racc (~> 1.4)
181
+ nokogiri (1.17.2-x86_64-linux)
182
+ racc (~> 1.4)
183
+ pp (0.6.4)
184
+ prettyprint
185
+ prettyprint (0.2.0)
186
+ prism (1.9.0)
187
+ psych (5.5.0)
188
+ date
189
+ stringio
190
+ raabro (1.5.0)
191
+ racc (1.8.1)
192
+ rack (3.2.7)
193
+ rack-session (2.1.2)
194
+ base64 (>= 0.1.0)
195
+ rack (>= 3.0.0)
196
+ rack-test (2.2.0)
197
+ rack (>= 1.3)
198
+ rackup (2.3.1)
199
+ rack (>= 3)
200
+ rails (7.1.6)
201
+ actioncable (= 7.1.6)
202
+ actionmailbox (= 7.1.6)
203
+ actionmailer (= 7.1.6)
204
+ actionpack (= 7.1.6)
205
+ actiontext (= 7.1.6)
206
+ actionview (= 7.1.6)
207
+ activejob (= 7.1.6)
208
+ activemodel (= 7.1.6)
209
+ activerecord (= 7.1.6)
210
+ activestorage (= 7.1.6)
211
+ activesupport (= 7.1.6)
212
+ bundler (>= 1.15.0)
213
+ railties (= 7.1.6)
214
+ rails-dom-testing (2.3.0)
215
+ activesupport (>= 5.0.0)
216
+ minitest
217
+ nokogiri (>= 1.6)
218
+ rails-html-sanitizer (1.7.1)
219
+ loofah (~> 2.25, >= 2.25.2)
220
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
221
+ railties (7.1.6)
222
+ actionpack (= 7.1.6)
223
+ activesupport (= 7.1.6)
224
+ cgi
225
+ irb
226
+ rackup (>= 1.0.0)
227
+ rake (>= 12.2)
228
+ thor (~> 1.0, >= 1.2.2)
229
+ tsort (>= 0.2)
230
+ zeitwerk (~> 2.6)
231
+ rake (12.3.3)
232
+ rbs (3.6.1)
233
+ logger
234
+ rdoc (7.2.0)
235
+ erb
236
+ psych (>= 4.0.0)
237
+ tsort
238
+ redis-client (0.30.1)
239
+ connection_pool
240
+ reline (0.7.0)
241
+ io-console (~> 0.5)
242
+ rexml (3.4.1)
243
+ rspec (3.13.2)
244
+ rspec-core (~> 3.13.0)
245
+ rspec-expectations (~> 3.13.0)
246
+ rspec-mocks (~> 3.13.0)
247
+ rspec-core (3.13.6)
248
+ rspec-support (~> 3.13.0)
249
+ rspec-expectations (3.13.5)
250
+ diff-lcs (>= 1.2.0, < 2.0)
251
+ rspec-support (~> 3.13.0)
252
+ rspec-mocks (3.13.8)
253
+ diff-lcs (>= 1.2.0, < 2.0)
254
+ rspec-support (~> 3.13.0)
255
+ rspec-retry (0.6.2)
256
+ rspec-core (> 3.3)
257
+ rspec-support (3.13.7)
258
+ ruby-lsp (0.26.11)
259
+ language_server-protocol (~> 3.17.0)
260
+ prism (>= 1.2, < 2.0)
261
+ rbs (>= 3, < 5)
262
+ ruby-lsp-rspec (0.1.29)
263
+ ruby-lsp (~> 0.26.0)
264
+ rufus-scheduler (3.9.2)
265
+ fugit (~> 1.1, >= 1.11.1)
266
+ securerandom (0.3.2)
267
+ sidekiq (7.3.10)
268
+ base64
269
+ connection_pool (>= 2.3.0, < 3)
270
+ logger
271
+ rack (>= 2.2.4, < 3.3)
272
+ redis-client (>= 0.23.0, < 1)
273
+ sidekiq-cron (2.4.0)
274
+ cronex (>= 0.13.0)
275
+ fugit (~> 1.8, >= 1.11.1)
276
+ globalid (>= 1.0.1)
277
+ sidekiq (>= 6.5.0)
278
+ sidekiq-scheduler (5.0.6)
279
+ rufus-scheduler (~> 3.2)
280
+ sidekiq (>= 6, < 8)
281
+ tilt (>= 1.4.0, < 3)
282
+ simplecov (0.22.0)
283
+ docile (~> 1.1)
284
+ simplecov-html (~> 0.11)
285
+ simplecov_json_formatter (~> 0.1)
286
+ simplecov-cobertura (3.2.0)
287
+ rexml
288
+ simplecov (~> 0.19)
289
+ simplecov-html (0.13.2)
290
+ simplecov_json_formatter (0.1.4)
291
+ stringio (3.2.0)
292
+ thor (1.5.0)
293
+ tilt (2.9.0)
294
+ timecop (0.9.11)
295
+ timeout (0.6.1)
296
+ tsort (0.2.0)
297
+ tzinfo (2.0.6)
298
+ concurrent-ruby (~> 1.0)
299
+ unicode (0.4.4.5)
300
+ websocket-driver (0.8.2)
301
+ base64
302
+ websocket-extensions (>= 0.1.0)
303
+ websocket-extensions (0.1.5)
304
+ zeitwerk (2.6.18)
305
+
306
+ PLATFORMS
307
+ aarch64-linux
308
+ arm-linux
309
+ arm64-darwin
310
+ x86-linux
311
+ x86_64-darwin
312
+ x86_64-linux
313
+
314
+ DEPENDENCIES
315
+ cgi
316
+ debug!
317
+ irb
318
+ rails (> 5.2.0)
319
+ rake (~> 12.0)
320
+ rexml (= 3.4.1)
321
+ rspec
322
+ rspec-retry
323
+ ruby-lsp-rspec
324
+ sentry-rails!
325
+ sentry-ruby!
326
+ sentry-sidekiq!
327
+ sidekiq (~> 7.0)
328
+ sidekiq-cron
329
+ sidekiq-scheduler (~> 5.0.0)
330
+ simplecov
331
+ simplecov-cobertura (~> 3.0)
332
+ timecop
333
+
334
+ BUNDLED WITH
335
+ 2.5.23