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