]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Update bundle
[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.1032.0)
96     aws-sdk-core (3.214.1)
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.96.0)
102       aws-sdk-core (~> 3, >= 3.210.0)
103       aws-sigv4 (~> 1.5)
104     aws-sdk-s3 (1.177.0)
105       aws-sdk-core (~> 3, >= 3.210.0)
106       aws-sdk-kms (~> 1)
107       aws-sigv4 (~> 1.5)
108     aws-sigv4 (1.10.1)
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.4)
162     config (5.5.2)
163       deep_merge (~> 1.2, >= 1.2.1)
164       ostruct
165     connection_pool (2.4.1)
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.14.0)
234       concurrent-ruby (~> 1.0)
235       dry-configurable (~> 1.0, >= 1.0.1)
236       dry-core (~> 1.1)
237       dry-initializer (~> 3.2)
238       dry-logic (~> 1.5)
239       dry-types (~> 1.8)
240       zeitwerk (~> 2.6)
241     dry-types (1.8.0)
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.11.0)
249       concurrent-ruby (~> 1.0)
250       dry-core (~> 1.1)
251       dry-initializer (~> 3.2)
252       dry-schema (~> 1.14)
253       zeitwerk (~> 2.6)
254     erb_lint (0.8.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.0)
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.6)
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.14.3)
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.3)
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.4)
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.1)
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.0)
427       jwt (>= 2.9)
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.64.1)
455       childprocess (>= 0.6.3, < 6)
456       iniparse (~> 1.4)
457       rexml (>= 3.3.9)
458     parallel (1.26.3)
459     parser (3.3.6.0)
460       ast (~> 2.4.1)
461       racc
462     pg (1.5.9)
463     popper_js (2.11.8)
464     progress (3.6.0)
465     pstore (0.1.4)
466     psych (5.2.2)
467       date
468       stringio
469     public_suffix (6.0.1)
470     puma (5.6.9)
471       nio4r (~> 2.0)
472     quad_tile (1.0.1)
473     racc (1.8.1)
474     rack (2.2.10)
475     rack-cors (2.0.2)
476       rack (>= 2.0.0)
477     rack-openid (1.4.2)
478       rack (>= 1.1.0)
479       ruby-openid (>= 2.1.8)
480     rack-protection (3.2.0)
481       base64 (>= 0.1.0)
482       rack (~> 2.2, >= 2.2.4)
483     rack-session (1.0.2)
484       rack (< 3)
485     rack-test (2.2.0)
486       rack (>= 1.3)
487     rack-uri_sanitizer (0.0.2)
488     rackup (1.0.1)
489       rack (< 3)
490       webrick
491     rails (7.2.2.1)
492       actioncable (= 7.2.2.1)
493       actionmailbox (= 7.2.2.1)
494       actionmailer (= 7.2.2.1)
495       actionpack (= 7.2.2.1)
496       actiontext (= 7.2.2.1)
497       actionview (= 7.2.2.1)
498       activejob (= 7.2.2.1)
499       activemodel (= 7.2.2.1)
500       activerecord (= 7.2.2.1)
501       activestorage (= 7.2.2.1)
502       activesupport (= 7.2.2.1)
503       bundler (>= 1.15.0)
504       railties (= 7.2.2.1)
505     rails-controller-testing (1.0.5)
506       actionpack (>= 5.0.1.rc1)
507       actionview (>= 5.0.1.rc1)
508       activesupport (>= 5.0.1.rc1)
509     rails-dom-testing (2.2.0)
510       activesupport (>= 5.0.0)
511       minitest
512       nokogiri (>= 1.6)
513     rails-html-sanitizer (1.6.2)
514       loofah (~> 2.21)
515       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)
516     rails-i18n (7.0.10)
517       i18n (>= 0.7, < 2)
518       railties (>= 6.0.0, < 8)
519     rails_param (1.3.1)
520       actionpack (>= 3.2.0)
521       activesupport (>= 3.2.0)
522     railties (7.2.2.1)
523       actionpack (= 7.2.2.1)
524       activesupport (= 7.2.2.1)
525       irb (~> 1.13)
526       rackup (>= 1.0.0)
527       rake (>= 12.2)
528       thor (~> 1.0, >= 1.2.2)
529       zeitwerk (~> 2.6)
530     rainbow (3.1.1)
531     rake (13.2.1)
532     rb-fsevent (0.11.2)
533     rb-inotify (0.11.1)
534       ffi (~> 1.0)
535     rchardet (1.9.0)
536     rdoc (6.10.0)
537       psych (>= 4.0.0)
538     regexp_parser (2.10.0)
539     reline (0.6.0)
540       io-console (~> 0.5)
541     request_store (1.7.0)
542       rack (>= 1.4)
543     rexml (3.4.0)
544     rinku (2.0.6)
545     rotp (6.3.0)
546     rouge (4.5.1)
547     rtlcss (0.2.1)
548       mini_racer (>= 0.6.3)
549     rubocop (1.69.2)
550       json (~> 2.3)
551       language_server-protocol (>= 3.17.0)
552       parallel (~> 1.10)
553       parser (>= 3.3.0.2)
554       rainbow (>= 2.2.2, < 4.0)
555       regexp_parser (>= 2.9.3, < 3.0)
556       rubocop-ast (>= 1.36.2, < 2.0)
557       ruby-progressbar (~> 1.7)
558       unicode-display_width (>= 2.4.0, < 4.0)
559     rubocop-ast (1.37.0)
560       parser (>= 3.3.1.0)
561     rubocop-capybara (2.21.0)
562       rubocop (~> 1.41)
563     rubocop-factory_bot (2.26.1)
564       rubocop (~> 1.61)
565     rubocop-minitest (0.36.0)
566       rubocop (>= 1.61, < 2.0)
567       rubocop-ast (>= 1.31.1, < 2.0)
568     rubocop-performance (1.23.1)
569       rubocop (>= 1.48.1, < 2.0)
570       rubocop-ast (>= 1.31.1, < 2.0)
571     rubocop-rails (2.28.0)
572       activesupport (>= 4.2.0)
573       rack (>= 1.1)
574       rubocop (>= 1.52.0, < 2.0)
575       rubocop-ast (>= 1.31.1, < 2.0)
576     rubocop-rake (0.6.0)
577       rubocop (~> 1.0)
578     ruby-openid (2.9.2)
579     ruby-progressbar (1.13.0)
580     ruby-vips (2.2.2)
581       ffi (~> 1.12)
582       logger
583     rubyzip (2.4.1)
584     sanitize (7.0.0)
585       crass (~> 1.0.2)
586       nokogiri (>= 1.16.8)
587     sass-embedded (1.64.2)
588       google-protobuf (~> 3.23)
589       rake (>= 13.0.0)
590     sawyer (0.9.2)
591       addressable (>= 2.3.5)
592       faraday (>= 0.17.3, < 3)
593     securerandom (0.4.1)
594     selenium-webdriver (4.23.0)
595       base64 (~> 0.2)
596       logger (~> 1.4)
597       rexml (~> 3.2, >= 3.2.5)
598       rubyzip (>= 1.2.2, < 3.0)
599       websocket (~> 1.0)
600     simplecov (0.22.0)
601       docile (~> 1.1)
602       simplecov-html (~> 0.11)
603       simplecov_json_formatter (~> 0.1)
604     simplecov-html (0.13.1)
605     simplecov-lcov (0.8.0)
606     simplecov_json_formatter (0.1.4)
607     simpleidn (0.2.3)
608     smart_properties (1.17.0)
609     snaky_hash (2.0.1)
610       hashie
611       version_gem (~> 1.1, >= 1.1.1)
612     sprockets (4.2.1)
613       concurrent-ruby (~> 1.0)
614       rack (>= 2.2.4, < 4)
615     sprockets-exporters_pack (0.1.2)
616       brotli (>= 0.2.0)
617       sprockets (>= 4.0.0.beta3)
618     sprockets-rails (3.5.2)
619       actionpack (>= 6.1)
620       activesupport (>= 6.1)
621       sprockets (>= 3.0.0)
622     stringio (3.1.2)
623     strong_migrations (1.8.0)
624       activerecord (>= 5.2)
625     teaspoon (1.4.0)
626       railties (>= 5.0)
627     teaspoon-mocha (2.3.3)
628       teaspoon (>= 1.0.0)
629     terminal-table (3.0.2)
630       unicode-display_width (>= 1.1.1, < 3)
631     terser (1.2.4)
632       execjs (>= 0.3.0, < 3)
633     thor (1.3.2)
634     tilt (2.5.0)
635     timeout (0.4.3)
636     turbo-rails (2.0.11)
637       actionpack (>= 6.0.0)
638       railties (>= 6.0.0)
639     tzinfo (2.0.6)
640       concurrent-ruby (~> 1.0)
641     unicode-display_width (2.6.0)
642     uri (0.13.1)
643     useragent (0.16.11)
644     validates_email_format_of (1.8.2)
645       i18n (>= 0.8.0)
646       simpleidn
647     vendorer (0.2.0)
648     version_gem (1.1.4)
649     webmock (3.24.0)
650       addressable (>= 2.8.0)
651       crack (>= 0.3.2)
652       hashdiff (>= 0.4.0, < 2.0.0)
653     webrick (1.9.1)
654     websocket (1.2.11)
655     websocket-driver (0.7.7)
656       base64
657       websocket-extensions (>= 0.1.0)
658     websocket-extensions (0.1.5)
659     xpath (3.2.0)
660       nokogiri (~> 1.8)
661     zeitwerk (2.6.18)
662
663 PLATFORMS
664   ruby
665
666 DEPENDENCIES
667   aasm
668   actionpack-page_caching (>= 1.2.0)
669   active_record_union
670   activerecord-import
671   addressable (~> 2.8)
672   annotate
673   argon2
674   autoprefixer-rails
675   aws-sdk-s3
676   better_errors
677   binding_of_caller
678   bootsnap (>= 1.4.2)
679   bootstrap (~> 5.3.2)
680   bootstrap_form (~> 5.0)
681   brakeman
682   browser (< 6)
683   bzip2-ffi
684   cancancan
685   canonical-rails
686   capybara (>= 2.15)
687   config
688   connection_pool
689   dalli
690   danger
691   danger-auto_label
692   dartsass-sprockets
693   debug
694   debug_inspector
695   delayed_job_active_record
696   doorkeeper
697   doorkeeper-i18n
698   doorkeeper-openid_connect
699   dry-validation
700   erb_lint
701   factory_bot_rails
702   faraday
703   ffi-libarchive
704   file_exists
705   frozen_record
706   gd2-ffij (>= 0.4.0)
707   htmlentities
708   http_accept_language (~> 2.1.1)
709   i18n-js (~> 3.9.2)
710   i18n-tasks
711   image_optim_rails
712   image_processing
713   jbuilder (~> 2.7)
714   jquery-rails
715   json
716   jwt
717   kgio
718   kramdown
719   libxml-ruby (>= 2.0.5)
720   listen
721   logstasher
722   marcel
723   maxminddb
724   mini_racer (~> 0.9.0)
725   minitest (~> 5.1)
726   minitest-focus
727   multi_json
728   omniauth (~> 2.0.2)
729   omniauth-facebook
730   omniauth-github
731   omniauth-google-oauth2 (>= 0.6.0)
732   omniauth-mediawiki (>= 0.0.4)
733   omniauth-microsoft_graph
734   omniauth-openid
735   omniauth-rails_csrf_protection (~> 1.0)
736   openstreetmap-deadlock_retry (>= 1.3.1)
737   overcommit
738   pg
739   puma (~> 5.6)
740   quad_tile (~> 1.0.1)
741   rack-cors
742   rack-uri_sanitizer
743   rails (~> 7.2.0)
744   rails-controller-testing
745   rails-i18n (~> 7.0.0)
746   rails_param
747   rinku (>= 2.0.6)
748   rotp
749   rtlcss
750   rubocop
751   rubocop-capybara
752   rubocop-factory_bot
753   rubocop-minitest
754   rubocop-performance
755   rubocop-rails
756   rubocop-rake
757   sanitize
758   sass-embedded (~> 1.64.0)
759   selenium-webdriver
760   simplecov
761   simplecov-lcov
762   sprockets-exporters_pack
763   strong_migrations (< 2.0.0)
764   teaspoon
765   teaspoon-mocha (~> 2.3.3)
766   terser
767   turbo-rails
768   unicode-display_width
769   validates_email_format_of (>= 1.5.1)
770   vendorer
771   webmock
772   zeitwerk (< 2.7)
773
774 BUNDLED WITH
775    2.5.22