sentry-rails 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 (57) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -1
  3. data/Gemfile +50 -0
  4. data/README.md +1 -1
  5. data/bin/test +12 -386
  6. data/bin/test_old +389 -0
  7. data/gemfiles/ruby-2.7_rails-5.2.0.gemfile.lock +266 -0
  8. data/gemfiles/ruby-2.7_rails-6.0.0.gemfile.lock +282 -0
  9. data/gemfiles/ruby-2.7_rails-6.1.0.gemfile.lock +294 -0
  10. data/gemfiles/ruby-2.7_rails-7.0.0.gemfile.lock +311 -0
  11. data/gemfiles/ruby-2.7_rails-7.1.0.gemfile.lock +348 -0
  12. data/gemfiles/ruby-3.0_rails-6.1.0.gemfile.lock +362 -0
  13. data/gemfiles/ruby-3.0_rails-7.0.0.gemfile.lock +379 -0
  14. data/gemfiles/ruby-3.0_rails-7.1.0.gemfile.lock +405 -0
  15. data/gemfiles/ruby-3.1_rails-6.1.0.gemfile.lock +493 -0
  16. data/gemfiles/ruby-3.1_rails-7.0.0.gemfile.lock +513 -0
  17. data/gemfiles/ruby-3.1_rails-7.1.0.gemfile.lock +547 -0
  18. data/gemfiles/ruby-3.1_rails-7.2.0.gemfile.lock +541 -0
  19. data/gemfiles/ruby-3.2_rails-6.1.0.gemfile.lock +493 -0
  20. data/gemfiles/ruby-3.2_rails-7.0.0.gemfile.lock +511 -0
  21. data/gemfiles/ruby-3.2_rails-7.1.0.gemfile.lock +553 -0
  22. data/gemfiles/ruby-3.2_rails-7.2.0.gemfile.lock +545 -0
  23. data/gemfiles/ruby-3.2_rails-8.0.0.gemfile.lock +544 -0
  24. data/gemfiles/ruby-3.3_rails-6.1.0.gemfile.lock +493 -0
  25. data/gemfiles/ruby-3.3_rails-7.0.0.gemfile.lock +511 -0
  26. data/gemfiles/ruby-3.3_rails-7.1.0.gemfile.lock +553 -0
  27. data/gemfiles/ruby-3.3_rails-7.2.0.gemfile.lock +545 -0
  28. data/gemfiles/ruby-3.3_rails-8.0.0.gemfile.lock +544 -0
  29. data/gemfiles/ruby-3.4_rails-7.1.0.gemfile.lock +534 -0
  30. data/gemfiles/ruby-3.4_rails-7.2.0.gemfile.lock +528 -0
  31. data/gemfiles/ruby-3.4_rails-8.0.0.gemfile.lock +523 -0
  32. data/gemfiles/ruby-3.4_rails-8.1.3.gemfile.lock +527 -0
  33. data/gemfiles/ruby-4.0_rails-6.1.0.gemfile.lock +476 -0
  34. data/gemfiles/ruby-4.0_rails-7.0.0.gemfile.lock +492 -0
  35. data/gemfiles/ruby-4.0_rails-7.1.0.gemfile.lock +534 -0
  36. data/gemfiles/ruby-4.0_rails-8.0.0.gemfile.lock +523 -0
  37. data/gemfiles/ruby-4.0_rails-8.1.3.gemfile.lock +527 -0
  38. data/gemfiles/ruby-jruby-9.4.14.0_rails-6.1.0.gemfile.lock +369 -0
  39. data/gemfiles/ruby-jruby-9.4.14.0_rails-7.0.0.gemfile.lock +391 -0
  40. data/gemfiles/ruby-jruby-9.4.14.0_rails-7.1.0.gemfile.lock +425 -0
  41. data/lib/sentry/rails/active_job.rb +188 -29
  42. data/lib/sentry/rails/breadcrumb/active_support_logger.rb +30 -0
  43. data/lib/sentry/rails/capture_exceptions.rb +8 -1
  44. data/lib/sentry/rails/configuration.rb +14 -2
  45. data/lib/sentry/rails/controller_transaction.rb +24 -3
  46. data/lib/sentry/rails/error_reporter_context.rb +24 -0
  47. data/lib/sentry/rails/log_subscribers/action_controller_subscriber.rb +3 -7
  48. data/lib/sentry/rails/log_subscribers/action_mailer_subscriber.rb +5 -9
  49. data/lib/sentry/rails/log_subscribers/active_job_subscriber.rb +5 -7
  50. data/lib/sentry/rails/log_subscribers/active_record_subscriber.rb +1 -5
  51. data/lib/sentry/rails/railtie.rb +8 -1
  52. data/lib/sentry/rails/serializer.rb +35 -0
  53. data/lib/sentry/rails/tracing/active_storage_subscriber.rb +4 -1
  54. data/lib/sentry/rails/version.rb +1 -1
  55. data/sentry-rails.gemspec +2 -2
  56. metadata +45 -9
  57. data/lib/sentry/rails/log_subscribers/parameter_filter.rb +0 -52
