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,282 @@
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 (6.0.6.1)
28
+ actionpack (= 6.0.6.1)
29
+ nio4r (~> 2.0)
30
+ websocket-driver (>= 0.6.1)
31
+ actionmailbox (6.0.6.1)
32
+ actionpack (= 6.0.6.1)
33
+ activejob (= 6.0.6.1)
34
+ activerecord (= 6.0.6.1)
35
+ activestorage (= 6.0.6.1)
36
+ activesupport (= 6.0.6.1)
37
+ mail (>= 2.7.1)
38
+ actionmailer (6.0.6.1)
39
+ actionpack (= 6.0.6.1)
40
+ actionview (= 6.0.6.1)
41
+ activejob (= 6.0.6.1)
42
+ mail (~> 2.5, >= 2.5.4)
43
+ rails-dom-testing (~> 2.0)
44
+ actionpack (6.0.6.1)
45
+ actionview (= 6.0.6.1)
46
+ activesupport (= 6.0.6.1)
47
+ rack (~> 2.0, >= 2.0.8)
48
+ rack-test (>= 0.6.3)
49
+ rails-dom-testing (~> 2.0)
50
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
51
+ actiontext (6.0.6.1)
52
+ actionpack (= 6.0.6.1)
53
+ activerecord (= 6.0.6.1)
54
+ activestorage (= 6.0.6.1)
55
+ activesupport (= 6.0.6.1)
56
+ nokogiri (>= 1.8.5)
57
+ actionview (6.0.6.1)
58
+ activesupport (= 6.0.6.1)
59
+ builder (~> 3.1)
60
+ erubi (~> 1.4)
61
+ rails-dom-testing (~> 2.0)
62
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
63
+ activejob (6.0.6.1)
64
+ activesupport (= 6.0.6.1)
65
+ globalid (>= 0.3.6)
66
+ activemodel (6.0.6.1)
67
+ activesupport (= 6.0.6.1)
68
+ activerecord (6.0.6.1)
69
+ activemodel (= 6.0.6.1)
70
+ activesupport (= 6.0.6.1)
71
+ activestorage (6.0.6.1)
72
+ actionpack (= 6.0.6.1)
73
+ activejob (= 6.0.6.1)
74
+ activerecord (= 6.0.6.1)
75
+ marcel (~> 1.0)
76
+ activesupport (6.0.6.1)
77
+ concurrent-ruby (~> 1.0, >= 1.0.2)
78
+ i18n (>= 0.7, < 2)
79
+ minitest (~> 5.1)
80
+ tzinfo (~> 1.1)
81
+ zeitwerk (~> 2.2, >= 2.2.2)
82
+ base64 (0.3.0)
83
+ benchmark (0.5.0)
84
+ benchmark-ips (2.5.0)
85
+ benchmark-ipsa (0.2.0)
86
+ benchmark-ips (~> 2.5.0)
87
+ memory_profiler (~> 0.9.6)
88
+ benchmark-memory (0.1.2)
89
+ memory_profiler (~> 0.9)
90
+ benchmark_driver (0.16.5)
91
+ bigdecimal (4.1.2)
92
+ builder (3.3.0)
93
+ cgi (0.5.2)
94
+ concurrent-ruby (1.3.8)
95
+ crass (1.0.7)
96
+ date (3.5.1)
97
+ delayed_job (4.2.0)
98
+ activesupport (>= 3.0, < 9.0)
99
+ benchmark
100
+ logger
101
+ delayed_job_active_record (4.1.11)
102
+ activerecord (>= 3.0, < 9.0)
103
+ delayed_job (>= 3.0, < 5)
104
+ diff-lcs (1.6.2)
105
+ docile (1.4.1)
106
+ erubi (1.13.1)
107
+ globalid (1.1.0)
108
+ activesupport (>= 5.0)
109
+ i18n (1.14.8)
110
+ concurrent-ruby (~> 1.0)
111
+ io-console (0.9.2)
112
+ irb (1.18.0)
113
+ pp (>= 0.6.0)
114
+ prism (>= 1.3.0)
115
+ rdoc (>= 4.0.0)
116
+ reline (>= 0.4.2)
117
+ logger (1.7.0)
118
+ loofah (2.25.2)
119
+ crass (~> 1.0.2)
120
+ nokogiri (>= 1.12.0)
121
+ mail (2.9.1)
122
+ logger
123
+ mini_mime (>= 0.1.1)
124
+ net-imap
125
+ net-pop
126
+ net-smtp
127
+ marcel (1.2.1)
128
+ memory_profiler (0.9.14)
129
+ method_source (1.1.0)
130
+ mini_magick (5.3.3)
131
+ logger
132
+ mini_mime (1.1.5)
133
+ mini_portile2 (2.8.9)
134
+ minitest (5.26.1)
135
+ net-imap (0.4.25)
136
+ date
137
+ net-protocol
138
+ net-pop (0.1.2)
139
+ net-protocol
140
+ net-protocol (0.2.2)
141
+ timeout
142
+ net-smtp (0.5.1)
143
+ net-protocol
144
+ nio4r (2.7.5)
145
+ nokogiri (1.15.7)
146
+ mini_portile2 (~> 2.8.2)
147
+ racc (~> 1.4)
148
+ nokogiri (1.15.7-aarch64-linux)
149
+ racc (~> 1.4)
150
+ nokogiri (1.15.7-x86_64-linux)
151
+ racc (~> 1.4)
152
+ pp (0.6.4)
153
+ prettyprint
154
+ prettyprint (0.2.0)
155
+ prism (1.9.0)
156
+ psych (3.0.3)
157
+ racc (1.8.1)
158
+ rack (2.2.24)
159
+ rack-test (2.2.0)
160
+ rack (>= 1.3)
161
+ rails (6.0.6.1)
162
+ actioncable (= 6.0.6.1)
163
+ actionmailbox (= 6.0.6.1)
164
+ actionmailer (= 6.0.6.1)
165
+ actionpack (= 6.0.6.1)
166
+ actiontext (= 6.0.6.1)
167
+ actionview (= 6.0.6.1)
168
+ activejob (= 6.0.6.1)
169
+ activemodel (= 6.0.6.1)
170
+ activerecord (= 6.0.6.1)
171
+ activestorage (= 6.0.6.1)
172
+ activesupport (= 6.0.6.1)
173
+ bundler (>= 1.3.0)
174
+ railties (= 6.0.6.1)
175
+ sprockets-rails (>= 2.0.0)
176
+ rails-dom-testing (2.3.0)
177
+ activesupport (>= 5.0.0)
178
+ minitest
179
+ nokogiri (>= 1.6)
180
+ rails-html-sanitizer (1.7.1)
181
+ loofah (~> 2.25, >= 2.25.2)
182
+ 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)
183
+ railties (6.0.6.1)
184
+ actionpack (= 6.0.6.1)
185
+ activesupport (= 6.0.6.1)
186
+ method_source
187
+ rake (>= 0.8.7)
188
+ thor (>= 0.20.3, < 2.0)
189
+ rake (12.3.3)
190
+ rdoc (6.3.4.1)
191
+ reline (0.7.0)
192
+ io-console (~> 0.5)
193
+ rexml (3.4.1)
194
+ rspec (3.13.2)
195
+ rspec-core (~> 3.13.0)
196
+ rspec-expectations (~> 3.13.0)
197
+ rspec-mocks (~> 3.13.0)
198
+ rspec-core (3.13.6)
199
+ rspec-support (~> 3.13.0)
200
+ rspec-expectations (3.13.5)
201
+ diff-lcs (>= 1.2.0, < 2.0)
202
+ rspec-support (~> 3.13.0)
203
+ rspec-mocks (3.13.8)
204
+ diff-lcs (>= 1.2.0, < 2.0)
205
+ rspec-support (~> 3.13.0)
206
+ rspec-rails (4.1.2)
207
+ actionpack (>= 4.2)
208
+ activesupport (>= 4.2)
209
+ railties (>= 4.2)
210
+ rspec-core (~> 3.10)
211
+ rspec-expectations (~> 3.10)
212
+ rspec-mocks (~> 3.10)
213
+ rspec-support (~> 3.10)
214
+ rspec-retry (0.6.2)
215
+ rspec-core (> 3.3)
216
+ rspec-support (3.13.7)
217
+ sequel (5.107.0)
218
+ bigdecimal
219
+ simplecov (0.22.0)
220
+ docile (~> 1.1)
221
+ simplecov-html (~> 0.11)
222
+ simplecov_json_formatter (~> 0.1)
223
+ simplecov-cobertura (3.2.0)
224
+ rexml
225
+ simplecov (~> 0.19)
226
+ simplecov-html (0.13.2)
227
+ simplecov_json_formatter (0.1.4)
228
+ sprockets (4.4.0)
229
+ concurrent-ruby (~> 1.1)
230
+ logger
231
+ rack (>= 2.2.4, < 4)
232
+ sprockets-rails (3.4.2)
233
+ actionpack (>= 5.2)
234
+ activesupport (>= 5.2)
235
+ sprockets (>= 3.0.0)
236
+ sqlite3 (1.4.4)
237
+ thor (1.5.0)
238
+ thread_safe (0.3.6)
239
+ timeout (0.6.1)
240
+ tzinfo (1.2.11)
241
+ thread_safe (~> 0.1)
242
+ websocket-driver (0.8.2)
243
+ base64
244
+ websocket-extensions (>= 0.1.0)
245
+ websocket-extensions (0.1.5)
246
+ zeitwerk (2.6.18)
247
+
248
+ PLATFORMS
249
+ aarch64-linux
250
+ ruby
251
+ x86_64-linux
252
+
253
+ DEPENDENCIES
254
+ activerecord-jdbcmysql-adapter
255
+ benchmark-ips
256
+ benchmark-ipsa
257
+ benchmark-memory
258
+ benchmark_driver
259
+ cgi
260
+ debug!
261
+ delayed_job
262
+ delayed_job_active_record
263
+ irb
264
+ jdbc-sqlite3
265
+ mini_magick
266
+ psych (~> 3.0.0)
267
+ rails (~> 6.0.0)
268
+ rake (~> 12.0)
269
+ rexml (= 3.4.1)
270
+ rspec
271
+ rspec-rails (~> 4.0)
272
+ rspec-retry
273
+ sentry-rails!
274
+ sentry-ruby!
275
+ sequel
276
+ simplecov
277
+ simplecov-cobertura (~> 3.0)
278
+ sprockets-rails
279
+ sqlite3 (~> 1.4.0)
280
+
281
+ BUNDLED WITH
282
+ 2.4.22
@@ -0,0 +1,294 @@
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 (6.1.7.10)
28
+ actionpack (= 6.1.7.10)
29
+ activesupport (= 6.1.7.10)
30
+ nio4r (~> 2.0)
31
+ websocket-driver (>= 0.6.1)
32
+ actionmailbox (6.1.7.10)
33
+ actionpack (= 6.1.7.10)
34
+ activejob (= 6.1.7.10)
35
+ activerecord (= 6.1.7.10)
36
+ activestorage (= 6.1.7.10)
37
+ activesupport (= 6.1.7.10)
38
+ mail (>= 2.7.1)
39
+ actionmailer (6.1.7.10)
40
+ actionpack (= 6.1.7.10)
41
+ actionview (= 6.1.7.10)
42
+ activejob (= 6.1.7.10)
43
+ activesupport (= 6.1.7.10)
44
+ mail (~> 2.5, >= 2.5.4)
45
+ rails-dom-testing (~> 2.0)
46
+ actionpack (6.1.7.10)
47
+ actionview (= 6.1.7.10)
48
+ activesupport (= 6.1.7.10)
49
+ rack (~> 2.0, >= 2.0.9)
50
+ rack-test (>= 0.6.3)
51
+ rails-dom-testing (~> 2.0)
52
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
53
+ actiontext (6.1.7.10)
54
+ actionpack (= 6.1.7.10)
55
+ activerecord (= 6.1.7.10)
56
+ activestorage (= 6.1.7.10)
57
+ activesupport (= 6.1.7.10)
58
+ nokogiri (>= 1.8.5)
59
+ actionview (6.1.7.10)
60
+ activesupport (= 6.1.7.10)
61
+ builder (~> 3.1)
62
+ erubi (~> 1.4)
63
+ rails-dom-testing (~> 2.0)
64
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
65
+ activejob (6.1.7.10)
66
+ activesupport (= 6.1.7.10)
67
+ globalid (>= 0.3.6)
68
+ activemodel (6.1.7.10)
69
+ activesupport (= 6.1.7.10)
70
+ activerecord (6.1.7.10)
71
+ activemodel (= 6.1.7.10)
72
+ activesupport (= 6.1.7.10)
73
+ activestorage (6.1.7.10)
74
+ actionpack (= 6.1.7.10)
75
+ activejob (= 6.1.7.10)
76
+ activerecord (= 6.1.7.10)
77
+ activesupport (= 6.1.7.10)
78
+ marcel (~> 1.0)
79
+ mini_mime (>= 1.1.0)
80
+ activesupport (6.1.7.10)
81
+ concurrent-ruby (~> 1.0, >= 1.0.2)
82
+ i18n (>= 1.6, < 2)
83
+ minitest (>= 5.1)
84
+ tzinfo (~> 2.0)
85
+ zeitwerk (~> 2.3)
86
+ base64 (0.3.0)
87
+ benchmark (0.5.0)
88
+ benchmark-ips (2.5.0)
89
+ benchmark-ipsa (0.2.0)
90
+ benchmark-ips (~> 2.5.0)
91
+ memory_profiler (~> 0.9.6)
92
+ benchmark-memory (0.1.2)
93
+ memory_profiler (~> 0.9)
94
+ benchmark_driver (0.16.5)
95
+ bigdecimal (4.1.2)
96
+ builder (3.3.0)
97
+ cgi (0.5.2)
98
+ concurrent-ruby (1.3.8)
99
+ crass (1.0.7)
100
+ date (3.5.1)
101
+ delayed_job (4.2.0)
102
+ activesupport (>= 3.0, < 9.0)
103
+ benchmark
104
+ logger
105
+ delayed_job_active_record (4.1.11)
106
+ activerecord (>= 3.0, < 9.0)
107
+ delayed_job (>= 3.0, < 5)
108
+ diff-lcs (1.6.2)
109
+ docile (1.4.1)
110
+ erb (4.0.4.1)
111
+ cgi (>= 0.3.3)
112
+ erubi (1.13.1)
113
+ globalid (1.4.0)
114
+ activesupport (>= 6.1)
115
+ i18n (1.14.8)
116
+ concurrent-ruby (~> 1.0)
117
+ io-console (0.9.2)
118
+ irb (1.18.0)
119
+ pp (>= 0.6.0)
120
+ prism (>= 1.3.0)
121
+ rdoc (>= 4.0.0)
122
+ reline (>= 0.4.2)
123
+ logger (1.7.0)
124
+ loofah (2.25.2)
125
+ crass (~> 1.0.2)
126
+ nokogiri (>= 1.12.0)
127
+ mail (2.9.1)
128
+ logger
129
+ mini_mime (>= 0.1.1)
130
+ net-imap
131
+ net-pop
132
+ net-smtp
133
+ marcel (1.2.1)
134
+ memory_profiler (0.9.14)
135
+ method_source (1.1.0)
136
+ mini_magick (5.3.3)
137
+ logger
138
+ mini_mime (1.1.5)
139
+ mini_portile2 (2.8.9)
140
+ minitest (5.26.1)
141
+ net-imap (0.4.25)
142
+ date
143
+ net-protocol
144
+ net-pop (0.1.2)
145
+ net-protocol
146
+ net-protocol (0.2.2)
147
+ timeout
148
+ net-smtp (0.5.1)
149
+ net-protocol
150
+ nio4r (2.7.5)
151
+ nokogiri (1.15.7)
152
+ mini_portile2 (~> 2.8.2)
153
+ racc (~> 1.4)
154
+ nokogiri (1.15.7-aarch64-linux)
155
+ racc (~> 1.4)
156
+ nokogiri (1.15.7-x86_64-linux)
157
+ racc (~> 1.4)
158
+ pp (0.6.4)
159
+ prettyprint
160
+ prettyprint (0.2.0)
161
+ prism (1.9.0)
162
+ psych (5.5.0)
163
+ date
164
+ stringio
165
+ racc (1.8.1)
166
+ rack (2.2.24)
167
+ rack-test (2.2.0)
168
+ rack (>= 1.3)
169
+ rails (6.1.7.10)
170
+ actioncable (= 6.1.7.10)
171
+ actionmailbox (= 6.1.7.10)
172
+ actionmailer (= 6.1.7.10)
173
+ actionpack (= 6.1.7.10)
174
+ actiontext (= 6.1.7.10)
175
+ actionview (= 6.1.7.10)
176
+ activejob (= 6.1.7.10)
177
+ activemodel (= 6.1.7.10)
178
+ activerecord (= 6.1.7.10)
179
+ activestorage (= 6.1.7.10)
180
+ activesupport (= 6.1.7.10)
181
+ bundler (>= 1.15.0)
182
+ railties (= 6.1.7.10)
183
+ sprockets-rails (>= 2.0.0)
184
+ rails-dom-testing (2.3.0)
185
+ activesupport (>= 5.0.0)
186
+ minitest
187
+ nokogiri (>= 1.6)
188
+ rails-html-sanitizer (1.7.1)
189
+ loofah (~> 2.25, >= 2.25.2)
190
+ 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)
191
+ railties (6.1.7.10)
192
+ actionpack (= 6.1.7.10)
193
+ activesupport (= 6.1.7.10)
194
+ method_source
195
+ rake (>= 12.2)
196
+ thor (~> 1.0)
197
+ rake (12.3.3)
198
+ rdoc (7.2.0)
199
+ erb
200
+ psych (>= 4.0.0)
201
+ tsort
202
+ reline (0.7.0)
203
+ io-console (~> 0.5)
204
+ rexml (3.4.1)
205
+ rspec (3.13.2)
206
+ rspec-core (~> 3.13.0)
207
+ rspec-expectations (~> 3.13.0)
208
+ rspec-mocks (~> 3.13.0)
209
+ rspec-core (3.13.6)
210
+ rspec-support (~> 3.13.0)
211
+ rspec-expectations (3.13.5)
212
+ diff-lcs (>= 1.2.0, < 2.0)
213
+ rspec-support (~> 3.13.0)
214
+ rspec-mocks (3.13.8)
215
+ diff-lcs (>= 1.2.0, < 2.0)
216
+ rspec-support (~> 3.13.0)
217
+ rspec-rails (6.1.5)
218
+ actionpack (>= 6.1)
219
+ activesupport (>= 6.1)
220
+ railties (>= 6.1)
221
+ rspec-core (~> 3.13)
222
+ rspec-expectations (~> 3.13)
223
+ rspec-mocks (~> 3.13)
224
+ rspec-support (~> 3.13)
225
+ rspec-retry (0.6.2)
226
+ rspec-core (> 3.3)
227
+ rspec-support (3.13.7)
228
+ sequel (5.107.0)
229
+ bigdecimal
230
+ simplecov (0.22.0)
231
+ docile (~> 1.1)
232
+ simplecov-html (~> 0.11)
233
+ simplecov_json_formatter (~> 0.1)
234
+ simplecov-cobertura (3.2.0)
235
+ rexml
236
+ simplecov (~> 0.19)
237
+ simplecov-html (0.13.2)
238
+ simplecov_json_formatter (0.1.4)
239
+ sprockets (4.4.0)
240
+ concurrent-ruby (~> 1.1)
241
+ logger
242
+ rack (>= 2.2.4, < 4)
243
+ sprockets-rails (3.5.2)
244
+ actionpack (>= 6.1)
245
+ activesupport (>= 6.1)
246
+ sprockets (>= 3.0.0)
247
+ sqlite3 (1.7.3)
248
+ mini_portile2 (~> 2.8.0)
249
+ stringio (3.2.0)
250
+ thor (1.5.0)
251
+ timeout (0.6.1)
252
+ tsort (0.2.0)
253
+ tzinfo (2.0.6)
254
+ concurrent-ruby (~> 1.0)
255
+ websocket-driver (0.8.2)
256
+ base64
257
+ websocket-extensions (>= 0.1.0)
258
+ websocket-extensions (0.1.5)
259
+ zeitwerk (2.6.18)
260
+
261
+ PLATFORMS
262
+ aarch64-linux
263
+ ruby
264
+ x86_64-linux
265
+
266
+ DEPENDENCIES
267
+ activerecord-jdbcmysql-adapter
268
+ benchmark-ips
269
+ benchmark-ipsa
270
+ benchmark-memory
271
+ benchmark_driver
272
+ cgi
273
+ debug!
274
+ delayed_job
275
+ delayed_job_active_record
276
+ irb
277
+ jdbc-sqlite3
278
+ mini_magick
279
+ rails (~> 6.1.0)
280
+ rake (~> 12.0)
281
+ rexml (= 3.4.1)
282
+ rspec
283
+ rspec-rails (~> 6.0)
284
+ rspec-retry
285
+ sentry-rails!
286
+ sentry-ruby!
287
+ sequel
288
+ simplecov
289
+ simplecov-cobertura (~> 3.0)
290
+ sprockets-rails
291
+ sqlite3 (~> 1.7.3)
292
+
293
+ BUNDLED WITH
294
+ 2.4.22