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,318 @@
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
+ logger (1.7.0)
147
+ loofah (2.25.2)
148
+ crass (~> 1.0.2)
149
+ nokogiri (>= 1.12.0)
150
+ mail (2.9.1)
151
+ logger
152
+ mini_mime (>= 0.1.1)
153
+ net-imap
154
+ net-pop
155
+ net-smtp
156
+ marcel (1.2.1)
157
+ mini_mime (1.1.5)
158
+ mini_portile2 (2.8.9)
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.15.7)
172
+ mini_portile2 (~> 2.8.2)
173
+ racc (~> 1.4)
174
+ nokogiri (1.15.7-aarch64-linux)
175
+ racc (~> 1.4)
176
+ nokogiri (1.15.7-x86_64-linux)
177
+ racc (~> 1.4)
178
+ pp (0.6.4)
179
+ prettyprint
180
+ prettyprint (0.2.0)
181
+ prism (1.9.0)
182
+ psych (5.5.0)
183
+ date
184
+ stringio
185
+ raabro (1.5.0)
186
+ racc (1.8.1)
187
+ rack (3.2.7)
188
+ rack-session (2.1.2)
189
+ base64 (>= 0.1.0)
190
+ rack (>= 3.0.0)
191
+ rack-test (2.2.0)
192
+ rack (>= 1.3)
193
+ rackup (2.3.1)
194
+ rack (>= 3)
195
+ rails (7.1.6)
196
+ actioncable (= 7.1.6)
197
+ actionmailbox (= 7.1.6)
198
+ actionmailer (= 7.1.6)
199
+ actionpack (= 7.1.6)
200
+ actiontext (= 7.1.6)
201
+ actionview (= 7.1.6)
202
+ activejob (= 7.1.6)
203
+ activemodel (= 7.1.6)
204
+ activerecord (= 7.1.6)
205
+ activestorage (= 7.1.6)
206
+ activesupport (= 7.1.6)
207
+ bundler (>= 1.15.0)
208
+ railties (= 7.1.6)
209
+ rails-dom-testing (2.3.0)
210
+ activesupport (>= 5.0.0)
211
+ minitest
212
+ nokogiri (>= 1.6)
213
+ rails-html-sanitizer (1.7.1)
214
+ loofah (~> 2.25, >= 2.25.2)
215
+ 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)
216
+ railties (7.1.6)
217
+ actionpack (= 7.1.6)
218
+ activesupport (= 7.1.6)
219
+ cgi
220
+ irb
221
+ rackup (>= 1.0.0)
222
+ rake (>= 12.2)
223
+ thor (~> 1.0, >= 1.2.2)
224
+ tsort (>= 0.2)
225
+ zeitwerk (~> 2.6)
226
+ rake (12.3.3)
227
+ rdoc (7.2.0)
228
+ erb
229
+ psych (>= 4.0.0)
230
+ tsort
231
+ redis-client (0.30.1)
232
+ connection_pool
233
+ reline (0.7.0)
234
+ io-console (~> 0.5)
235
+ rexml (3.4.1)
236
+ rspec (3.13.2)
237
+ rspec-core (~> 3.13.0)
238
+ rspec-expectations (~> 3.13.0)
239
+ rspec-mocks (~> 3.13.0)
240
+ rspec-core (3.13.6)
241
+ rspec-support (~> 3.13.0)
242
+ rspec-expectations (3.13.5)
243
+ diff-lcs (>= 1.2.0, < 2.0)
244
+ rspec-support (~> 3.13.0)
245
+ rspec-mocks (3.13.8)
246
+ diff-lcs (>= 1.2.0, < 2.0)
247
+ rspec-support (~> 3.13.0)
248
+ rspec-retry (0.6.2)
249
+ rspec-core (> 3.3)
250
+ rspec-support (3.13.7)
251
+ rufus-scheduler (3.9.2)
252
+ fugit (~> 1.1, >= 1.11.1)
253
+ securerandom (0.3.2)
254
+ sidekiq (7.3.10)
255
+ base64
256
+ connection_pool (>= 2.3.0, < 3)
257
+ logger
258
+ rack (>= 2.2.4, < 3.3)
259
+ redis-client (>= 0.23.0, < 1)
260
+ sidekiq-cron (2.4.0)
261
+ cronex (>= 0.13.0)
262
+ fugit (~> 1.8, >= 1.11.1)
263
+ globalid (>= 1.0.1)
264
+ sidekiq (>= 6.5.0)
265
+ sidekiq-scheduler (5.0.6)
266
+ rufus-scheduler (~> 3.2)
267
+ sidekiq (>= 6, < 8)
268
+ tilt (>= 1.4.0, < 3)
269
+ simplecov (0.22.0)
270
+ docile (~> 1.1)
271
+ simplecov-html (~> 0.11)
272
+ simplecov_json_formatter (~> 0.1)
273
+ simplecov-cobertura (3.2.0)
274
+ rexml
275
+ simplecov (~> 0.19)
276
+ simplecov-html (0.13.2)
277
+ simplecov_json_formatter (0.1.4)
278
+ stringio (3.2.0)
279
+ thor (1.5.0)
280
+ tilt (2.9.0)
281
+ timecop (0.9.11)
282
+ timeout (0.6.1)
283
+ tsort (0.2.0)
284
+ tzinfo (2.0.6)
285
+ concurrent-ruby (~> 1.0)
286
+ unicode (0.4.4.5)
287
+ websocket-driver (0.8.2)
288
+ base64
289
+ websocket-extensions (>= 0.1.0)
290
+ websocket-extensions (0.1.5)
291
+ zeitwerk (2.6.18)
292
+
293
+ PLATFORMS
294
+ aarch64-linux
295
+ ruby
296
+ x86_64-linux
297
+
298
+ DEPENDENCIES
299
+ cgi
300
+ debug!
301
+ irb
302
+ rails (> 5.2.0)
303
+ rake (~> 12.0)
304
+ rexml (= 3.4.1)
305
+ rspec
306
+ rspec-retry
307
+ sentry-rails!
308
+ sentry-ruby!
309
+ sentry-sidekiq!
310
+ sidekiq (~> 7.0)
311
+ sidekiq-cron
312
+ sidekiq-scheduler (~> 5.0.0)
313
+ simplecov
314
+ simplecov-cobertura (~> 3.0)
315
+ timecop
316
+
317
+ BUNDLED WITH
318
+ 2.4.22
@@ -0,0 +1,313 @@
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
+ date (3.5.1)
122
+ diff-lcs (1.6.2)
123
+ docile (1.4.1)
124
+ drb (2.2.3)
125
+ erb (4.0.4.1)
126
+ cgi (>= 0.3.3)
127
+ erubi (1.13.1)
128
+ globalid (1.4.0)
129
+ activesupport (>= 6.1)
130
+ i18n (1.14.8)
131
+ concurrent-ruby (~> 1.0)
132
+ io-console (0.9.2)
133
+ irb (1.18.0)
134
+ pp (>= 0.6.0)
135
+ prism (>= 1.3.0)
136
+ rdoc (>= 4.0.0)
137
+ reline (>= 0.4.2)
138
+ language_server-protocol (3.17.0.6)
139
+ logger (1.7.0)
140
+ loofah (2.25.2)
141
+ crass (~> 1.0.2)
142
+ nokogiri (>= 1.12.0)
143
+ mail (2.9.1)
144
+ logger
145
+ mini_mime (>= 0.1.1)
146
+ net-imap
147
+ net-pop
148
+ net-smtp
149
+ marcel (1.2.1)
150
+ mini_mime (1.1.5)
151
+ minitest (5.26.1)
152
+ mutex_m (0.3.0)
153
+ net-imap (0.4.25)
154
+ date
155
+ net-protocol
156
+ net-pop (0.1.2)
157
+ net-protocol
158
+ net-protocol (0.2.2)
159
+ timeout
160
+ net-smtp (0.5.1)
161
+ net-protocol
162
+ nio4r (2.7.5)
163
+ nokogiri (1.17.2-aarch64-linux)
164
+ racc (~> 1.4)
165
+ nokogiri (1.17.2-arm-linux)
166
+ racc (~> 1.4)
167
+ nokogiri (1.17.2-arm64-darwin)
168
+ racc (~> 1.4)
169
+ nokogiri (1.17.2-x86-linux)
170
+ racc (~> 1.4)
171
+ nokogiri (1.17.2-x86_64-darwin)
172
+ racc (~> 1.4)
173
+ nokogiri (1.17.2-x86_64-linux)
174
+ racc (~> 1.4)
175
+ pp (0.6.4)
176
+ prettyprint
177
+ prettyprint (0.2.0)
178
+ prism (1.9.0)
179
+ psych (5.5.0)
180
+ date
181
+ stringio
182
+ racc (1.8.1)
183
+ rack (3.2.7)
184
+ rack-protection (4.2.1)
185
+ base64 (>= 0.1.0)
186
+ logger (>= 1.6.0)
187
+ rack (>= 3.0.0, < 4)
188
+ rack-session (2.1.2)
189
+ base64 (>= 0.1.0)
190
+ rack (>= 3.0.0)
191
+ rack-test (2.2.0)
192
+ rack (>= 1.3)
193
+ rackup (2.3.1)
194
+ rack (>= 3)
195
+ rails (7.1.6)
196
+ actioncable (= 7.1.6)
197
+ actionmailbox (= 7.1.6)
198
+ actionmailer (= 7.1.6)
199
+ actionpack (= 7.1.6)
200
+ actiontext (= 7.1.6)
201
+ actionview (= 7.1.6)
202
+ activejob (= 7.1.6)
203
+ activemodel (= 7.1.6)
204
+ activerecord (= 7.1.6)
205
+ activestorage (= 7.1.6)
206
+ activesupport (= 7.1.6)
207
+ bundler (>= 1.15.0)
208
+ railties (= 7.1.6)
209
+ rails-dom-testing (2.3.0)
210
+ activesupport (>= 5.0.0)
211
+ minitest
212
+ nokogiri (>= 1.6)
213
+ rails-html-sanitizer (1.7.1)
214
+ loofah (~> 2.25, >= 2.25.2)
215
+ 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)
216
+ railties (7.1.6)
217
+ actionpack (= 7.1.6)
218
+ activesupport (= 7.1.6)
219
+ cgi
220
+ irb
221
+ rackup (>= 1.0.0)
222
+ rake (>= 12.2)
223
+ thor (~> 1.0, >= 1.2.2)
224
+ tsort (>= 0.2)
225
+ zeitwerk (~> 2.6)
226
+ rake (12.3.3)
227
+ rbs (3.6.1)
228
+ logger
229
+ rdoc (7.2.0)
230
+ erb
231
+ psych (>= 4.0.0)
232
+ tsort
233
+ redis (4.8.1)
234
+ reline (0.7.0)
235
+ io-console (~> 0.5)
236
+ rexml (3.4.1)
237
+ rspec (3.13.2)
238
+ rspec-core (~> 3.13.0)
239
+ rspec-expectations (~> 3.13.0)
240
+ rspec-mocks (~> 3.13.0)
241
+ rspec-core (3.13.6)
242
+ rspec-support (~> 3.13.0)
243
+ rspec-expectations (3.13.5)
244
+ diff-lcs (>= 1.2.0, < 2.0)
245
+ rspec-support (~> 3.13.0)
246
+ rspec-mocks (3.13.8)
247
+ diff-lcs (>= 1.2.0, < 2.0)
248
+ rspec-support (~> 3.13.0)
249
+ rspec-retry (0.6.2)
250
+ rspec-core (> 3.3)
251
+ rspec-support (3.13.7)
252
+ ruby-lsp (0.26.11)
253
+ language_server-protocol (~> 3.17.0)
254
+ prism (>= 1.2, < 2.0)
255
+ rbs (>= 3, < 5)
256
+ ruby-lsp-rspec (0.1.29)
257
+ ruby-lsp (~> 0.26.0)
258
+ securerandom (0.3.2)
259
+ sidekiq (5.2.7)
260
+ connection_pool (~> 2.2, >= 2.2.2)
261
+ rack (>= 1.5.0)
262
+ rack-protection (>= 1.5.0)
263
+ redis (>= 3.3.5, < 5)
264
+ simplecov (0.22.0)
265
+ docile (~> 1.1)
266
+ simplecov-html (~> 0.11)
267
+ simplecov_json_formatter (~> 0.1)
268
+ simplecov-cobertura (3.2.0)
269
+ rexml
270
+ simplecov (~> 0.19)
271
+ simplecov-html (0.13.2)
272
+ simplecov_json_formatter (0.1.4)
273
+ stringio (3.2.0)
274
+ thor (1.5.0)
275
+ timecop (0.9.11)
276
+ timeout (0.6.1)
277
+ tsort (0.2.0)
278
+ tzinfo (2.0.6)
279
+ concurrent-ruby (~> 1.0)
280
+ websocket-driver (0.8.2)
281
+ base64
282
+ websocket-extensions (>= 0.1.0)
283
+ websocket-extensions (0.1.5)
284
+ zeitwerk (2.6.18)
285
+
286
+ PLATFORMS
287
+ aarch64-linux
288
+ arm-linux
289
+ arm64-darwin
290
+ x86-linux
291
+ x86_64-darwin
292
+ x86_64-linux
293
+
294
+ DEPENDENCIES
295
+ cgi
296
+ debug!
297
+ irb
298
+ rails (> 5.2.0)
299
+ rake (~> 12.0)
300
+ rexml (= 3.4.1)
301
+ rspec
302
+ rspec-retry
303
+ ruby-lsp-rspec
304
+ sentry-rails!
305
+ sentry-ruby!
306
+ sentry-sidekiq!
307
+ sidekiq (~> 5.0)
308
+ simplecov
309
+ simplecov-cobertura (~> 3.0)
310
+ timecop
311
+
312
+ BUNDLED WITH
313
+ 2.5.23