sentry-resque 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.
- checksums.yaml +4 -4
- data/Gemfile +2 -4
- data/README.md +1 -1
- data/bin/test +15 -0
- data/gemfiles/ruby-2.7.gemfile.lock +326 -0
- data/gemfiles/ruby-3.0.gemfile.lock +343 -0
- data/gemfiles/ruby-3.1.gemfile.lock +455 -0
- data/gemfiles/ruby-3.2.gemfile.lock +461 -0
- data/gemfiles/ruby-3.3.gemfile.lock +461 -0
- data/gemfiles/ruby-3.4.gemfile.lock +472 -0
- data/gemfiles/ruby-4.0.gemfile.lock +472 -0
- data/gemfiles/ruby-jruby-9.4.14.0.gemfile.lock +409 -0
- data/lib/sentry/resque/version.rb +1 -1
- data/sentry-resque.gemspec +2 -2
- metadata +17 -8
|
@@ -0,0 +1,461 @@
|
|
|
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-resque (6.7.0)
|
|
28
|
+
resque (>= 1.24)
|
|
29
|
+
sentry-ruby (~> 6.7.0)
|
|
30
|
+
|
|
31
|
+
GEM
|
|
32
|
+
remote: https://rubygems.org/
|
|
33
|
+
specs:
|
|
34
|
+
action_text-trix (2.1.19)
|
|
35
|
+
railties
|
|
36
|
+
actioncable (8.1.3.1)
|
|
37
|
+
actionpack (= 8.1.3.1)
|
|
38
|
+
activesupport (= 8.1.3.1)
|
|
39
|
+
nio4r (~> 2.0)
|
|
40
|
+
websocket-driver (>= 0.6.1)
|
|
41
|
+
zeitwerk (~> 2.6)
|
|
42
|
+
actionmailbox (8.1.3.1)
|
|
43
|
+
actionpack (= 8.1.3.1)
|
|
44
|
+
activejob (= 8.1.3.1)
|
|
45
|
+
activerecord (= 8.1.3.1)
|
|
46
|
+
activestorage (= 8.1.3.1)
|
|
47
|
+
activesupport (= 8.1.3.1)
|
|
48
|
+
mail (>= 2.8.0)
|
|
49
|
+
actionmailer (8.1.3.1)
|
|
50
|
+
actionpack (= 8.1.3.1)
|
|
51
|
+
actionview (= 8.1.3.1)
|
|
52
|
+
activejob (= 8.1.3.1)
|
|
53
|
+
activesupport (= 8.1.3.1)
|
|
54
|
+
mail (>= 2.8.0)
|
|
55
|
+
rails-dom-testing (~> 2.2)
|
|
56
|
+
actionpack (8.1.3.1)
|
|
57
|
+
actionview (= 8.1.3.1)
|
|
58
|
+
activesupport (= 8.1.3.1)
|
|
59
|
+
nokogiri (>= 1.8.5)
|
|
60
|
+
rack (>= 2.2.4)
|
|
61
|
+
rack-session (>= 1.0.1)
|
|
62
|
+
rack-test (>= 0.6.3)
|
|
63
|
+
rails-dom-testing (~> 2.2)
|
|
64
|
+
rails-html-sanitizer (~> 1.6)
|
|
65
|
+
useragent (~> 0.16)
|
|
66
|
+
actiontext (8.1.3.1)
|
|
67
|
+
action_text-trix (~> 2.1.15)
|
|
68
|
+
actionpack (= 8.1.3.1)
|
|
69
|
+
activerecord (= 8.1.3.1)
|
|
70
|
+
activestorage (= 8.1.3.1)
|
|
71
|
+
activesupport (= 8.1.3.1)
|
|
72
|
+
globalid (>= 0.6.0)
|
|
73
|
+
nokogiri (>= 1.8.5)
|
|
74
|
+
actionview (8.1.3.1)
|
|
75
|
+
activesupport (= 8.1.3.1)
|
|
76
|
+
builder (~> 3.1)
|
|
77
|
+
erubi (~> 1.11)
|
|
78
|
+
rails-dom-testing (~> 2.2)
|
|
79
|
+
rails-html-sanitizer (~> 1.6)
|
|
80
|
+
activejob (8.1.3.1)
|
|
81
|
+
activesupport (= 8.1.3.1)
|
|
82
|
+
globalid (>= 0.3.6)
|
|
83
|
+
activemodel (8.1.3.1)
|
|
84
|
+
activesupport (= 8.1.3.1)
|
|
85
|
+
activerecord (8.1.3.1)
|
|
86
|
+
activemodel (= 8.1.3.1)
|
|
87
|
+
activesupport (= 8.1.3.1)
|
|
88
|
+
timeout (>= 0.4.0)
|
|
89
|
+
activestorage (8.1.3.1)
|
|
90
|
+
actionpack (= 8.1.3.1)
|
|
91
|
+
activejob (= 8.1.3.1)
|
|
92
|
+
activerecord (= 8.1.3.1)
|
|
93
|
+
activesupport (= 8.1.3.1)
|
|
94
|
+
marcel (~> 1.0)
|
|
95
|
+
activesupport (8.1.3.1)
|
|
96
|
+
base64
|
|
97
|
+
bigdecimal
|
|
98
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
99
|
+
connection_pool (>= 2.2.5)
|
|
100
|
+
drb
|
|
101
|
+
i18n (>= 1.6, < 2)
|
|
102
|
+
json
|
|
103
|
+
logger (>= 1.4.2)
|
|
104
|
+
minitest (>= 5.1)
|
|
105
|
+
securerandom (>= 0.3)
|
|
106
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
107
|
+
uri (>= 0.13.1)
|
|
108
|
+
base64 (0.3.0)
|
|
109
|
+
bigdecimal (4.1.2)
|
|
110
|
+
builder (3.3.0)
|
|
111
|
+
cgi (0.5.2)
|
|
112
|
+
concurrent-ruby (1.3.8)
|
|
113
|
+
connection_pool (3.0.2)
|
|
114
|
+
crass (1.0.7)
|
|
115
|
+
date (3.5.1)
|
|
116
|
+
diff-lcs (1.6.2)
|
|
117
|
+
docile (1.4.1)
|
|
118
|
+
drb (2.2.3)
|
|
119
|
+
erb (6.0.7)
|
|
120
|
+
erubi (1.13.1)
|
|
121
|
+
et-orbi (1.4.1)
|
|
122
|
+
tzinfo
|
|
123
|
+
fugit (1.13.0)
|
|
124
|
+
et-orbi (~> 1.4)
|
|
125
|
+
raabro (~> 1.4)
|
|
126
|
+
globalid (1.4.0)
|
|
127
|
+
activesupport (>= 6.1)
|
|
128
|
+
i18n (1.15.2)
|
|
129
|
+
concurrent-ruby (~> 1.0)
|
|
130
|
+
io-console (0.9.2)
|
|
131
|
+
irb (1.18.0)
|
|
132
|
+
pp (>= 0.6.0)
|
|
133
|
+
prism (>= 1.3.0)
|
|
134
|
+
rdoc (>= 4.0.0)
|
|
135
|
+
reline (>= 0.4.2)
|
|
136
|
+
json (2.21.2)
|
|
137
|
+
language_server-protocol (3.17.0.6)
|
|
138
|
+
logger (1.7.0)
|
|
139
|
+
loofah (2.25.2)
|
|
140
|
+
crass (~> 1.0.2)
|
|
141
|
+
nokogiri (>= 1.12.0)
|
|
142
|
+
mail (2.9.1)
|
|
143
|
+
logger
|
|
144
|
+
mini_mime (>= 0.1.1)
|
|
145
|
+
net-imap
|
|
146
|
+
net-pop
|
|
147
|
+
net-smtp
|
|
148
|
+
marcel (1.2.1)
|
|
149
|
+
mini_mime (1.1.5)
|
|
150
|
+
minitest (6.0.6)
|
|
151
|
+
drb (~> 2.0)
|
|
152
|
+
prism (~> 1.5)
|
|
153
|
+
mono_logger (1.1.2)
|
|
154
|
+
multi_json (1.21.1)
|
|
155
|
+
mustermann (3.1.1)
|
|
156
|
+
net-imap (0.6.6)
|
|
157
|
+
date
|
|
158
|
+
net-protocol
|
|
159
|
+
net-pop (0.1.2)
|
|
160
|
+
net-protocol
|
|
161
|
+
net-protocol (0.2.2)
|
|
162
|
+
timeout
|
|
163
|
+
net-smtp (0.5.1)
|
|
164
|
+
net-protocol
|
|
165
|
+
nio4r (2.7.5)
|
|
166
|
+
nokogiri (1.19.4-aarch64-linux-gnu)
|
|
167
|
+
racc (~> 1.4)
|
|
168
|
+
nokogiri (1.19.4-aarch64-linux-musl)
|
|
169
|
+
racc (~> 1.4)
|
|
170
|
+
nokogiri (1.19.4-arm-linux-gnu)
|
|
171
|
+
racc (~> 1.4)
|
|
172
|
+
nokogiri (1.19.4-arm-linux-musl)
|
|
173
|
+
racc (~> 1.4)
|
|
174
|
+
nokogiri (1.19.4-arm64-darwin)
|
|
175
|
+
racc (~> 1.4)
|
|
176
|
+
nokogiri (1.19.4-x86_64-darwin)
|
|
177
|
+
racc (~> 1.4)
|
|
178
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
179
|
+
racc (~> 1.4)
|
|
180
|
+
nokogiri (1.19.4-x86_64-linux-musl)
|
|
181
|
+
racc (~> 1.4)
|
|
182
|
+
pp (0.6.4)
|
|
183
|
+
prettyprint
|
|
184
|
+
prettyprint (0.2.0)
|
|
185
|
+
prism (1.9.0)
|
|
186
|
+
raabro (1.5.0)
|
|
187
|
+
racc (1.8.1)
|
|
188
|
+
rack (3.2.7)
|
|
189
|
+
rack-protection (4.2.1)
|
|
190
|
+
base64 (>= 0.1.0)
|
|
191
|
+
logger (>= 1.6.0)
|
|
192
|
+
rack (>= 3.0.0, < 4)
|
|
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 (8.1.3.1)
|
|
201
|
+
actioncable (= 8.1.3.1)
|
|
202
|
+
actionmailbox (= 8.1.3.1)
|
|
203
|
+
actionmailer (= 8.1.3.1)
|
|
204
|
+
actionpack (= 8.1.3.1)
|
|
205
|
+
actiontext (= 8.1.3.1)
|
|
206
|
+
actionview (= 8.1.3.1)
|
|
207
|
+
activejob (= 8.1.3.1)
|
|
208
|
+
activemodel (= 8.1.3.1)
|
|
209
|
+
activerecord (= 8.1.3.1)
|
|
210
|
+
activestorage (= 8.1.3.1)
|
|
211
|
+
activesupport (= 8.1.3.1)
|
|
212
|
+
bundler (>= 1.15.0)
|
|
213
|
+
railties (= 8.1.3.1)
|
|
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 (8.1.3.1)
|
|
222
|
+
actionpack (= 8.1.3.1)
|
|
223
|
+
activesupport (= 8.1.3.1)
|
|
224
|
+
irb (~> 1.13)
|
|
225
|
+
rackup (>= 1.0.0)
|
|
226
|
+
rake (>= 12.2)
|
|
227
|
+
thor (~> 1.0, >= 1.2.2)
|
|
228
|
+
tsort (>= 0.2)
|
|
229
|
+
zeitwerk (~> 2.6)
|
|
230
|
+
rake (12.3.3)
|
|
231
|
+
rbs (4.2.0)
|
|
232
|
+
logger
|
|
233
|
+
prism (>= 1.6.0)
|
|
234
|
+
tsort
|
|
235
|
+
rdoc (8.0.0)
|
|
236
|
+
erb
|
|
237
|
+
prism (>= 1.6.0)
|
|
238
|
+
rbs (>= 4.0.0)
|
|
239
|
+
tsort
|
|
240
|
+
redis (6.0.0)
|
|
241
|
+
redis-client (= 0.30.1)
|
|
242
|
+
redis-client (0.30.1)
|
|
243
|
+
connection_pool
|
|
244
|
+
redis-namespace (1.11.0)
|
|
245
|
+
redis (>= 4)
|
|
246
|
+
reline (0.7.0)
|
|
247
|
+
io-console (~> 0.5)
|
|
248
|
+
resque (3.0.0)
|
|
249
|
+
base64 (~> 0.1)
|
|
250
|
+
logger
|
|
251
|
+
mono_logger (~> 1)
|
|
252
|
+
multi_json (~> 1.0)
|
|
253
|
+
redis (>= 4.0)
|
|
254
|
+
redis-namespace (~> 1.6)
|
|
255
|
+
sinatra (>= 2.0)
|
|
256
|
+
resque-retry (1.9.0)
|
|
257
|
+
resque (>= 1.25, < 4.0)
|
|
258
|
+
resque-scheduler (>= 4.0, < 6.0)
|
|
259
|
+
resque-scheduler (5.0.0)
|
|
260
|
+
base64 (~> 0.1)
|
|
261
|
+
logger
|
|
262
|
+
mono_logger (~> 1.0)
|
|
263
|
+
redis (>= 4.0)
|
|
264
|
+
resque (>= 3.0)
|
|
265
|
+
rufus-scheduler (~> 3.2, != 3.3)
|
|
266
|
+
rexml (3.4.1)
|
|
267
|
+
rspec (3.13.2)
|
|
268
|
+
rspec-core (~> 3.13.0)
|
|
269
|
+
rspec-expectations (~> 3.13.0)
|
|
270
|
+
rspec-mocks (~> 3.13.0)
|
|
271
|
+
rspec-core (3.13.6)
|
|
272
|
+
rspec-support (~> 3.13.0)
|
|
273
|
+
rspec-expectations (3.13.5)
|
|
274
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
275
|
+
rspec-support (~> 3.13.0)
|
|
276
|
+
rspec-mocks (3.13.8)
|
|
277
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
278
|
+
rspec-support (~> 3.13.0)
|
|
279
|
+
rspec-retry (0.6.2)
|
|
280
|
+
rspec-core (> 3.3)
|
|
281
|
+
rspec-support (3.13.7)
|
|
282
|
+
ruby-lsp (0.26.11)
|
|
283
|
+
language_server-protocol (~> 3.17.0)
|
|
284
|
+
prism (>= 1.2, < 2.0)
|
|
285
|
+
rbs (>= 3, < 5)
|
|
286
|
+
ruby-lsp-rspec (0.1.29)
|
|
287
|
+
ruby-lsp (~> 0.26.0)
|
|
288
|
+
rufus-scheduler (3.9.2)
|
|
289
|
+
fugit (~> 1.1, >= 1.11.1)
|
|
290
|
+
securerandom (0.4.1)
|
|
291
|
+
simplecov (0.22.0)
|
|
292
|
+
docile (~> 1.1)
|
|
293
|
+
simplecov-html (~> 0.11)
|
|
294
|
+
simplecov_json_formatter (~> 0.1)
|
|
295
|
+
simplecov-cobertura (3.2.0)
|
|
296
|
+
rexml
|
|
297
|
+
simplecov (~> 0.19)
|
|
298
|
+
simplecov-html (0.13.2)
|
|
299
|
+
simplecov_json_formatter (0.1.4)
|
|
300
|
+
sinatra (4.2.1)
|
|
301
|
+
logger (>= 1.6.0)
|
|
302
|
+
mustermann (~> 3.0)
|
|
303
|
+
rack (>= 3.0.0, < 4)
|
|
304
|
+
rack-protection (= 4.2.1)
|
|
305
|
+
rack-session (>= 2.0.0, < 3)
|
|
306
|
+
tilt (~> 2.0)
|
|
307
|
+
thor (1.5.0)
|
|
308
|
+
tilt (2.9.0)
|
|
309
|
+
timeout (0.6.1)
|
|
310
|
+
tsort (0.2.0)
|
|
311
|
+
tzinfo (2.0.6)
|
|
312
|
+
concurrent-ruby (~> 1.0)
|
|
313
|
+
uri (1.1.1)
|
|
314
|
+
useragent (0.16.11)
|
|
315
|
+
websocket-driver (0.8.2)
|
|
316
|
+
base64
|
|
317
|
+
websocket-extensions (>= 0.1.0)
|
|
318
|
+
websocket-extensions (0.1.5)
|
|
319
|
+
zeitwerk (2.8.3)
|
|
320
|
+
|
|
321
|
+
PLATFORMS
|
|
322
|
+
aarch64-linux-gnu
|
|
323
|
+
aarch64-linux-musl
|
|
324
|
+
arm-linux-gnu
|
|
325
|
+
arm-linux-musl
|
|
326
|
+
arm64-darwin
|
|
327
|
+
x86_64-darwin
|
|
328
|
+
x86_64-linux-gnu
|
|
329
|
+
x86_64-linux-musl
|
|
330
|
+
|
|
331
|
+
DEPENDENCIES
|
|
332
|
+
cgi
|
|
333
|
+
debug!
|
|
334
|
+
irb
|
|
335
|
+
rails (> 5.2.0)
|
|
336
|
+
rake (~> 12.0)
|
|
337
|
+
resque-retry (~> 1.8)
|
|
338
|
+
rexml (= 3.4.1)
|
|
339
|
+
rspec
|
|
340
|
+
rspec-retry
|
|
341
|
+
ruby-lsp-rspec
|
|
342
|
+
sentry-rails!
|
|
343
|
+
sentry-resque!
|
|
344
|
+
sentry-ruby!
|
|
345
|
+
simplecov
|
|
346
|
+
simplecov-cobertura (~> 3.0)
|
|
347
|
+
|
|
348
|
+
CHECKSUMS
|
|
349
|
+
action_text-trix (2.1.19) sha256=7012f59421009cf284aa651294896414d653a61a2417c9b8714c8476d2f74009
|
|
350
|
+
actioncable (8.1.3.1) sha256=e318528295c878a3efdfe25f0f2267c80cb7a76eba41bb5f64d44aa380a3d91b
|
|
351
|
+
actionmailbox (8.1.3.1) sha256=5f704972097d843ade8e435e93694a1dac732b926df1717aceba1f3840082b1c
|
|
352
|
+
actionmailer (8.1.3.1) sha256=88ea441b28ff02a0c6c006468892642a3d9942affce9d294e81a74504aa5c43c
|
|
353
|
+
actionpack (8.1.3.1) sha256=974cb7154548e81f470b1b0f247b99cb38e87825899dca58610596e2817723d0
|
|
354
|
+
actiontext (8.1.3.1) sha256=5da729d833d1a29cddb1eee938878e55e503d2613e00e735f5daf58c2ba98af2
|
|
355
|
+
actionview (8.1.3.1) sha256=2da68b8414c47b43bfbed1ce69c5afe1c04f78c267aacb5660a4cab5ca12cfb6
|
|
356
|
+
activejob (8.1.3.1) sha256=1c8dd275df930df40deecffec63d913a550a33fd94bd298f69721dd96939954a
|
|
357
|
+
activemodel (8.1.3.1) sha256=99cc02ce2faec371d14440949d85787ebd23a907c9baef0a9d4bcd4d21888f88
|
|
358
|
+
activerecord (8.1.3.1) sha256=0a2fb6c28f4938f6b013a3a549bec0a7e37d535f3dc8990e804bcc3258c0403b
|
|
359
|
+
activestorage (8.1.3.1) sha256=f555254f387b1cffa499d2fd3115d12635eadc5b15206a8534316a67036163ef
|
|
360
|
+
activesupport (8.1.3.1) sha256=85458765f25ea48b9019c46b6bb3fa5683197bf4280d9f06710a6e8d7a831376
|
|
361
|
+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
362
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
363
|
+
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
364
|
+
bundler (4.0.16) sha256=d6ca5dd440c24f9abce9844cf44cc8e18c6a553de65a47efb4544137af92c47d
|
|
365
|
+
cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
|
|
366
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
367
|
+
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
368
|
+
crass (1.0.7) sha256=94868719948664c89ddcaf0a37c65048413dfcb1c869470a5f7a7ceb5390b295
|
|
369
|
+
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
370
|
+
debug (1.11.1)
|
|
371
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
372
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
373
|
+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
374
|
+
erb (6.0.7) sha256=c5ca6dc25b0ef974a44dc8f59fe847577122483b1968a38dec305c60bf91ee92
|
|
375
|
+
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
376
|
+
et-orbi (1.4.1) sha256=007e2685b1d873415a7587ef889336c6dcdf8a47fc9c9a63547582b21660a11b
|
|
377
|
+
fugit (1.13.0) sha256=a4f093fce740da52f216740a5041e2a594ea763cdb89e8b2754ca4399634ab18
|
|
378
|
+
globalid (1.4.0) sha256=037f12fbf1d9d7a014d501c2d5c77356fd4ddd96d7a7991d6700bba96706f427
|
|
379
|
+
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
|
|
380
|
+
io-console (0.9.2) sha256=efa74f891dd03c0939a931dfc6e74c2813d904763d456ea9762b0525e748db08
|
|
381
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
382
|
+
json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
|
|
383
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
384
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
385
|
+
loofah (2.25.2) sha256=2007f746959ac65552456e04b433e83deb22759ab38c838b4445c70e43425918
|
|
386
|
+
mail (2.9.1) sha256=06574eca475253d6c18145dd70af80d0eb970182d55053497c5f4d797ea160e8
|
|
387
|
+
marcel (1.2.1) sha256=1678e9360e32f9eafa917c80029e2f6d10b2715c66a4b87b6d0da9b9cd1f859f
|
|
388
|
+
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
389
|
+
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
390
|
+
mono_logger (1.1.2) sha256=2e359def7007f5c908aadd953687991fe667995d14ae5f0d10dda76e3e8670f7
|
|
391
|
+
multi_json (1.21.1) sha256=e6126a31808e3b4d19f483c775ceac34df190dffa62adfb63a165ee14ba68080
|
|
392
|
+
mustermann (3.1.1) sha256=4c6170c7234d5499c345562ba7c7dfe73e1754286dcc1abb053064d66a127198
|
|
393
|
+
net-imap (0.6.6) sha256=96aa4ee50df3060203e649efc341f53480b791d49e150f2fdebf68beb141a8df
|
|
394
|
+
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
395
|
+
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
396
|
+
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
397
|
+
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
398
|
+
nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f
|
|
399
|
+
nokogiri (1.19.4-aarch64-linux-musl) sha256=35c65b9ce72b3bb03207bdbe7067915019dc18c1b9b59139684bd6690fdd01af
|
|
400
|
+
nokogiri (1.19.4-arm-linux-gnu) sha256=a301313e38bb065d68239e79734bcd6f56fb6efaacebde29e9abf2a4735340ca
|
|
401
|
+
nokogiri (1.19.4-arm-linux-musl) sha256=588923c101bcfa78869734d247d25b598674323e7f22474fc468f6e5647311eb
|
|
402
|
+
nokogiri (1.19.4-arm64-darwin) sha256=a46db9853286e6597b36ebc6953817d15acf3a299583eb3f89fdc6f91dd63527
|
|
403
|
+
nokogiri (1.19.4-x86_64-darwin) sha256=7fd17057d3e1f00e9954a74b3cd76595d3d4a5ef233b7ed9599047c204f70551
|
|
404
|
+
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
|
|
405
|
+
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
|
|
406
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
407
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
408
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
409
|
+
raabro (1.5.0) sha256=3f998a7bc84f9c84df3ab580634d2e0a5bda4f0841168d56035f529c9877440a
|
|
410
|
+
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
411
|
+
rack (3.2.7) sha256=93e13e1c24f93556671d85d2d79fa228c3485815c50d7e2f265b5330c6528fb7
|
|
412
|
+
rack-protection (4.2.1) sha256=cf6e2842df8c55f5e4d1a4be015e603e19e9bc3a7178bae58949ccbb58558bac
|
|
413
|
+
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
414
|
+
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
415
|
+
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
416
|
+
rails (8.1.3.1) sha256=ccd11a36bfc171bf9c66d585d14c0ece91c0c9dde840aae60c0118d6f5c9c52a
|
|
417
|
+
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
418
|
+
rails-html-sanitizer (1.7.1) sha256=e797a7c9b01e567307e317c576b49ab4168017e63eea4dba9ce3cb587e2f22c2
|
|
419
|
+
railties (8.1.3.1) sha256=2388a232579a00cefea4487de66c8553c3408c1300abdc6cf1799d86ffb04487
|
|
420
|
+
rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
|
|
421
|
+
rbs (4.2.0) sha256=51f7b886dcc05bc09e10b901daa6a81829f6adc03101d6ca9ea4aac6103e0674
|
|
422
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
423
|
+
redis (6.0.0) sha256=de71c10edd106986b759ec7ecdd08b63b9c0ee7414a0d0c1da73d31ba2bccda6
|
|
424
|
+
redis-client (0.30.1) sha256=5151bc5c7bbfe48623732cdae3b900d8a22dc691cc7cdfacfb351ac55116522d
|
|
425
|
+
redis-namespace (1.11.0) sha256=e91a1aa2b2d888b6dea1d4ab8d39e1ae6fac3426161feb9d91dd5cca598a2239
|
|
426
|
+
reline (0.7.0) sha256=5b012d8e55dbf9d450f12bde2cf7d15ff546ae80b3f8f3b30e570d431815583d
|
|
427
|
+
resque (3.0.0) sha256=ee6f02b61b2af48c587587dd6fb3b9b5eca94e348c568aed8e9d7e7872b2f713
|
|
428
|
+
resque-retry (1.9.0) sha256=4c26de2951bf97206173833f50733ac967086ef09c21644d45fbdd93e74cc10c
|
|
429
|
+
resque-scheduler (5.0.0) sha256=f199df7ae73b5c7972acd27c7e2f8a1f1ff4339eca5b794d0b2ba74c3d998aff
|
|
430
|
+
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
|
|
431
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
432
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
433
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
434
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
435
|
+
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
|
436
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
437
|
+
ruby-lsp (0.26.11) sha256=4cc8f1587237ff8c9031680b5491df901a82559eeaa1ae96863ffe700b32583d
|
|
438
|
+
ruby-lsp-rspec (0.1.29) sha256=798be579723376cd56b17d32373288fb1163e4cfe2024c7d068516a1cf214ee5
|
|
439
|
+
rufus-scheduler (3.9.2) sha256=55fa9e4db0ff69d7f38c804f17baba0c9bce5cba39984ae3c5cf6c039d1323b9
|
|
440
|
+
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
441
|
+
sentry-rails (6.7.0)
|
|
442
|
+
sentry-resque (6.7.0)
|
|
443
|
+
sentry-ruby (6.7.0)
|
|
444
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
445
|
+
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
|
|
446
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
447
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
448
|
+
sinatra (4.2.1) sha256=b7aeb9b11d046b552972ade834f1f9be98b185fa8444480688e3627625377080
|
|
449
|
+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
450
|
+
tilt (2.9.0) sha256=da5735d0280bba96e9a91041bb14aee435ccad5c17b0fa519249ae543d9aa3a5
|
|
451
|
+
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
452
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
453
|
+
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
454
|
+
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
455
|
+
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
|
|
456
|
+
websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146
|
|
457
|
+
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
458
|
+
zeitwerk (2.8.3) sha256=2c85125a8467ce069e20123d1e709a08955c9d29c118c25b46b7b7fafdbb92e5
|
|
459
|
+
|
|
460
|
+
BUNDLED WITH
|
|
461
|
+
4.0.16
|