forked from bullet-train-co/bullet_train
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
663 lines (656 loc) · 15.9 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
GIT
remote: https://github.com/brentd/xray-rails.git
revision: 4f6cca0cd01417d6be6a774314f941d52c660e4d
ref: 4f6cca0
specs:
xray-rails (0.3.2)
rails (>= 3.1.0)
GIT
remote: https://github.com/bullet-train-co/active_hash.git
revision: a6628bc65e7c099ec9428c2bfe1e292ef01f1ef1
specs:
active_hash (3.1.0)
activesupport (>= 5.0.0)
GIT
remote: https://github.com/bullet-train-co/wine_bouncer.git
revision: 638eef8b4087532ac8950d9961552536a8de6660
specs:
wine_bouncer (1.0.4)
doorkeeper (>= 1.4, < 6.0)
grape (>= 0.10)
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.2.3)
actionpack (= 7.0.2.3)
activesupport (= 7.0.2.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.2.3)
actionpack (= 7.0.2.3)
activejob (= 7.0.2.3)
activerecord (= 7.0.2.3)
activestorage (= 7.0.2.3)
activesupport (= 7.0.2.3)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.2.3)
actionpack (= 7.0.2.3)
actionview (= 7.0.2.3)
activejob (= 7.0.2.3)
activesupport (= 7.0.2.3)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.2.3)
actionview (= 7.0.2.3)
activesupport (= 7.0.2.3)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.2.3)
actionpack (= 7.0.2.3)
activerecord (= 7.0.2.3)
activestorage (= 7.0.2.3)
activesupport (= 7.0.2.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.2.3)
activesupport (= 7.0.2.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.2.3)
activesupport (= 7.0.2.3)
globalid (>= 0.3.6)
activemodel (7.0.2.3)
activesupport (= 7.0.2.3)
activerecord (7.0.2.3)
activemodel (= 7.0.2.3)
activesupport (= 7.0.2.3)
activestorage (7.0.2.3)
actionpack (= 7.0.2.3)
activejob (= 7.0.2.3)
activerecord (= 7.0.2.3)
activesupport (= 7.0.2.3)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
api-pagination (5.0.0)
ast (2.4.2)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.571.0)
aws-sdk-core (3.130.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.55.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.113.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
aws-eventstream (~> 1, >= 1.0.2)
aws_cf_signer (0.1.3)
bcrypt (3.1.17)
bindex (0.8.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
bootsnap (1.11.1)
msgpack (~> 1.2)
builder (3.2.4)
bullet_train (1.0.45)
awesome_print
bullet_train-fields
bullet_train-has_uuid
bullet_train-roles
bullet_train-scope_validator
bullet_train-super_load_and_authorize_resource
cable_ready (= 5.0.0.pre8)
cancancan
commonmarker
devise
extended_email_reply_parser
fastimage
figaro
hiredis
http_accept_language
microscope
nice_partials (~> 0.1)
possessive
premailer-rails
pry
pry-stack_explorer
rails (>= 6.0.0)
sidekiq
valid_email
bullet_train-api (1.0.12)
api-pagination
doorkeeper
grape (~> 1.6.0)
grape-cancan
grape-jsonapi
grape-swagger
grape_on_rails_routes
jsonapi-serializer
kaminari
rack-cors
rails (>= 7.0.0)
bullet_train-fields (1.0.5)
chronic
cloudinary
phonelib
rails (>= 6.0.0)
bullet_train-has_uuid (1.0.2)
rails (>= 7.0.0)
bullet_train-incoming_webhooks (1.0.1)
rails (>= 6.0.0)
bullet_train-integrations (1.0.0)
rails (>= 6.0.0)
bullet_train-integrations-stripe (1.0.3)
omniauth
omniauth-rails_csrf_protection
omniauth-stripe-connect
rails (>= 6.0.0)
stripe
bullet_train-obfuscates_id (1.0.2)
hashids
rails (>= 6.0.0)
bullet_train-outgoing_webhooks (1.0.4)
rails (>= 7.0.0)
bullet_train-roles (0.1.6)
active_hash
activesupport
cancancan
bullet_train-scope_questions (1.0.2)
rails (>= 6.0.0)
bullet_train-scope_validator (1.0.2)
bullet_train-sortable (1.0.2)
rails (>= 7.0.0)
bullet_train-super_load_and_authorize_resource (1.0.0)
rails (>= 7.0.0)
bullet_train-super_scaffolding (1.0.21)
indefinite_article
rails (>= 6.0.0)
bullet_train-themes (1.0.7)
rails (>= 7.0.0)
bullet_train-themes-light (1.0.11)
bullet_train-themes-tailwind_css
rails (>= 7.0.0)
bullet_train-themes-tailwind_css (1.0.8)
bullet_train-themes
rails (>= 7.0.0)
cable_ready (5.0.0.pre8)
rails (>= 5.2)
thread-local (>= 1.1.0)
cancancan (3.3.0)
capybara (3.36.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
capybara-email (3.0.2)
capybara (>= 2.4, < 4.0)
mail
charlock_holmes (0.7.7)
childprocess (4.1.0)
chronic (0.10.2)
cloudinary (1.22.0)
aws_cf_signer
rest-client (>= 2.0.0)
code_analyzer (0.5.5)
sexp_processor
coderay (1.1.3)
commonmarker (0.23.4)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
crass (1.0.6)
css_parser (1.11.0)
addressable
cssbundling-rails (1.1.0)
railties (>= 6.0.0)
debug (1.4.0)
irb (>= 1.3.6)
reline (>= 0.2.7)
debug_inspector (1.1.0)
devise (4.8.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
digest (3.1.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.5.4)
railties (>= 5)
dry-configurable (0.14.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.6)
dry-container (0.9.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (0.7.1)
concurrent-ruby (~> 1.0)
dry-inflector (0.2.1)
dry-logic (1.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-types (1.5.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
email_reply_parser (0.5.10)
erubi (1.10.0)
erubis (2.7.0)
extended_email_reply_parser (0.5.1)
activesupport
charlock_holmes
email_reply_parser (~> 0.5.9)
mail
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (2.2.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.1)
fastimage (2.2.6)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
foreman (0.87.2)
globalid (1.0.0)
activesupport (>= 5.0)
grape (1.6.2)
activesupport
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
grape-cancan (0.0.3)
cancancan
grape (~> 1.2)
grape-jsonapi (1.0.1)
grape
jsonapi-serializer
grape-swagger (1.4.2)
grape (~> 1.3)
grape_on_rails_routes (0.3.2)
rails (>= 3.1.1)
hashids (1.0.6)
hashie (5.0.0)
hiredis (0.6.3)
honeybadger (4.11.0)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.4)
domain_name (~> 0.5)
http_accept_language (2.1.1)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
indefinite_article (0.2.4)
activesupport
io-console (0.5.11)
io-wait (0.2.1)
irb (1.4.1)
reline (>= 0.3.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.1)
jsbundling-rails (1.0.2)
railties (>= 6.0.0)
json (2.6.1)
jsonapi-serializer (2.2.0)
activesupport (>= 4.2)
jwt (2.3.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
actionview
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
knapsack_pro (3.2.1)
rake
launchy (2.5.0)
addressable (~> 2.7)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
loofah (2.15.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
magic_test (0.0.9)
capybara (>= 3.0)
pry
pry-stack_explorer
rails (>= 6.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
microscope (1.1.1)
activerecord (>= 4.1.0)
activesupport (>= 4.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
minitest-retry (0.2.2)
minitest (>= 5.0)
msgpack (1.4.5)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.1)
mustermann (>= 1.0.0)
net-imap (0.2.3)
digest
net-protocol
strscan
net-pop (0.1.1)
digest
net-protocol
timeout
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.1)
digest
net-protocol
timeout
netrc (0.11.0)
nice_partials (0.1.6)
actionview (>= 4.2.6)
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.9.1)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.7.2)
oauth2 (~> 1.4)
omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (0.1.2)
actionpack (>= 4.2)
omniauth (>= 1.3.1)
omniauth-stripe-connect (2.10.1)
omniauth (~> 1.3)
omniauth-oauth2 (~> 1.4)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.1.0)
ast (~> 2.4.1)
pg (1.3.4)
phonelib (0.6.57)
possessive (1.0.1)
postmark (1.22.0)
json
postmark-rails (0.22.0)
actionmailer (>= 3.0.0)
postmark (>= 1.21.3, < 2.0)
premailer (1.15.0)
addressable
css_parser (>= 1.6.0)
htmlentities (>= 4.0.0)
premailer-rails (1.11.1)
actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-stack_explorer (0.6.1)
binding_of_caller (~> 1.0)
pry (~> 0.13)
public_suffix (4.0.6)
puma (5.6.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (7.0.2.3)
actioncable (= 7.0.2.3)
actionmailbox (= 7.0.2.3)
actionmailer (= 7.0.2.3)
actionpack (= 7.0.2.3)
actiontext (= 7.0.2.3)
actionview (= 7.0.2.3)
activejob (= 7.0.2.3)
activemodel (= 7.0.2.3)
activerecord (= 7.0.2.3)
activestorage (= 7.0.2.3)
activesupport (= 7.0.2.3)
bundler (>= 1.15.0)
railties (= 7.0.2.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails_autoscale_agent (0.11.0)
rails_best_practices (1.23.1)
activesupport
code_analyzer (~> 0.5.5)
erubis
i18n
json
require_all (~> 3.0)
ruby-progressbar
railties (7.0.2.3)
actionpack (= 7.0.2.3)
activesupport (= 7.0.2.3)
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
redis (4.6.0)
regexp_parser (2.2.1)
reline (0.3.1)
io-console (~> 0.5)
require_all (3.0.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rubocop (1.26.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
sentry-rails (5.2.1)
railties (>= 5.0)
sentry-ruby-core (~> 5.2.1)
sentry-ruby (5.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-ruby-core (= 5.2.1)
sentry-ruby-core (5.2.1)
concurrent-ruby
sentry-sidekiq (5.2.1)
sentry-ruby-core (~> 5.2.1)
sidekiq (>= 3.0)
sexp_processor (4.16.0)
sidekiq (6.4.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
simpleidn (0.2.1)
unf (~> 0.1.4)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
standard (1.9.1)
rubocop (= 1.26.1)
rubocop-performance (= 1.13.3)
stimulus-rails (1.0.4)
railties (>= 6.0.0)
stripe (5.46.0)
strscan (3.0.1)
thor (1.2.1)
thread-local (1.1.0)
timecop (0.9.5)
timeout (0.2.0)
turbo-rails (1.0.1)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
unicode-display_width (2.1.0)
valid_email (0.1.4)
activemodel
mail (>= 2.6.1)
simpleidn
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.0.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.4)
PLATFORMS
ruby
x86_64-linux
DEPENDENCIES
active_hash!
aws-sdk-s3
bootsnap
bullet_train
bullet_train-api
bullet_train-incoming_webhooks
bullet_train-integrations
bullet_train-integrations-stripe
bullet_train-obfuscates_id
bullet_train-outgoing_webhooks
bullet_train-scope_questions
bullet_train-sortable
bullet_train-super_scaffolding
bullet_train-themes-light
capybara
capybara-email
cssbundling-rails
debug
devise
factory_bot_rails
foreman
honeybadger
jbuilder
jsbundling-rails
knapsack_pro
letter_opener
magic_test
minitest-retry
pg (>= 0.18, < 2.0)
postmark-rails
puma (~> 5.0)
rack-mini-profiler
rails (~> 7.0.0)
rails_autoscale_agent
rails_best_practices
redis (~> 4.0)
selenium-webdriver
sentry-rails
sentry-ruby
sentry-sidekiq
sprockets-rails
standard
stimulus-rails
timecop
turbo-rails
tzinfo-data
web-console
webdrivers
wine_bouncer!
xray-rails!
RUBY VERSION
ruby 3.1.1p18
BUNDLED WITH
2.3.8