sentry-delayed_job 6.6.2 → 6.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4db0d82bf5c3c4196e25a96b22911fb570b352fb6c0786481e69280f6fe664c0
4
- data.tar.gz: ad6a97ee7b8e42e94145baf91e4b115c92f80cdba3578fe7d9f4199fd8944506
3
+ metadata.gz: 29e426a804836d4868f5f3b486d5e75d6fb02a35636e5489e9766a01caf82fde
4
+ data.tar.gz: 462007e0e09c6e4a1a7b63fa4cdc135a77fe3367ddcd6561eb84601a92400b5e
5
5
  SHA512:
6
- metadata.gz: 4d1c64378fe17c9d73596188911c91a60cc662d9b8c94872e1262d0922ba996508444fa7166f2a01ab2aa291675c059590c977c859f1f59df6a8494c83cdfa23
7
- data.tar.gz: eb9f6883908f0e223a9f4ea776975ba503402f4f049796746763b85ac5d1c4a4f01d5ceb551ee99195de32cdf5d0b0ef51802067cca1449fd53ad9f984dc8edf
6
+ metadata.gz: 01c94e6a2b5df88b0770d416771e4c7cd508ff099638ea5a0e5d7aee65333d80f0c1979630976ca67c28ba1f017eb4c88a5a44e390e88655ae072e03e9ae0afe
7
+ data.tar.gz: a03e0eeb397b3c390dc3b3aaefa14bc477f8d1893e882e941ddca0399af00ced1229672b9967a51fd565f617bfd89488487860e9ef964c951b05d050a3ce40ba
data/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
 