@@ -0,0 +1,311 @@
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-ruby
11
+ specs:
12
+ sentry-ruby (6.7.0)
13
+ bigdecimal
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ logger
16
+
17
+ PATH
18
+ remote: ..
19
+ specs:
20
+ sentry-rails (6.7.0)
21
+ railties (>= 5.2.0)
22
+ sentry-ruby (~> 6.7.0)
23
+
24
+ GEM
25
+ remote: https://rubygems.org/
26
+ specs:
27
+ actioncable (7.0.10)
28
+ actionpack (= 7.0.10)
29
+ activesupport (= 7.0.10)
30
+ nio4r (~> 2.0)
31
+ websocket-driver (>= 0.6.1)
32
+ actionmailbox (7.0.10)
33
+ actionpack (= 7.0.10)
34
+ activejob (= 7.0.10)
35
+ activerecord (= 7.0.10)
36
+ activestorage (= 7.0.10)
37
+ activesupport (= 7.0.10)
38
+ mail (>= 2.7.1)
39
+ net-imap
40
+ net-pop
41
+ net-smtp
42
+ actionmailer (7.0.10)
43
+ actionpack (= 7.0.10)
44
+ actionview (= 7.0.10)
45
+ activejob (= 7.0.10)
46
+ activesupport (= 7.0.10)
47
+ mail (~> 2.5, >= 2.5.4)
48
+ net-imap
49
+ net-pop
50
+ net-smtp
51
+ rails-dom-testing (~> 2.0)
52
+ actionpack (7.0.10)
53
+ actionview (= 7.0.10)
54
+ activesupport (= 7.0.10)
55
+ racc
56
+ rack (~> 2.0, >= 2.2.4)
57
+ rack-test (>= 0.6.3)
58
+ rails-dom-testing (~> 2.0)
59
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
60
+ actiontext (7.0.10)
61
+ actionpack (= 7.0.10)
62
+ activerecord (= 7.0.10)
63
+ activestorage (= 7.0.10)
64
+ activesupport (= 7.0.10)
65
+ globalid (>= 0.6.0)
66
+ nokogiri (>= 1.8.5)
67
+ actionview (7.0.10)
68
+ activesupport (= 7.0.10)
69
+ builder (~> 3.1)
70
+ erubi (~> 1.4)
71
+ rails-dom-testing (~> 2.0)
72
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
73
+ activejob (7.0.10)
74
+ activesupport (= 7.0.10)
75
+ globalid (>= 0.3.6)
76
+ activemodel (7.0.10)
77
+ activesupport (= 7.0.10)
78
+ activerecord (7.0.10)
79
+ activemodel (= 7.0.10)
80
+ activesupport (= 7.0.10)
81
+ activestorage (7.0.10)
82
+ actionpack (= 7.0.10)
83
+ activejob (= 7.0.10)
84
+ activerecord (= 7.0.10)
85
+ activesupport (= 7.0.10)
86
+ marcel (~> 1.0)
87
+ mini_mime (>= 1.1.0)
88
+ activesupport (7.0.10)
89
+ base64
90
+ benchmark (>= 0.3)
91
+ bigdecimal
92
+ concurrent-ruby (~> 1.0, >= 1.0.2)
93
+ drb
94
+ i18n (>= 1.6, < 2)
95
+ logger (>= 1.4.2)
96
+ minitest (>= 5.1)
97
+ mutex_m
98
+ securerandom (>= 0.3)
99
+ tzinfo (~> 2.0)
100
+ base64 (0.3.0)
101
+ benchmark (0.5.0)
102
+ benchmark-ips (2.5.0)
103
+ benchmark-ipsa (0.2.0)
104
+ benchmark-ips (~> 2.5.0)
105
+ memory_profiler (~> 0.9.6)
106
+ benchmark-memory (0.1.2)
107
+ memory_profiler (~> 0.9)
108
+ benchmark_driver (0.16.5)
109
+ bigdecimal (4.1.2)
110
+ builder (3.3.0)
111
+ cgi (0.5.2)
112
+ concurrent-ruby (1.3.8)
113
+ crass (1.0.7)
114
+ date (3.5.1)
115
+ delayed_job (4.2.0)
116
+ activesupport (>= 3.0, < 9.0)
117
+ benchmark
118
+ logger
119
+ delayed_job_active_record (4.1.11)
120
+ activerecord (>= 3.0, < 9.0)
121
+ delayed_job (>= 3.0, < 5)
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
+ 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
+ memory_profiler (0.9.14)
150
+ method_source (1.1.0)
151
+ mini_magick (5.3.3)
152
+ logger
153
+ mini_mime (1.1.5)
154
+ mini_portile2 (2.8.9)
155
+ minitest (5.26.1)
156
+ mutex_m (0.3.0)
157
+ net-imap (0.4.25)
158
+ date
159
+ net-protocol
160
+ net-pop (0.1.2)
161
+ net-protocol
162
+ net-protocol (0.2.2)
163
+ timeout
164
+ net-smtp (0.5.1)
165
+ net-protocol
166
+ nio4r (2.7.5)
167
+ nokogiri (1.15.7)
168
+ mini_portile2 (~> 2.8.2)
169
+ racc (~> 1.4)
170
+ nokogiri (1.15.7-aarch64-linux)
171
+ racc (~> 1.4)
172
+ nokogiri (1.15.7-x86_64-linux)
173
+ racc (~> 1.4)
174
+ pp (0.6.4)
175
+ prettyprint
176
+ prettyprint (0.2.0)
177
+ prism (1.9.0)
178
+ psych (5.5.0)
179
+ date
180
+ stringio
181
+ racc (1.8.1)
182
+ rack (2.2.24)
183
+ rack-test (2.2.0)
184
+ rack (>= 1.3)
185
+ rails (7.0.10)
186
+ actioncable (= 7.0.10)
187
+ actionmailbox (= 7.0.10)
188
+ actionmailer (= 7.0.10)
189
+ actionpack (= 7.0.10)
190
+ actiontext (= 7.0.10)
191
+ actionview (= 7.0.10)
192
+ activejob (= 7.0.10)
193
+ activemodel (= 7.0.10)
194
+ activerecord (= 7.0.10)
195
+ activestorage (= 7.0.10)
196
+ activesupport (= 7.0.10)
197
+ bundler (>= 1.15.0)
198
+ railties (= 7.0.10)
199
+ rails-dom-testing (2.3.0)
200
+ activesupport (>= 5.0.0)
201
+ minitest
202
+ nokogiri (>= 1.6)
203
+ rails-html-sanitizer (1.7.1)
204
+ loofah (~> 2.25, >= 2.25.2)
205
+ 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)
206
+ railties (7.0.10)
207
+ actionpack (= 7.0.10)
208
+ activesupport (= 7.0.10)
209
+ method_source
210
+ rake (>= 12.2)
211
+ thor (~> 1.0)
212
+ zeitwerk (~> 2.5)
213
+ rake (12.3.3)
214
+ rdoc (7.2.0)
215
+ erb
216
+ psych (>= 4.0.0)
217
+ tsort
218
+ reline (0.7.0)
219
+ io-console (~> 0.5)
220
+ rexml (3.4.1)
221
+ rspec (3.13.2)
222
+ rspec-core (~> 3.13.0)
223
+ rspec-expectations (~> 3.13.0)
224
+ rspec-mocks (~> 3.13.0)
225
+ rspec-core (3.13.6)
226
+ rspec-support (~> 3.13.0)
227
+ rspec-expectations (3.13.5)
228
+ diff-lcs (>= 1.2.0, < 2.0)
229
+ rspec-support (~> 3.13.0)
230
+ rspec-mocks (3.13.8)
231
+ diff-lcs (>= 1.2.0, < 2.0)
232
+ rspec-support (~> 3.13.0)
233
+ rspec-rails (6.1.5)
234
+ actionpack (>= 6.1)
235
+ activesupport (>= 6.1)
236
+ railties (>= 6.1)
237
+ rspec-core (~> 3.13)
238
+ rspec-expectations (~> 3.13)
239
+ rspec-mocks (~> 3.13)
240
+ rspec-support (~> 3.13)
241
+ rspec-retry (0.6.2)
242
+ rspec-core (> 3.3)
243
+ rspec-support (3.13.7)
244
+ securerandom (0.3.2)
245
+ sequel (5.107.0)
246
+ bigdecimal
247
+ simplecov (0.22.0)
248
+ docile (~> 1.1)
249
+ simplecov-html (~> 0.11)
250
+ simplecov_json_formatter (~> 0.1)
251
+ simplecov-cobertura (3.2.0)
252
+ rexml
253
+ simplecov (~> 0.19)
254
+ simplecov-html (0.13.2)
255
+ simplecov_json_formatter (0.1.4)
256
+ sprockets (4.4.0)
257
+ concurrent-ruby (~> 1.1)
258
+ logger
259
+ rack (>= 2.2.4, < 4)
260
+ sprockets-rails (3.5.2)
261
+ actionpack (>= 6.1)
262
+ activesupport (>= 6.1)
263
+ sprockets (>= 3.0.0)
264
+ sqlite3 (1.7.3)
265
+ mini_portile2 (~> 2.8.0)
266
+ stringio (3.2.0)
267
+ thor (1.5.0)
268
+ timeout (0.6.1)
269
+ tsort (0.2.0)
270
+ tzinfo (2.0.6)
271
+ concurrent-ruby (~> 1.0)
272
+ websocket-driver (0.8.2)
273
+ base64
274
+ websocket-extensions (>= 0.1.0)
275
+ websocket-extensions (0.1.5)
276
+ zeitwerk (2.6.18)
277
+
278
+ PLATFORMS
279
+ aarch64-linux
280
+ ruby
281
+ x86_64-linux
282
+
283
+ DEPENDENCIES
284
+ activerecord-jdbcmysql-adapter
285
+ benchmark-ips
286
+ benchmark-ipsa
287
+ benchmark-memory
288
+ benchmark_driver
289
+ cgi
290
+ debug!
291
+ delayed_job
292
+ delayed_job_active_record
293
+ irb
294
+ jdbc-sqlite3
295
+ mini_magick
296
+ rails (~> 7.0.0)
297
+ rake (~> 12.0)
298
+ rexml (= 3.4.1)
299
+ rspec
300
+ rspec-rails (~> 6.0)
301
+ rspec-retry
302
+ sentry-rails!
303
+ sentry-ruby!
304
+ sequel
305
+ simplecov
306
+ simplecov-cobertura (~> 3.0)
307
+ sprockets-rails
308
+ sqlite3 (~> 1.7.3)
309
+
310
+ BUNDLED WITH
311
+ 2.4.22
@@ -0,0 +1,348 @@
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-ruby
11
+ specs:
12
+ sentry-ruby (6.7.0)
13
+ bigdecimal
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ logger
16
+
17
+ PATH
18
+ remote: ..
19
+ specs:
20
+ sentry-rails (6.7.0)
21
+ railties (>= 5.2.0)
22
+ sentry-ruby (~> 6.7.0)
23
+
24
+ GEM
25
+ remote: https://rubygems.org/
26
+ specs:
27
+ actioncable (7.1.6)
28
+ actionpack (= 7.1.6)
29
+ activesupport (= 7.1.6)
30
+ nio4r (~> 2.0)
31
+ websocket-driver (>= 0.6.1)
32
+ zeitwerk (~> 2.6)
33
+ actionmailbox (7.1.6)
34
+ actionpack (= 7.1.6)
35
+ activejob (= 7.1.6)
36
+ activerecord (= 7.1.6)
37
+ activestorage (= 7.1.6)
38
+ activesupport (= 7.1.6)
39
+ mail (>= 2.7.1)
40
+ net-imap
41
+ net-pop
42
+ net-smtp
43
+ actionmailer (7.1.6)
44
+ actionpack (= 7.1.6)
45
+ actionview (= 7.1.6)
46
+ activejob (= 7.1.6)
47
+ activesupport (= 7.1.6)
48
+ mail (~> 2.5, >= 2.5.4)
49
+ net-imap
50
+ net-pop
51
+ net-smtp
52
+ rails-dom-testing (~> 2.2)
53
+ actionpack (7.1.6)
54
+ actionview (= 7.1.6)
55
+ activesupport (= 7.1.6)
56
+ cgi
57
+ nokogiri (>= 1.8.5)
58
+ racc
59
+ rack (>= 2.2.4)
60
+ rack-session (>= 1.0.1)
61
+ rack-test (>= 0.6.3)
62
+ rails-dom-testing (~> 2.2)
63
+ rails-html-sanitizer (~> 1.6)
64
+ actiontext (7.1.6)
65
+ actionpack (= 7.1.6)
66
+ activerecord (= 7.1.6)
67
+ activestorage (= 7.1.6)
68
+ activesupport (= 7.1.6)
69
+ globalid (>= 0.6.0)
70
+ nokogiri (>= 1.8.5)
71
+ actionview (7.1.6)
72
+ activesupport (= 7.1.6)
73
+ builder (~> 3.1)
74
+ cgi
75
+ erubi (~> 1.11)
76
+ rails-dom-testing (~> 2.2)
77
+ rails-html-sanitizer (~> 1.6)
78
+ activejob (7.1.6)
79
+ activesupport (= 7.1.6)
80
+ globalid (>= 0.3.6)
81
+ activemodel (7.1.6)
82
+ activesupport (= 7.1.6)
83
+ activerecord (7.1.6)
84
+ activemodel (= 7.1.6)
85
+ activesupport (= 7.1.6)
86
+ timeout (>= 0.4.0)
87
+ activestorage (7.1.6)
88
+ actionpack (= 7.1.6)
89
+ activejob (= 7.1.6)
90
+ activerecord (= 7.1.6)
91
+ activesupport (= 7.1.6)
92
+ marcel (~> 1.0)
93
+ activesupport (7.1.6)
94
+ base64
95
+ benchmark (>= 0.3)
96
+ bigdecimal
97
+ concurrent-ruby (~> 1.0, >= 1.0.2)
98
+ connection_pool (>= 2.2.5)
99
+ drb
100
+ i18n (>= 1.6, < 2)
101
+ logger (>= 1.4.2)
102
+ minitest (>= 5.1)
103
+ mutex_m
104
+ securerandom (>= 0.3)
105
+ tzinfo (~> 2.0)
106
+ base64 (0.3.0)
107
+ benchmark (0.5.0)
108
+ benchmark-ips (2.5.0)
109
+ benchmark-ipsa (0.2.0)
110
+ benchmark-ips (~> 2.5.0)
111
+ memory_profiler (~> 0.9.6)
112
+ benchmark-memory (0.1.2)
113
+ memory_profiler (~> 0.9)
114
+ benchmark_driver (0.16.5)
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
+ delayed_job (4.2.0)
123
+ activesupport (>= 3.0, < 9.0)
124
+ benchmark
125
+ logger
126
+ delayed_job_active_record (4.1.11)
127
+ activerecord (>= 3.0, < 9.0)
128
+ delayed_job (>= 3.0, < 5)
129
+ diff-lcs (1.6.2)
130
+ docile (1.4.1)
131
+ drb (2.2.3)
132
+ erb (4.0.4.1)
133
+ cgi (>= 0.3.3)
134
+ erubi (1.13.1)
135
+ et-orbi (1.4.1)
136
+ tzinfo
137
+ fugit (1.11.2)
138
+ et-orbi (~> 1, >= 1.2.11)
139
+ raabro (~> 1.4)
140
+ globalid (1.4.0)
141
+ activesupport (>= 6.1)
142
+ i18n (1.14.8)
143
+ concurrent-ruby (~> 1.0)
144
+ io-console (0.9.2)
145
+ irb (1.18.0)
146
+ pp (>= 0.6.0)
147
+ prism (>= 1.3.0)
148
+ rdoc (>= 4.0.0)
149
+ reline (>= 0.4.2)
150
+ logger (1.7.0)
151
+ loofah (2.25.2)
152
+ crass (~> 1.0.2)
153
+ nokogiri (>= 1.12.0)
154
+ mail (2.9.1)
155
+ logger
156
+ mini_mime (>= 0.1.1)
157
+ net-imap
158
+ net-pop
159
+ net-smtp
160
+ marcel (1.2.1)
161
+ memory_profiler (0.9.14)
162
+ mini_magick (5.3.3)
163
+ logger
164
+ mini_mime (1.1.5)
165
+ mini_portile2 (2.8.9)
166
+ minitest (5.26.1)
167
+ mutex_m (0.3.0)
168
+ net-imap (0.4.25)
169
+ date
170
+ net-protocol
171
+ net-pop (0.1.2)
172
+ net-protocol
173
+ net-protocol (0.2.2)
174
+ timeout
175
+ net-smtp (0.5.1)
176
+ net-protocol
177
+ nio4r (2.7.5)
178
+ nokogiri (1.15.7)
179
+ mini_portile2 (~> 2.8.2)
180
+ racc (~> 1.4)
181
+ nokogiri (1.15.7-aarch64-linux)
182
+ racc (~> 1.4)
183
+ nokogiri (1.15.7-x86_64-linux)
184
+ racc (~> 1.4)
185
+ pp (0.6.4)
186
+ prettyprint
187
+ prettyprint (0.2.0)
188
+ prism (1.9.0)
189
+ psych (4.0.6)
190
+ stringio
191
+ raabro (1.5.0)
192
+ racc (1.8.1)
193
+ rack (3.2.7)
194
+ rack-session (2.1.2)
195
+ base64 (>= 0.1.0)
196
+ rack (>= 3.0.0)
197
+ rack-test (2.2.0)
198
+ rack (>= 1.3)
199
+ rackup (2.3.1)
200
+ rack (>= 3)
201
+ rails (7.1.6)
202
+ actioncable (= 7.1.6)
203
+ actionmailbox (= 7.1.6)
204
+ actionmailer (= 7.1.6)
205
+ actionpack (= 7.1.6)
206
+ actiontext (= 7.1.6)
207
+ actionview (= 7.1.6)
208
+ activejob (= 7.1.6)
209
+ activemodel (= 7.1.6)
210
+ activerecord (= 7.1.6)
211
+ activestorage (= 7.1.6)
212
+ activesupport (= 7.1.6)
213
+ bundler (>= 1.15.0)
214
+ railties (= 7.1.6)
215
+ rails-dom-testing (2.3.0)
216
+ activesupport (>= 5.0.0)
217
+ minitest
218
+ nokogiri (>= 1.6)
219
+ rails-html-sanitizer (1.7.1)
220
+ loofah (~> 2.25, >= 2.25.2)
221
+ 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)
222
+ railties (7.1.6)
223
+ actionpack (= 7.1.6)
224
+ activesupport (= 7.1.6)
225
+ cgi
226
+ irb
227
+ rackup (>= 1.0.0)
228
+ rake (>= 12.2)
229
+ thor (~> 1.0, >= 1.2.2)
230
+ tsort (>= 0.2)
231
+ zeitwerk (~> 2.6)
232
+ rake (12.3.3)
233
+ rdoc (7.2.0)
234
+ erb
235
+ psych (>= 4.0.0)
236
+ tsort
237
+ redis-client (0.30.1)
238
+ connection_pool
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-rails (7.1.1)
255
+ actionpack (>= 7.0)
256
+ activesupport (>= 7.0)
257
+ railties (>= 7.0)
258
+ rspec-core (~> 3.13)
259
+ rspec-expectations (~> 3.13)
260
+ rspec-mocks (~> 3.13)
261
+ rspec-support (~> 3.13)
262
+ rspec-retry (0.6.2)
263
+ rspec-core (> 3.3)
264
+ rspec-support (3.13.7)
265
+ securerandom (0.3.2)
266
+ sequel (5.107.0)
267
+ bigdecimal
268
+ sidekiq (7.3.10)
269
+ base64
270
+ connection_pool (>= 2.3.0, < 3)
271
+ logger
272
+ rack (>= 2.2.4, < 3.3)
273
+ redis-client (>= 0.23.0, < 1)
274
+ simplecov (0.22.0)
275
+ docile (~> 1.1)
276
+ simplecov-html (~> 0.11)
277
+ simplecov_json_formatter (~> 0.1)
278
+ simplecov-cobertura (3.2.0)
279
+ rexml
280
+ simplecov (~> 0.19)
281
+ simplecov-html (0.13.2)
282
+ simplecov_json_formatter (0.1.4)
283
+ solid_queue (1.1.2)
284
+ activejob (>= 7.1)
285
+ activerecord (>= 7.1)
286
+ concurrent-ruby (>= 1.3.1)
287
+ fugit (~> 1.11.0)
288
+ railties (>= 7.1)
289
+ thor (~> 1.3.1)
290
+ sprockets (4.4.0)
291
+ concurrent-ruby (~> 1.1)
292
+ logger
293
+ rack (>= 2.2.4, < 4)
294
+ sprockets-rails (3.5.2)
295
+ actionpack (>= 6.1)
296
+ activesupport (>= 6.1)
297
+ sprockets (>= 3.0.0)
298
+ sqlite3 (1.7.3)
299
+ mini_portile2 (~> 2.8.0)
300
+ stringio (3.2.0)
301
+ thor (1.3.2)
302
+ timeout (0.6.1)
303
+ tsort (0.2.0)
304
+ tzinfo (2.0.6)
305
+ concurrent-ruby (~> 1.0)
306
+ websocket-driver (0.8.2)
307
+ base64
308
+ websocket-extensions (>= 0.1.0)
309
+ websocket-extensions (0.1.5)
310
+ zeitwerk (2.6.18)
311
+
312
+ PLATFORMS
313
+ aarch64-linux
314
+ ruby
315
+ x86_64-linux
316
+
317
+ DEPENDENCIES
318
+ activerecord-jdbcmysql-adapter
319
+ benchmark-ips
320
+ benchmark-ipsa
321
+ benchmark-memory
322
+ benchmark_driver
323
+ cgi
324
+ debug!
325
+ delayed_job
326
+ delayed_job_active_record
327
+ irb
328
+ jdbc-sqlite3
329
+ mini_magick
330
+ psych (~> 4.0.0)
331
+ rails (~> 7.1.0)
332
+ rake (~> 12.0)
333
+ rexml (= 3.4.1)
334
+ rspec
335
+ rspec-rails (~> 7.0)
336
+ rspec-retry
337
+ sentry-rails!
338
+ sentry-ruby!
339
+ sequel
340
+ sidekiq (~> 7.0)
341
+ simplecov
342
+ simplecov-cobertura (~> 3.0)
343
+ solid_queue
344
+ sprockets-rails
345
+ sqlite3 (~> 1.7.3)
346
+
347
+ BUNDLED WITH
348
+ 2.4.22