]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Merge remote-tracking branch 'upstream/pull/5851'
[rails.git] / Gemfile.lock
1 GIT
2   remote: https://github.com/brianhempel/active_record_union.git
3   revision: 8ebe558709aabe039abd24e3e7dd4d4354a6de88
4   ref: master
5   specs:
6     active_record_union (1.3.0)
7       activerecord (>= 6.0)
8
9 GEM
10   remote: https://rubygems.org/
11   specs:
12     aasm (5.5.1)
13       concurrent-ruby (~> 1.0)
14     actioncable (8.0.2)
15       actionpack (= 8.0.2)
16       activesupport (= 8.0.2)
17       nio4r (~> 2.0)
18       websocket-driver (>= 0.6.1)
19       zeitwerk (~> 2.6)
20     actionmailbox (8.0.2)
21       actionpack (= 8.0.2)
22       activejob (= 8.0.2)
23       activerecord (= 8.0.2)
24       activestorage (= 8.0.2)
25       activesupport (= 8.0.2)
26       mail (>= 2.8.0)
27     actionmailer (8.0.2)
28       actionpack (= 8.0.2)
29       actionview (= 8.0.2)
30       activejob (= 8.0.2)
31       activesupport (= 8.0.2)
32       mail (>= 2.8.0)
33       rails-dom-testing (~> 2.2)
34     actionpack (8.0.2)
35       actionview (= 8.0.2)
36       activesupport (= 8.0.2)
37       nokogiri (>= 1.8.5)
38       rack (>= 2.2.4)
39       rack-session (>= 1.0.1)
40       rack-test (>= 0.6.3)
41       rails-dom-testing (~> 2.2)
42       rails-html-sanitizer (~> 1.6)
43       useragent (~> 0.16)
44     actionpack-page_caching (1.2.4)
45       actionpack (>= 4.0.0)
46     actiontext (8.0.2)
47       actionpack (= 8.0.2)
48       activerecord (= 8.0.2)
49       activestorage (= 8.0.2)
50       activesupport (= 8.0.2)
51       globalid (>= 0.6.0)
52       nokogiri (>= 1.8.5)
53     actionview (8.0.2)
54       activesupport (= 8.0.2)
55       builder (~> 3.1)
56       erubi (~> 1.11)
57       rails-dom-testing (~> 2.2)
58       rails-html-sanitizer (~> 1.6)
59     activejob (8.0.2)
60       activesupport (= 8.0.2)
61       globalid (>= 0.3.6)
62     activemodel (8.0.2)
63       activesupport (= 8.0.2)
64     activerecord (8.0.2)
65       activemodel (= 8.0.2)
66       activesupport (= 8.0.2)
67       timeout (>= 0.4.0)
68     activerecord-import (2.2.0)
69       activerecord (>= 4.2)
70     activestorage (8.0.2)
71       actionpack (= 8.0.2)
72       activejob (= 8.0.2)
73       activerecord (= 8.0.2)
74       activesupport (= 8.0.2)
75       marcel (~> 1.0)
76     activesupport (8.0.2)
77       base64
78       benchmark (>= 0.3)
79       bigdecimal
80       concurrent-ruby (~> 1.0, >= 1.3.1)
81       connection_pool (>= 2.2.5)
82       drb
83       i18n (>= 1.6, < 2)
84       logger (>= 1.4.2)
85       minitest (>= 5.1)
86       securerandom (>= 0.3)
87       tzinfo (~> 2.0, >= 2.0.5)
88       uri (>= 0.13.1)
89     addressable (2.8.7)
90       public_suffix (>= 2.0.2, < 7.0)
91     annotaterb (4.17.0)
92       activerecord (>= 6.0.0)
93       activesupport (>= 6.0.0)
94     argon2 (2.3.2)
95       ffi (~> 1.15)
96       ffi-compiler (~> 1.0)
97     ast (2.4.3)
98     autoprefixer-rails (10.4.21.0)
99       execjs (~> 2)
100     aws-eventstream (1.4.0)
101     aws-partitions (1.1136.0)
102     aws-sdk-core (3.227.0)
103       aws-eventstream (~> 1, >= 1.3.0)
104       aws-partitions (~> 1, >= 1.992.0)
105       aws-sigv4 (~> 1.9)
106       base64
107       jmespath (~> 1, >= 1.6.1)
108       logger
109     aws-sdk-kms (1.108.0)
110       aws-sdk-core (~> 3, >= 3.227.0)
111       aws-sigv4 (~> 1.5)
112     aws-sdk-s3 (1.194.0)
113       aws-sdk-core (~> 3, >= 3.227.0)
114       aws-sdk-kms (~> 1)
115       aws-sigv4 (~> 1.5)
116     aws-sigv4 (1.12.1)
117       aws-eventstream (~> 1, >= 1.0.2)
118     base64 (0.3.0)
119     benchmark (0.4.1)
120     better_errors (2.10.1)
121       erubi (>= 1.0.0)
122       rack (>= 0.9.0)
123       rouge (>= 1.0.0)
124     better_html (2.1.1)
125       actionview (>= 6.0)
126       activesupport (>= 6.0)
127       ast (~> 2.0)
128       erubi (~> 1.4)
129       parser (>= 2.4)
130       smart_properties
131     bigdecimal (3.2.2)
132     binding_of_caller (1.0.1)
133       debug_inspector (>= 1.2.0)
134     bootsnap (1.18.6)
135       msgpack (~> 1.2)
136     bootstrap (5.3.5)
137       popper_js (>= 2.11.8, < 3)
138     bootstrap_form (5.4.0)
139       actionpack (>= 6.1)
140       activemodel (>= 6.1)
141     brakeman (7.1.0)
142       racc
143     brotli (0.7.0)
144     builder (3.3.0)
145     bzip2-ffi (1.1.1)
146       ffi (~> 1.0)
147     cancancan (3.6.1)
148     canonical-rails (0.2.17)
149       actionview (>= 4.1, < 8.1)
150     capybara (3.40.0)
151       addressable
152       matrix
153       mini_mime (>= 0.1.3)
154       nokogiri (~> 1.11)
155       rack (>= 1.6.0)
156       rack-test (>= 0.6.3)
157       regexp_parser (>= 1.5, < 3.0)
158       xpath (~> 3.2)
159     childprocess (5.1.0)
160       logger (~> 1.5)
161     claide (1.1.0)
162     claide-plugins (0.9.2)
163       cork
164       nap
165       open4 (~> 1.3)
166     colored2 (3.1.2)
167     concurrent-ruby (1.3.5)
168     config (5.6.1)
169       deep_merge (~> 1.2, >= 1.2.1)
170       ostruct
171     connection_pool (2.5.3)
172     cork (0.3.0)
173       colored2 (~> 3.1)
174     crack (1.0.0)
175       bigdecimal
176       rexml
177     crass (1.0.6)
178     dalli (3.2.8)
179     danger (9.5.3)
180       base64 (~> 0.2)
181       claide (~> 1.0)
182       claide-plugins (>= 0.9.2)
183       colored2 (>= 3.1, < 5)
184       cork (~> 0.1)
185       faraday (>= 0.9.0, < 3.0)
186       faraday-http-cache (~> 2.0)
187       git (>= 1.13, < 3.0)
188       kramdown (>= 2.5.1, < 3.0)
189       kramdown-parser-gfm (~> 1.0)
190       octokit (>= 4.0)
191       pstore (~> 0.1)
192       terminal-table (>= 1, < 5)
193     danger-auto_label (1.3.1)
194       danger-plugin-api (~> 1.0)
195     danger-plugin-api (1.0.0)
196       danger (> 2.0)
197     dartsass-ruby (3.0.2)
198       sass-embedded (~> 1.54, < 1.67)
199     dartsass-sprockets (3.0.0)
200       dartsass-ruby (~> 3.0)
201       railties (>= 4.0.0)
202       sprockets (> 3.0)
203       sprockets-rails
204       tilt
205     date (3.4.1)
206     debug (1.11.0)
207       irb (~> 1.10)
208       reline (>= 0.3.8)
209     debug_inspector (1.2.0)
210     deep_merge (1.2.2)
211     delayed_job (4.1.13)
212       activesupport (>= 3.0, < 9.0)
213     delayed_job_active_record (4.1.11)
214       activerecord (>= 3.0, < 9.0)
215       delayed_job (>= 3.0, < 5)
216     docile (1.4.1)
217     doorkeeper (5.8.2)
218       railties (>= 5)
219     doorkeeper-i18n (5.2.7)
220       doorkeeper (>= 5.2)
221     doorkeeper-openid_connect (1.8.11)
222       doorkeeper (>= 5.5, < 5.9)
223       jwt (>= 2.5)
224       ostruct (>= 0.5)
225     drb (2.2.3)
226     dry-configurable (1.3.0)
227       dry-core (~> 1.1)
228       zeitwerk (~> 2.6)
229     dry-core (1.1.0)
230       concurrent-ruby (~> 1.0)
231       logger
232       zeitwerk (~> 2.6)
233     dry-inflector (1.2.0)
234     dry-initializer (3.2.0)
235     dry-logic (1.6.0)
236       bigdecimal
237       concurrent-ruby (~> 1.0)
238       dry-core (~> 1.1)
239       zeitwerk (~> 2.6)
240     dry-schema (1.14.1)
241       concurrent-ruby (~> 1.0)
242       dry-configurable (~> 1.0, >= 1.0.1)
243       dry-core (~> 1.1)
244       dry-initializer (~> 3.2)
245       dry-logic (~> 1.5)
246       dry-types (~> 1.8)
247       zeitwerk (~> 2.6)
248     dry-types (1.8.3)
249       bigdecimal (~> 3.0)
250       concurrent-ruby (~> 1.0)
251       dry-core (~> 1.0)
252       dry-inflector (~> 1.0)
253       dry-logic (~> 1.4)
254       zeitwerk (~> 2.6)
255     dry-validation (1.11.1)
256       concurrent-ruby (~> 1.0)
257       dry-core (~> 1.1)
258       dry-initializer (~> 3.2)
259       dry-schema (~> 1.14)
260       zeitwerk (~> 2.6)
261     erb (5.0.2)
262     erb_lint (0.9.0)
263       activesupport
264       better_html (>= 2.0.1)
265       parser (>= 2.7.1.4)
266       rainbow
267       rubocop (>= 1)
268       smart_properties
269     erubi (1.13.1)
270     execjs (2.10.0)
271     exifr (1.4.1)
272     factory_bot (6.5.4)
273       activesupport (>= 6.1.0)
274     factory_bot_rails (6.5.0)
275       factory_bot (~> 6.5)
276       railties (>= 6.1.0)
277     faraday (2.13.4)
278       faraday-net_http (>= 2.0, < 3.5)
279       json
280       logger
281     faraday-http-cache (2.5.1)
282       faraday (>= 0.8)
283     faraday-net_http (3.4.1)
284       net-http (>= 0.5.0)
285     ffi (1.17.2)
286     ffi-compiler (1.3.2)
287       ffi (>= 1.15.5)
288       rake
289     ffi-libarchive (1.1.14)
290       ffi (~> 1.0)
291     file_exists (0.2.0)
292     frozen_record (0.27.4)
293       activemodel
294     fspath (3.1.2)
295     gd2-ffij (0.4.0)
296       ffi (>= 1.0.0)
297     git (2.3.3)
298       activesupport (>= 5.0)
299       addressable (~> 2.8)
300       process_executer (~> 1.1)
301       rchardet (~> 1.8)
302     glob (0.4.1)
303     globalid (1.2.1)
304       activesupport (>= 6.1)
305     google-protobuf (3.25.8)
306     hashdiff (1.2.0)
307     hashie (5.0.0)
308     highline (3.1.2)
309       reline
310     htmlentities (4.3.4)
311     http_accept_language (2.1.1)
312     i18n (1.14.7)
313       concurrent-ruby (~> 1.0)
314     i18n-js (4.2.3)
315       glob (>= 0.4.0)
316       i18n
317     i18n-tasks (1.0.15)
318       activesupport (>= 4.0.2)
319       ast (>= 2.1.0)
320       erubi
321       highline (>= 2.0.0)
322       i18n
323       parser (>= 3.2.2.1)
324       rails-i18n
325       rainbow (>= 2.2.2, < 4.0)
326       ruby-progressbar (~> 1.8, >= 1.8.1)
327       terminal-table (>= 1.5.1)
328     image_optim (0.31.4)
329       exifr (~> 1.2, >= 1.2.2)
330       fspath (~> 3.0)
331       image_size (>= 1.5, < 4)
332       in_threads (~> 1.3)
333       progress (~> 3.0, >= 3.0.1)
334     image_optim_rails (0.5.0)
335       image_optim (~> 0.24)
336       railties
337       sprockets
338     image_processing (1.14.0)
339       mini_magick (>= 4.9.5, < 6)
340       ruby-vips (>= 2.0.17, < 3)
341     image_size (3.4.0)
342     in_threads (1.6.0)
343     iniparse (1.5.0)
344     inline_svg (1.10.0)
345       activesupport (>= 3.0)
346       nokogiri (>= 1.6)
347     io-console (0.8.1)
348     irb (1.15.2)
349       pp (>= 0.6.0)
350       rdoc (>= 4.0.0)
351       reline (>= 0.4.2)
352     jbuilder (2.13.0)
353       actionview (>= 5.0.0)
354       activesupport (>= 5.0.0)
355     jmespath (1.6.2)
356     jquery-rails (4.6.0)
357       rails-dom-testing (>= 1, < 3)
358       railties (>= 4.2.0)
359       thor (>= 0.14, < 2.0)
360     json (2.13.2)
361     jwt (2.10.2)
362       base64
363     kgio (2.11.4)
364     kramdown (2.5.1)
365       rexml (>= 3.3.9)
366     kramdown-parser-gfm (1.1.0)
367       kramdown (~> 2.0)
368     language_server-protocol (3.17.0.5)
369     libv8-node (18.19.0.0)
370     libxml-ruby (5.0.4)
371     lint_roller (1.1.0)
372     listen (3.9.0)
373       rb-fsevent (~> 0.10, >= 0.10.3)
374       rb-inotify (~> 0.9, >= 0.9.10)
375     logger (1.7.0)
376     logstasher (2.1.5)
377       activesupport (>= 5.2)
378       request_store
379     loofah (2.24.1)
380       crass (~> 1.0.2)
381       nokogiri (>= 1.12.0)
382     mail (2.8.1)
383       mini_mime (>= 0.1.1)
384       net-imap
385       net-pop
386       net-smtp
387     marcel (1.0.4)
388     matrix (0.4.3)
389     maxminddb (0.1.22)
390     mini_magick (5.3.0)
391       logger
392     mini_mime (1.1.5)
393     mini_portile2 (2.8.9)
394     mini_racer (0.9.0)
395       libv8-node (~> 18.19.0.0)
396     minitest (5.25.5)
397     minitest-focus (1.4.0)
398       minitest (>= 4, < 6)
399     msgpack (1.8.0)
400     multi_json (1.17.0)
401     multi_xml (0.7.2)
402       bigdecimal (~> 3.1)
403     nap (1.1.0)
404     net-http (0.6.0)
405       uri
406     net-imap (0.5.9)
407       date
408       net-protocol
409     net-pop (0.1.2)
410       net-protocol
411     net-protocol (0.2.2)
412       timeout
413     net-smtp (0.5.1)
414       net-protocol
415     nio4r (2.7.4)
416     nokogiri (1.18.9)
417       mini_portile2 (~> 2.8.2)
418       racc (~> 1.4)
419     oauth (1.1.0)
420       oauth-tty (~> 1.0, >= 1.0.1)
421       snaky_hash (~> 2.0)
422       version_gem (~> 1.1)
423     oauth-tty (1.0.5)
424       version_gem (~> 1.1, >= 1.1.1)
425     oauth2 (2.0.12)
426       faraday (>= 0.17.3, < 4.0)
427       jwt (>= 1.0, < 4.0)
428       logger (~> 1.2)
429       multi_xml (~> 0.5)
430       rack (>= 1.2, < 4)
431       snaky_hash (~> 2.0, >= 2.0.3)
432       version_gem (>= 1.1.8, < 3)
433     octokit (10.0.0)
434       faraday (>= 1, < 3)
435       sawyer (~> 0.9)
436     omniauth (2.1.3)
437       hashie (>= 3.4.6)
438       rack (>= 2.2.3)
439       rack-protection
440     omniauth-facebook (10.0.0)
441       bigdecimal
442       omniauth-oauth2 (>= 1.2, < 3)
443     omniauth-github (2.0.1)
444       omniauth (~> 2.0)
445       omniauth-oauth2 (~> 1.8)
446     omniauth-google-oauth2 (1.2.1)
447       jwt (>= 2.9.2)
448       oauth2 (~> 2.0)
449       omniauth (~> 2.0)
450       omniauth-oauth2 (~> 1.8)
451     omniauth-mediawiki (0.0.4)
452       jwt (~> 2.0)
453       omniauth-oauth (~> 1.0)
454     omniauth-microsoft_graph (2.1.0)
455       jwt (~> 2.0)
456       omniauth (~> 2.0)
457       omniauth-oauth2 (~> 1.8.0)
458     omniauth-oauth (1.2.1)
459       oauth
460       omniauth (>= 1.0, < 3)
461       rack (>= 1.6.2, < 4)
462     omniauth-oauth2 (1.8.0)
463       oauth2 (>= 1.4, < 3)
464       omniauth (~> 2.0)
465     omniauth-rails_csrf_protection (1.0.2)
466       actionpack (>= 4.2)
467       omniauth (~> 2.0)
468     open4 (1.3.4)
469     openstreetmap-deadlock_retry (1.3.1)
470     ostruct (0.6.3)
471     overcommit (0.68.0)
472       childprocess (>= 0.6.3, < 6)
473       iniparse (~> 1.4)
474       rexml (>= 3.3.9)
475     parallel (1.27.0)
476     parser (3.3.9.0)
477       ast (~> 2.4.1)
478       racc
479     pg (1.6.0)
480     popper_js (2.11.8)
481     pp (0.6.2)
482       prettyprint
483     prettyprint (0.2.0)
484     prism (1.4.0)
485     process_executer (1.3.0)
486     progress (3.6.0)
487     pstore (0.2.0)
488     psych (5.2.6)
489       date
490       stringio
491     public_suffix (6.0.2)
492     puma (6.6.0)
493       nio4r (~> 2.0)
494     quad_tile (1.0.1)
495     racc (1.8.1)
496     rack (3.1.16)
497     rack-cors (3.0.0)
498       logger
499       rack (>= 3.0.14)
500     rack-protection (4.1.1)
501       base64 (>= 0.1.0)
502       logger (>= 1.6.0)
503       rack (>= 3.0.0, < 4)
504     rack-session (2.1.1)
505       base64 (>= 0.1.0)
506       rack (>= 3.0.0)
507     rack-test (2.2.0)
508       rack (>= 1.3)
509     rack-uri_sanitizer (0.0.2)
510     rackup (2.2.1)
511       rack (>= 3)
512     rails (8.0.2)
513       actioncable (= 8.0.2)
514       actionmailbox (= 8.0.2)
515       actionmailer (= 8.0.2)
516       actionpack (= 8.0.2)
517       actiontext (= 8.0.2)
518       actionview (= 8.0.2)
519       activejob (= 8.0.2)
520       activemodel (= 8.0.2)
521       activerecord (= 8.0.2)
522       activestorage (= 8.0.2)
523       activesupport (= 8.0.2)
524       bundler (>= 1.15.0)
525       railties (= 8.0.2)
526     rails-controller-testing (1.0.5)
527       actionpack (>= 5.0.1.rc1)
528       actionview (>= 5.0.1.rc1)
529       activesupport (>= 5.0.1.rc1)
530     rails-dom-testing (2.2.0)
531       activesupport (>= 5.0.0)
532       minitest
533       nokogiri (>= 1.6)
534     rails-html-sanitizer (1.6.2)
535       loofah (~> 2.21)
536       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)
537     rails-i18n (8.0.1)
538       i18n (>= 0.7, < 2)
539       railties (>= 8.0.0, < 9)
540     rails_param (1.3.1)
541       actionpack (>= 3.2.0)
542       activesupport (>= 3.2.0)
543     railties (8.0.2)
544       actionpack (= 8.0.2)
545       activesupport (= 8.0.2)
546       irb (~> 1.13)
547       rackup (>= 1.0.0)
548       rake (>= 12.2)
549       thor (~> 1.0, >= 1.2.2)
550       zeitwerk (~> 2.6)
551     rainbow (3.1.1)
552     rake (13.3.0)
553     rb-fsevent (0.11.2)
554     rb-inotify (0.11.1)
555       ffi (~> 1.0)
556     rchardet (1.9.0)
557     rdoc (6.14.2)
558       erb
559       psych (>= 4.0.0)
560     regexp_parser (2.10.0)
561     reline (0.6.2)
562       io-console (~> 0.5)
563     request_store (1.7.0)
564       rack (>= 1.4)
565     rexml (3.4.1)
566     rinku (2.0.6)
567     rotp (6.3.0)
568     rouge (4.6.0)
569     rtlcss (0.2.1)
570       mini_racer (>= 0.6.3)
571     rubocop (1.79.0)
572       json (~> 2.3)
573       language_server-protocol (~> 3.17.0.2)
574       lint_roller (~> 1.1.0)
575       parallel (~> 1.10)
576       parser (>= 3.3.0.2)
577       rainbow (>= 2.2.2, < 4.0)
578       regexp_parser (>= 2.9.3, < 3.0)
579       rubocop-ast (>= 1.46.0, < 2.0)
580       ruby-progressbar (~> 1.7)
581       tsort (>= 0.2.0)
582       unicode-display_width (>= 2.4.0, < 4.0)
583     rubocop-ast (1.46.0)
584       parser (>= 3.3.7.2)
585       prism (~> 1.4)
586     rubocop-capybara (2.22.1)
587       lint_roller (~> 1.1)
588       rubocop (~> 1.72, >= 1.72.1)
589     rubocop-factory_bot (2.27.1)
590       lint_roller (~> 1.1)
591       rubocop (~> 1.72, >= 1.72.1)
592     rubocop-minitest (0.38.1)
593       lint_roller (~> 1.1)
594       rubocop (>= 1.75.0, < 2.0)
595       rubocop-ast (>= 1.38.0, < 2.0)
596     rubocop-performance (1.25.0)
597       lint_roller (~> 1.1)
598       rubocop (>= 1.75.0, < 2.0)
599       rubocop-ast (>= 1.38.0, < 2.0)
600     rubocop-rails (2.32.0)
601       activesupport (>= 4.2.0)
602       lint_roller (~> 1.1)
603       rack (>= 1.1)
604       rubocop (>= 1.75.0, < 2.0)
605       rubocop-ast (>= 1.44.0, < 2.0)
606     rubocop-rake (0.7.1)
607       lint_roller (~> 1.1)
608       rubocop (>= 1.72.1)
609     ruby-progressbar (1.13.0)
610     ruby-vips (2.2.4)
611       ffi (~> 1.12)
612       logger
613     rubyzip (2.4.1)
614     sanitize (7.0.0)
615       crass (~> 1.0.2)
616       nokogiri (>= 1.16.8)
617     sass-embedded (1.64.2)
618       google-protobuf (~> 3.23)
619       rake (>= 13.0.0)
620     sawyer (0.9.2)
621       addressable (>= 2.3.5)
622       faraday (>= 0.17.3, < 3)
623     securerandom (0.4.1)
624     selenium-webdriver (4.34.0)
625       base64 (~> 0.2)
626       logger (~> 1.4)
627       rexml (~> 3.2, >= 3.2.5)
628       rubyzip (>= 1.2.2, < 3.0)
629       websocket (~> 1.0)
630     simplecov (0.22.0)
631       docile (~> 1.1)
632       simplecov-html (~> 0.11)
633       simplecov_json_formatter (~> 0.1)
634     simplecov-html (0.13.2)
635     simplecov-lcov (0.8.0)
636     simplecov_json_formatter (0.1.4)
637     simpleidn (0.2.3)
638     smart_properties (1.17.0)
639     snaky_hash (2.0.3)
640       hashie (>= 0.1.0, < 6)
641       version_gem (>= 1.1.8, < 3)
642     sprockets (4.2.2)
643       concurrent-ruby (~> 1.0)
644       logger
645       rack (>= 2.2.4, < 4)
646     sprockets-exporters_pack (0.1.2)
647       brotli (>= 0.2.0)
648       sprockets (>= 4.0.0.beta3)
649     sprockets-rails (3.5.2)
650       actionpack (>= 6.1)
651       activesupport (>= 6.1)
652       sprockets (>= 3.0.0)
653     stringio (3.1.7)
654     strong_migrations (2.5.0)
655       activerecord (>= 7.1)
656     teaspoon (1.4.0)
657       railties (>= 5.0)
658     teaspoon-mocha (2.3.3)
659       teaspoon (>= 1.0.0)
660     terminal-table (4.0.0)
661       unicode-display_width (>= 1.1.1, < 4)
662     terser (1.2.6)
663       execjs (>= 0.3.0, < 3)
664     thor (1.4.0)
665     tilt (2.6.1)
666     timeout (0.4.3)
667     tsort (0.2.0)
668     turbo-rails (2.0.16)
669       actionpack (>= 7.1.0)
670       railties (>= 7.1.0)
671     tzinfo (2.0.6)
672       concurrent-ruby (~> 1.0)
673     unicode-display_width (3.1.4)
674       unicode-emoji (~> 4.0, >= 4.0.4)
675     unicode-emoji (4.0.4)
676     uri (0.13.2)
677     useragent (0.16.11)
678     validates_email_format_of (1.8.2)
679       i18n (>= 0.8.0)
680       simpleidn
681     vendorer (0.2.0)
682     version_gem (1.1.8)
683     webmock (3.25.1)
684       addressable (>= 2.8.0)
685       crack (>= 0.3.2)
686       hashdiff (>= 0.4.0, < 2.0.0)
687     webrick (1.9.1)
688     websocket (1.2.11)
689     websocket-driver (0.8.0)
690       base64
691       websocket-extensions (>= 0.1.0)
692     websocket-extensions (0.1.5)
693     xpath (3.2.0)
694       nokogiri (~> 1.8)
695     zeitwerk (2.7.3)
696
697 PLATFORMS
698   ruby
699
700 DEPENDENCIES
701   aasm
702   actionpack-page_caching (>= 1.2.0)
703   active_record_union!
704   activerecord-import
705   addressable (~> 2.8)
706   annotaterb
707   argon2
708   autoprefixer-rails
709   aws-sdk-s3
710   better_errors
711   binding_of_caller
712   bootsnap (>= 1.4.2)
713   bootstrap (~> 5.3.2)
714   bootstrap_form (~> 5.0)
715   brakeman
716   bzip2-ffi
717   cancancan
718   canonical-rails
719   capybara (>= 2.15)
720   config
721   connection_pool
722   dalli
723   danger
724   danger-auto_label
725   dartsass-sprockets
726   debug
727   debug_inspector
728   delayed_job_active_record
729   doorkeeper
730   doorkeeper-i18n
731   doorkeeper-openid_connect
732   dry-validation
733   erb_lint
734   factory_bot_rails
735   faraday
736   ffi-libarchive
737   file_exists
738   frozen_record
739   gd2-ffij (>= 0.4.0)
740   htmlentities
741   http_accept_language (~> 2.1.1)
742   i18n-js (~> 4.2.3)
743   i18n-tasks
744   image_optim_rails
745   image_processing
746   inline_svg
747   jbuilder (~> 2.7)
748   jquery-rails
749   json
750   jwt
751   kgio
752   kramdown
753   libxml-ruby (>= 2.0.5)
754   listen
755   logstasher
756   marcel
757   maxminddb
758   mini_racer (~> 0.9.0)
759   minitest (~> 5.1)
760   minitest-focus
761   multi_json
762   omniauth (~> 2.1.3)
763   omniauth-facebook
764   omniauth-github
765   omniauth-google-oauth2 (>= 0.6.0)
766   omniauth-mediawiki (>= 0.0.4)
767   omniauth-microsoft_graph
768   omniauth-rails_csrf_protection (~> 1.0)
769   openstreetmap-deadlock_retry (>= 1.3.1)
770   overcommit
771   pg
772   puma (~> 6.6)
773   quad_tile (~> 1.0.1)
774   rack-cors
775   rack-uri_sanitizer
776   rackup
777   rails (~> 8.0.0)
778   rails-controller-testing
779   rails-i18n (~> 8.0.0)
780   rails_param
781   rinku (>= 2.0.6)
782   rotp
783   rtlcss
784   rubocop
785   rubocop-capybara
786   rubocop-factory_bot
787   rubocop-minitest
788   rubocop-performance
789   rubocop-rails
790   rubocop-rake
791   sanitize
792   sass-embedded (~> 1.64.0)
793   selenium-webdriver
794   simplecov
795   simplecov-lcov
796   sprockets-exporters_pack
797   strong_migrations
798   teaspoon
799   teaspoon-mocha (~> 2.3.3)
800   terser
801   turbo-rails
802   unicode-display_width
803   uri (< 1.0.0)
804   validates_email_format_of (>= 1.5.1)
805   vendorer
806   webmock
807   webrick
808
809 BUNDLED WITH
810    2.6.2