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