13
13
  [![Gem Version](https://img.shields.io/gem/v/sentry-delayed_job.svg)](https://rubygems.org/gems/sentry-delayed_job)
14
- ![Build Status](https://github.com/getsentry/sentry-ruby/actions/workflows/sentry_delayed_job_test.yml/badge.svg)
14
+ ![Build Status](https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml/badge.svg)
15
15
  [![Coverage Status](https://img.shields.io/codecov/c/github/getsentry/sentry-ruby/master?logo=codecov)](https://codecov.io/gh/getsentry/sentry-ruby/branch/master)
16
16
  [![Gem](https://img.shields.io/gem/dt/sentry-delayed_job.svg)](https://rubygems.org/gems/sentry-delayed_job/)
17
17
  [![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=sentry-delayed_job&package-manager=bundler&version-scheme=semver)](https://dependabot.com/compatibility-score.html?dependency-name=sentry-delayed_job&package-manager=bundler&version-scheme=semver)
data/bin/test ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env bash
2
+
3
+ # Thin wrapper so you can run this gem's specs from inside its own directory:
4
+ # forwards to the repo-root bin/test scoped to this gem (--gem <thisgem>). All
5
+ # args pass through, so spec paths and flags work as documented there.
6
+ #
7
+ # bin/test # auto-pick the newest installed Ruby cell
8
+ # bin/test spec/.../foo_spec.rb # forward args to rspec
9
+ # bin/test --cell <path> # pin an exact cell
10
+ # bin/test --rake # run `bundle exec rake` like CI
11
+ #
12
+ # See `../../bin/test --help` for the full interface.
13
+ set -euo pipefail
14
+ gem_dir="$(cd "$(dirname "$0")/.." && pwd)"
15
+ exec "$(dirname "$gem_dir")/bin/test" --gem "$(basename "$gem_dir")" "$@"
@@ -0,0 +1,299 @@
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.6.2)
13
+ railties (>= 5.2.0)
14
+ sentry-ruby (~> 6.6.2)
15
+
16
+ PATH
17
+ remote: ../../sentry-ruby
18
+ specs:
19
+ sentry-ruby (6.6.2)
20
+ bigdecimal
21
+ concurrent-ruby (~> 1.0, >= 1.0.2)
22
+ logger
23
+
24
+ PATH
25
+ remote: ..
26
+ specs:
27
+ sentry-delayed_job (6.6.2)
28
+ delayed_job (>= 4.0)
29
+ sentry-ruby (~> 6.6.2)
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
+ 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
+ globalid (1.4.0)
136
+ activesupport (>= 6.1)
137
+ i18n (1.14.8)
138
+ concurrent-ruby (~> 1.0)
139
+ io-console (0.8.2)
140
+ irb (1.18.0)
141
+ pp (>= 0.6.0)
142
+ prism (>= 1.3.0)
143
+ rdoc (>= 4.0.0)
144
+ reline (>= 0.4.2)
145
+ logger (1.7.0)
146
+ loofah (2.25.2)
147
+ crass (~> 1.0.2)
148
+ nokogiri (>= 1.12.0)
149
+ mail (2.9.1)
150
+ logger
151
+ mini_mime (>= 0.1.1)
152
+ net-imap
153
+ net-pop
154
+ net-smtp
155
+ marcel (1.2.1)
156
+ mini_mime (1.1.5)
157
+ mini_portile2 (2.8.9)
158
+ minitest (5.26.1)
159
+ mutex_m (0.3.0)
160
+ net-imap (0.4.25)
161
+ date
162
+ net-protocol
163
+ net-pop (0.1.2)
164
+ net-protocol
165
+ net-protocol (0.2.2)
166
+ timeout
167
+ net-smtp (0.5.1)
168
+ net-protocol
169
+ nio4r (2.7.5)
170
+ nokogiri (1.15.7)
171
+ mini_portile2 (~> 2.8.2)
172
+ racc (~> 1.4)
173
+ nokogiri (1.15.7-aarch64-linux)
174
+ racc (~> 1.4)
175
+ nokogiri (1.15.7-x86_64-linux)
176
+ racc (~> 1.4)
177
+ pp (0.6.4)
178
+ prettyprint
179
+ prettyprint (0.2.0)
180
+ prism (1.9.0)
181
+ psych (5.4.0)
182
+ date
183
+ stringio
184
+ racc (1.8.1)
185
+ rack (3.2.6)
186
+ rack-session (2.1.2)
187
+ base64 (>= 0.1.0)
188
+ rack (>= 3.0.0)
189
+ rack-test (2.2.0)
190
+ rack (>= 1.3)
191
+ rackup (2.3.1)
192
+ rack (>= 3)
193
+ rails (7.1.6)
194
+ actioncable (= 7.1.6)
195
+ actionmailbox (= 7.1.6)
196
+ actionmailer (= 7.1.6)
197
+ actionpack (= 7.1.6)
198
+ actiontext (= 7.1.6)
199
+ actionview (= 7.1.6)
200
+ activejob (= 7.1.6)
201
+ activemodel (= 7.1.6)
202
+ activerecord (= 7.1.6)
203
+ activestorage (= 7.1.6)
204
+ activesupport (= 7.1.6)
205
+ bundler (>= 1.15.0)
206
+ railties (= 7.1.6)
207
+ rails-dom-testing (2.3.0)
208
+ activesupport (>= 5.0.0)
209
+ minitest
210
+ nokogiri (>= 1.6)
211
+ rails-html-sanitizer (1.7.1)
212
+ loofah (~> 2.25, >= 2.25.2)
213
+ 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)
214
+ railties (7.1.6)
215
+ actionpack (= 7.1.6)
216
+ activesupport (= 7.1.6)
217
+ cgi
218
+ irb
219
+ rackup (>= 1.0.0)
220
+ rake (>= 12.2)
221
+ thor (~> 1.0, >= 1.2.2)
222
+ tsort (>= 0.2)
223
+ zeitwerk (~> 2.6)
224
+ rake (12.3.3)
225
+ rdoc (7.2.0)
226
+ erb
227
+ psych (>= 4.0.0)
228
+ tsort
229
+ reline (0.6.3)
230
+ io-console (~> 0.5)
231
+ rexml (3.4.1)
232
+ rspec (3.13.2)
233
+ rspec-core (~> 3.13.0)
234
+ rspec-expectations (~> 3.13.0)
235
+ rspec-mocks (~> 3.13.0)
236
+ rspec-core (3.13.6)
237
+ rspec-support (~> 3.13.0)
238
+ rspec-expectations (3.13.5)
239
+ diff-lcs (>= 1.2.0, < 2.0)
240
+ rspec-support (~> 3.13.0)
241
+ rspec-mocks (3.13.8)
242
+ diff-lcs (>= 1.2.0, < 2.0)
243
+ rspec-support (~> 3.13.0)
244
+ rspec-retry (0.6.2)
245
+ rspec-core (> 3.3)
246
+ rspec-support (3.13.7)
247
+ securerandom (0.3.2)
248
+ simplecov (0.22.0)
249
+ docile (~> 1.1)
250
+ simplecov-html (~> 0.11)
251
+ simplecov_json_formatter (~> 0.1)
252
+ simplecov-cobertura (3.2.0)
253
+ rexml
254
+ simplecov (~> 0.19)
255
+ simplecov-html (0.13.2)
256
+ simplecov_json_formatter (0.1.4)
257
+ sqlite3 (1.6.9)
258
+ mini_portile2 (~> 2.8.0)
259
+ sqlite3 (1.6.9-aarch64-linux)
260
+ sqlite3 (1.6.9-x86_64-linux)
261
+ stringio (3.2.0)
262
+ thor (1.5.0)
263
+ timeout (0.6.1)
264
+ tsort (0.2.0)
265
+ tzinfo (2.0.6)
266
+ concurrent-ruby (~> 1.0)
267
+ websocket-driver (0.8.2)
268
+ base64
269
+ websocket-extensions (>= 0.1.0)
270
+ websocket-extensions (0.1.5)
271
+ zeitwerk (2.6.18)
272
+
273
+ PLATFORMS
274
+ aarch64-linux
275
+ ruby
276
+ x86_64-linux
277
+
278
+ DEPENDENCIES
279
+ activerecord-jdbcmysql-adapter
280
+ cgi
281
+ debug!
282
+ delayed_job
283
+ delayed_job_active_record
284
+ irb
285
+ jdbc-sqlite3
286
+ rails (> 5.2.0)
287
+ rake (~> 12.0)
288
+ rexml (= 3.4.1)
289
+ rspec
290
+ rspec-retry
291
+ sentry-delayed_job!
292
+ sentry-rails!
293
+ sentry-ruby!
294
+ simplecov
295
+ simplecov-cobertura (~> 3.0)
296
+ sqlite3 (~> 1.6.0)
297
+
298
+ BUNDLED WITH
299
+ 2.4.22
@@ -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.6.2)
13
+ railties (>= 5.2.0)
14
+ sentry-ruby (~> 6.6.2)
15
+
16
+ PATH
17
+ remote: ../../sentry-ruby
18
+ specs:
19
+ sentry-ruby (6.6.2)
20
+ bigdecimal
21
+ concurrent-ruby (~> 1.0, >= 1.0.2)
22
+ logger
23
+
24
+ PATH
25
+ remote: ..
26
+ specs:
27
+ sentry-delayed_job (6.6.2)
28
+ delayed_job (>= 4.0)
29
+ sentry-ruby (~> 6.6.2)
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
+ 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
+ globalid (1.4.0)
136
+ activesupport (>= 6.1)
137
+ i18n (1.14.8)
138
+ concurrent-ruby (~> 1.0)
139
+ io-console (0.8.2)
140
+ irb (1.18.0)
141
+ pp (>= 0.6.0)
142
+ prism (>= 1.3.0)
143
+ rdoc (>= 4.0.0)
144
+ reline (>= 0.4.2)
145
+ language_server-protocol (3.17.0.6)
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
+ minitest (5.26.1)
159
+ mutex_m (0.3.0)
160
+ net-imap (0.4.25)
161
+ date
162
+ net-protocol
163
+ net-pop (0.1.2)
164
+ net-protocol
165
+ net-protocol (0.2.2)
166
+ timeout
167
+ net-smtp (0.5.1)
168
+ net-protocol
169
+ nio4r (2.7.5)
170
+ nokogiri (1.17.2-aarch64-linux)
171
+ racc (~> 1.4)
172
+ nokogiri (1.17.2-arm-linux)
173
+ racc (~> 1.4)
174
+ nokogiri (1.17.2-arm64-darwin)
175
+ racc (~> 1.4)
176
+ nokogiri (1.17.2-x86-linux)
177
+ racc (~> 1.4)
178
+ nokogiri (1.17.2-x86_64-darwin)
179
+ racc (~> 1.4)
180
+ nokogiri (1.17.2-x86_64-linux)
181
+ racc (~> 1.4)
182
+ pp (0.6.4)
183
+ prettyprint
184
+ prettyprint (0.2.0)
185
+ prism (1.9.0)
186
+ psych (5.4.0)
187
+ date
188
+ stringio
189
+ racc (1.8.1)
190
+ rack (3.2.6)
191
+ rack-session (2.1.2)
192
+ base64 (>= 0.1.0)
193
+ rack (>= 3.0.0)
194
+ rack-test (2.2.0)
195
+ rack (>= 1.3)
196
+ rackup (2.3.1)
197
+ rack (>= 3)
198
+ rails (7.1.6)
199
+ actioncable (= 7.1.6)
200
+ actionmailbox (= 7.1.6)
201
+ actionmailer (= 7.1.6)
202
+ actionpack (= 7.1.6)
203
+ actiontext (= 7.1.6)
204
+ actionview (= 7.1.6)
205
+ activejob (= 7.1.6)
206
+ activemodel (= 7.1.6)
207
+ activerecord (= 7.1.6)
208
+ activestorage (= 7.1.6)
209
+ activesupport (= 7.1.6)
210
+ bundler (>= 1.15.0)
211
+ railties (= 7.1.6)
212
+ rails-dom-testing (2.3.0)
213
+ activesupport (>= 5.0.0)
214
+ minitest
215
+ nokogiri (>= 1.6)
216
+ rails-html-sanitizer (1.7.1)
217
+ loofah (~> 2.25, >= 2.25.2)
218
+ 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)
219
+ railties (7.1.6)
220
+ actionpack (= 7.1.6)
221
+ activesupport (= 7.1.6)
222
+ cgi
223
+ irb
224
+ rackup (>= 1.0.0)
225
+ rake (>= 12.2)
226
+ thor (~> 1.0, >= 1.2.2)
227
+ tsort (>= 0.2)
228
+ zeitwerk (~> 2.6)
229
+ rake (12.3.3)
230
+ rbs (3.6.1)
231
+ logger
232
+ rdoc (7.2.0)
233
+ erb
234
+ psych (>= 4.0.0)
235
+ tsort
236
+ reline (0.6.3)
237
+ io-console (~> 0.5)
238
+ rexml (3.4.1)
239
+ rspec (3.13.2)
240
+ rspec-core (~> 3.13.0)
241
+ rspec-expectations (~> 3.13.0)
242
+ rspec-mocks (~> 3.13.0)
243
+ rspec-core (3.13.6)
244
+ rspec-support (~> 3.13.0)
245
+ rspec-expectations (3.13.5)
246
+ diff-lcs (>= 1.2.0, < 2.0)
247
+ rspec-support (~> 3.13.0)
248
+ rspec-mocks (3.13.8)
249
+ diff-lcs (>= 1.2.0, < 2.0)
250
+ rspec-support (~> 3.13.0)
251
+ rspec-retry (0.6.2)
252
+ rspec-core (> 3.3)
253
+ rspec-support (3.13.7)
254
+ ruby-lsp (0.26.10)
255
+ language_server-protocol (~> 3.17.0)
256
+ prism (>= 1.2, < 2.0)
257
+ rbs (>= 3, < 5)
258
+ ruby-lsp-rspec (0.1.29)
259
+ ruby-lsp (~> 0.26.0)
260
+ securerandom (0.3.2)
261
+ simplecov (0.22.0)
262
+ docile (~> 1.1)
263
+ simplecov-html (~> 0.11)
264
+ simplecov_json_formatter (~> 0.1)
265
+ simplecov-cobertura (3.2.0)
266
+ rexml
267
+ simplecov (~> 0.19)
268
+ simplecov-html (0.13.2)
269
+ simplecov_json_formatter (0.1.4)
270
+ sqlite3 (1.7.3-aarch64-linux)
271
+ sqlite3 (1.7.3-arm-linux)
272
+ sqlite3 (1.7.3-arm64-darwin)
273
+ sqlite3 (1.7.3-x86-linux)
274
+ sqlite3 (1.7.3-x86_64-darwin)
275
+ sqlite3 (1.7.3-x86_64-linux)
276
+ stringio (3.2.0)
277
+ thor (1.5.0)
278
+ timeout (0.6.1)
279
+ tsort (0.2.0)
280
+ tzinfo (2.0.6)
281
+ concurrent-ruby (~> 1.0)
282
+ websocket-driver (0.8.2)
283
+ base64
284
+ websocket-extensions (>= 0.1.0)
285
+ websocket-extensions (0.1.5)
286
+ zeitwerk (2.6.18)
287
+
288
+ PLATFORMS
289
+ aarch64-linux
290
+ arm-linux
291
+ arm64-darwin
292
+ x86-linux
293
+ x86_64-darwin
294
+ x86_64-linux
295
+
296
+ DEPENDENCIES
297
+ activerecord-jdbcmysql-adapter
298
+ cgi
299
+ debug!
300
+ delayed_job
301
+ delayed_job_active_record
302
+ irb
303
+ jdbc-sqlite3
304
+ rails (> 5.2.0)
305
+ rake (~> 12.0)
306
+ rexml (= 3.4.1)
307
+ rspec
308
+ rspec-retry
309
+ ruby-lsp-rspec
310
+ sentry-delayed_job!
311
+ sentry-rails!
312
+ sentry-ruby!
313
+ simplecov
314
+ simplecov-cobertura (~> 3.0)
315
+ sqlite3 (~> 1.7.0)
316
+
317
+ BUNDLED WITH
318
+ 2.5.23