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