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