]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Merge remote-tracking branch 'upstream/pull/6351'
[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.1148.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.5)
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     frozen_record (0.27.4)
297       activemodel
298     fspath (3.1.2)
299     gd2-ffij (0.4.0)
300       ffi (>= 1.0.0)
301     git (2.3.3)
302       activesupport (>= 5.0)
303       addressable (~> 2.8)
304       process_executer (~> 1.1)
305       rchardet (~> 1.8)
306     glob (0.4.1)
307     globalid (1.2.1)
308       activesupport (>= 6.1)
309     google-protobuf (3.25.8)
310     hashdiff (1.2.0)
311     hashie (5.0.0)
312     highline (3.1.2)
313       reline
314     htmlentities (4.3.4)
315     http_accept_language (2.1.1)
316     i18n (1.14.7)
317       concurrent-ruby (~> 1.0)
318     i18n-js (4.2.3)
319       glob (>= 0.4.0)
320       i18n
321     i18n-tasks (1.0.15)
322       activesupport (>= 4.0.2)
323       ast (>= 2.1.0)
324       erubi
325       highline (>= 2.0.0)
326       i18n
327       parser (>= 3.2.2.1)
328       rails-i18n
329       rainbow (>= 2.2.2, < 4.0)
330       ruby-progressbar (~> 1.8, >= 1.8.1)
331       terminal-table (>= 1.5.1)
332     image_optim (0.31.4)
333       exifr (~> 1.2, >= 1.2.2)
334       fspath (~> 3.0)
335       image_size (>= 1.5, < 4)
336       in_threads (~> 1.3)
337       progress (~> 3.0, >= 3.0.1)
338     image_optim_rails (0.5.0)
339       image_optim (~> 0.24)
340       railties
341       sprockets
342     image_processing (1.14.0)
343       mini_magick (>= 4.9.5, < 6)
344       ruby-vips (>= 2.0.17, < 3)
345     image_size (3.4.0)
346     in_threads (1.6.0)
347     iniparse (1.5.0)
348     inline_svg (1.10.0)
349       activesupport (>= 3.0)
350       nokogiri (>= 1.6)
351     io-console (0.8.1)
352     irb (1.15.2)
353       pp (>= 0.6.0)
354       rdoc (>= 4.0.0)
355       reline (>= 0.4.2)
356     jbuilder (2.14.1)
357       actionview (>= 7.0.0)
358       activesupport (>= 7.0.0)
359     jmespath (1.6.2)
360     jquery-rails (4.6.0)
361       rails-dom-testing (>= 1, < 3)
362       railties (>= 4.2.0)
363       thor (>= 0.14, < 2.0)
364     json (2.13.2)
365     json-jwt (1.17.0)
366       activesupport (>= 4.2)
367       aes_key_wrap
368       base64
369       bindata
370       faraday (~> 2.0)
371       faraday-follow_redirects
372     jwt (2.10.2)
373       base64
374     kgio (2.11.4)
375     kramdown (2.5.1)
376       rexml (>= 3.3.9)
377     kramdown-parser-gfm (1.1.0)
378       kramdown (~> 2.0)
379     language_server-protocol (3.17.0.5)
380     libv8-node (18.19.0.0)
381     libxml-ruby (5.0.5)
382     lint_roller (1.1.0)
383     listen (3.9.0)
384       rb-fsevent (~> 0.10, >= 0.10.3)
385       rb-inotify (~> 0.9, >= 0.9.10)
386     logger (1.7.0)
387     logstasher (2.1.5)
388       activesupport (>= 5.2)
389       request_store
390     loofah (2.24.1)
391       crass (~> 1.0.2)
392       nokogiri (>= 1.12.0)
393     mail (2.8.1)
394       mini_mime (>= 0.1.1)
395       net-imap
396       net-pop
397       net-smtp
398     marcel (1.0.4)
399     matrix (0.4.3)
400     maxminddb (0.1.22)
401     mini_magick (5.3.0)
402       logger
403     mini_mime (1.1.5)
404     mini_portile2 (2.8.9)
405     mini_racer (0.9.0)
406       libv8-node (~> 18.19.0.0)
407     minitest (5.25.5)
408     minitest-focus (1.4.0)
409       minitest (>= 4, < 6)
410     msgpack (1.8.0)
411     multi_xml (0.7.2)
412       bigdecimal (~> 3.1)
413     nap (1.1.0)
414     net-http (0.6.0)
415       uri
416     net-imap (0.5.9)
417       date
418       net-protocol
419     net-pop (0.1.2)
420       net-protocol
421     net-protocol (0.2.2)
422       timeout
423     net-smtp (0.5.1)
424       net-protocol
425     nio4r (2.7.4)
426     nokogiri (1.18.9)
427       mini_portile2 (~> 2.8.2)
428       racc (~> 1.4)
429     oauth (1.1.0)
430       oauth-tty (~> 1.0, >= 1.0.1)
431       snaky_hash (~> 2.0)
432       version_gem (~> 1.1)
433     oauth-tty (1.0.5)
434       version_gem (~> 1.1, >= 1.1.1)
435     oauth2 (2.0.12)
436       faraday (>= 0.17.3, < 4.0)
437       jwt (>= 1.0, < 4.0)
438       logger (~> 1.2)
439       multi_xml (~> 0.5)
440       rack (>= 1.2, < 4)
441       snaky_hash (~> 2.0, >= 2.0.3)
442       version_gem (>= 1.1.8, < 3)
443     octokit (10.0.0)
444       faraday (>= 1, < 3)
445       sawyer (~> 0.9)
446     omniauth (2.1.3)
447       hashie (>= 3.4.6)
448       rack (>= 2.2.3)
449       rack-protection
450     omniauth-apple (1.3.0)
451       json-jwt
452       omniauth-oauth2
453     omniauth-facebook (10.0.0)
454       bigdecimal
455       omniauth-oauth2 (>= 1.2, < 3)
456     omniauth-github (2.0.1)
457       omniauth (~> 2.0)
458       omniauth-oauth2 (~> 1.8)
459     omniauth-google-oauth2 (1.2.1)
460       jwt (>= 2.9.2)
461       oauth2 (~> 2.0)
462       omniauth (~> 2.0)
463       omniauth-oauth2 (~> 1.8)
464     omniauth-mediawiki (0.0.4)
465       jwt (~> 2.0)
466       omniauth-oauth (~> 1.0)
467     omniauth-microsoft_graph (2.1.0)
468       jwt (~> 2.0)
469       omniauth (~> 2.0)
470       omniauth-oauth2 (~> 1.8.0)
471     omniauth-oauth (1.2.1)
472       oauth
473       omniauth (>= 1.0, < 3)
474       rack (>= 1.6.2, < 4)
475     omniauth-oauth2 (1.8.0)
476       oauth2 (>= 1.4, < 3)
477       omniauth (~> 2.0)
478     omniauth-rails_csrf_protection (1.0.2)
479       actionpack (>= 4.2)
480       omniauth (~> 2.0)
481     open4 (1.3.4)
482     openstreetmap-deadlock_retry (1.3.1)
483     ostruct (0.6.3)
484     overcommit (0.68.0)
485       childprocess (>= 0.6.3, < 6)
486       iniparse (~> 1.4)
487       rexml (>= 3.3.9)
488     parallel (1.27.0)
489     parser (3.3.9.0)
490       ast (~> 2.4.1)
491       racc
492     pg (1.6.1)
493     popper_js (2.11.8)
494     pp (0.6.2)
495       prettyprint
496     prettyprint (0.2.0)
497     prism (1.4.0)
498     process_executer (1.3.0)
499     progress (3.6.0)
500     pstore (0.2.0)
501     psych (5.2.6)
502       date
503       stringio
504     public_suffix (6.0.2)
505     puma (6.6.1)
506       nio4r (~> 2.0)
507     quad_tile (1.0.1)
508     racc (1.8.1)
509     rack (3.2.0)
510     rack-cors (3.0.0)
511       logger
512       rack (>= 3.0.14)
513     rack-protection (4.1.1)
514       base64 (>= 0.1.0)
515       logger (>= 1.6.0)
516       rack (>= 3.0.0, < 4)
517     rack-session (2.1.1)
518       base64 (>= 0.1.0)
519       rack (>= 3.0.0)
520     rack-test (2.2.0)
521       rack (>= 1.3)
522     rack-uri_sanitizer (0.0.2)
523     rackup (2.2.1)
524       rack (>= 3)
525     rails (8.0.2.1)
526       actioncable (= 8.0.2.1)
527       actionmailbox (= 8.0.2.1)
528       actionmailer (= 8.0.2.1)
529       actionpack (= 8.0.2.1)
530       actiontext (= 8.0.2.1)
531       actionview (= 8.0.2.1)
532       activejob (= 8.0.2.1)
533       activemodel (= 8.0.2.1)
534       activerecord (= 8.0.2.1)
535       activestorage (= 8.0.2.1)
536       activesupport (= 8.0.2.1)
537       bundler (>= 1.15.0)
538       railties (= 8.0.2.1)
539     rails-controller-testing (1.0.5)
540       actionpack (>= 5.0.1.rc1)
541       actionview (>= 5.0.1.rc1)
542       activesupport (>= 5.0.1.rc1)
543     rails-dom-testing (2.3.0)
544       activesupport (>= 5.0.0)
545       minitest
546       nokogiri (>= 1.6)
547     rails-html-sanitizer (1.6.2)
548       loofah (~> 2.21)
549       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)
550     rails-i18n (8.0.2)
551       i18n (>= 0.7, < 2)
552       railties (>= 8.0.0, < 9)
553     rails_param (1.3.1)
554       actionpack (>= 3.2.0)
555       activesupport (>= 3.2.0)
556     railties (8.0.2.1)
557       actionpack (= 8.0.2.1)
558       activesupport (= 8.0.2.1)
559       irb (~> 1.13)
560       rackup (>= 1.0.0)
561       rake (>= 12.2)
562       thor (~> 1.0, >= 1.2.2)
563       zeitwerk (~> 2.6)
564     rainbow (3.1.1)
565     rake (13.3.0)
566     rb-fsevent (0.11.2)
567     rb-inotify (0.11.1)
568       ffi (~> 1.0)
569     rchardet (1.9.0)
570     rdoc (6.14.2)
571       erb
572       psych (>= 4.0.0)
573     regexp_parser (2.11.2)
574     reline (0.6.2)
575       io-console (~> 0.5)
576     request_store (1.7.0)
577       rack (>= 1.4)
578     rexml (3.4.1)
579     rinku (2.0.6)
580     rotp (6.3.0)
581     rouge (4.6.0)
582     rtlcss (0.2.1)
583       mini_racer (>= 0.6.3)
584     rubocop (1.79.2)
585       json (~> 2.3)
586       language_server-protocol (~> 3.17.0.2)
587       lint_roller (~> 1.1.0)
588       parallel (~> 1.10)
589       parser (>= 3.3.0.2)
590       rainbow (>= 2.2.2, < 4.0)
591       regexp_parser (>= 2.9.3, < 3.0)
592       rubocop-ast (>= 1.46.0, < 2.0)
593       ruby-progressbar (~> 1.7)
594       unicode-display_width (>= 2.4.0, < 4.0)
595     rubocop-ast (1.46.0)
596       parser (>= 3.3.7.2)
597       prism (~> 1.4)
598     rubocop-capybara (2.22.1)
599       lint_roller (~> 1.1)
600       rubocop (~> 1.72, >= 1.72.1)
601     rubocop-factory_bot (2.27.1)
602       lint_roller (~> 1.1)
603       rubocop (~> 1.72, >= 1.72.1)
604     rubocop-minitest (0.38.1)
605       lint_roller (~> 1.1)
606       rubocop (>= 1.75.0, < 2.0)
607       rubocop-ast (>= 1.38.0, < 2.0)
608     rubocop-performance (1.25.0)
609       lint_roller (~> 1.1)
610       rubocop (>= 1.75.0, < 2.0)
611       rubocop-ast (>= 1.38.0, < 2.0)
612     rubocop-rails (2.33.3)
613       activesupport (>= 4.2.0)
614       lint_roller (~> 1.1)
615       rack (>= 1.1)
616       rubocop (>= 1.75.0, < 2.0)
617       rubocop-ast (>= 1.44.0, < 2.0)
618     rubocop-rake (0.7.1)
619       lint_roller (~> 1.1)
620       rubocop (>= 1.72.1)
621     ruby-progressbar (1.13.0)
622     ruby-vips (2.2.4)
623       ffi (~> 1.12)
624       logger
625     rubyzip (3.0.1)
626     sanitize (7.0.0)
627       crass (~> 1.0.2)
628       nokogiri (>= 1.16.8)
629     sass-embedded (1.64.2)
630       google-protobuf (~> 3.23)
631       rake (>= 13.0.0)
632     sawyer (0.9.2)
633       addressable (>= 2.3.5)
634       faraday (>= 0.17.3, < 3)
635     securerandom (0.4.1)
636     selenium-webdriver (4.35.0)
637       base64 (~> 0.2)
638       logger (~> 1.4)
639       rexml (~> 3.2, >= 3.2.5)
640       rubyzip (>= 1.2.2, < 4.0)
641       websocket (~> 1.0)
642     simplecov (0.22.0)
643       docile (~> 1.1)
644       simplecov-html (~> 0.11)
645       simplecov_json_formatter (~> 0.1)
646     simplecov-html (0.13.2)
647     simplecov-lcov (0.8.0)
648     simplecov_json_formatter (0.1.4)
649     simpleidn (0.2.3)
650     smart_properties (1.17.0)
651     snaky_hash (2.0.3)
652       hashie (>= 0.1.0, < 6)
653       version_gem (>= 1.1.8, < 3)
654     sprockets (4.2.2)
655       concurrent-ruby (~> 1.0)
656       logger
657       rack (>= 2.2.4, < 4)
658     sprockets-exporters_pack (0.1.2)
659       brotli (>= 0.2.0)
660       sprockets (>= 4.0.0.beta3)
661     sprockets-rails (3.5.2)
662       actionpack (>= 6.1)
663       activesupport (>= 6.1)
664       sprockets (>= 3.0.0)
665     stringio (3.1.7)
666     strong_migrations (2.5.0)
667       activerecord (>= 7.1)
668     teaspoon (1.4.0)
669       railties (>= 5.0)
670     teaspoon-mocha (2.3.3)
671       teaspoon (>= 1.0.0)
672     terminal-table (4.0.0)
673       unicode-display_width (>= 1.1.1, < 4)
674     terser (1.2.6)
675       execjs (>= 0.3.0, < 3)
676     thor (1.4.0)
677     tilt (2.6.1)
678     timeout (0.4.3)
679     turbo-rails (2.0.16)
680       actionpack (>= 7.1.0)
681       railties (>= 7.1.0)
682     tzinfo (2.0.6)
683       concurrent-ruby (~> 1.0)
684     unicode-display_width (3.1.5)
685       unicode-emoji (~> 4.0, >= 4.0.4)
686     unicode-emoji (4.0.4)
687     uri (0.13.2)
688     useragent (0.16.11)
689     validates_email_format_of (1.8.2)
690       i18n (>= 0.8.0)
691       simpleidn
692     vendorer (0.2.0)
693     version_gem (1.1.8)
694     webmock (3.25.1)
695       addressable (>= 2.8.0)
696       crack (>= 0.3.2)
697       hashdiff (>= 0.4.0, < 2.0.0)
698     webrick (1.9.1)
699     websocket (1.2.11)
700     websocket-driver (0.8.0)
701       base64
702       websocket-extensions (>= 0.1.0)
703     websocket-extensions (0.1.5)
704     xpath (3.2.0)
705       nokogiri (~> 1.8)
706     zeitwerk (2.7.3)
707
708 PLATFORMS
709   ruby
710
711 DEPENDENCIES
712   aasm
713   actionpack-page_caching (>= 1.2.0)
714   active_record_union!
715   activerecord-import
716   addressable (~> 2.8)
717   annotaterb
718   argon2
719   autoprefixer-rails
720   aws-sdk-s3
721   better_errors
722   binding_of_caller
723   bootsnap (>= 1.4.2)
724   bootstrap (~> 5.3.2)
725   bootstrap_form (~> 5.0)
726   brakeman
727   bzip2-ffi
728   cancancan
729   canonical-rails
730   capybara (>= 2.15)
731   config
732   connection_pool
733   dalli
734   danger
735   danger-auto_label
736   dartsass-sprockets
737   debug
738   debug_inspector
739   delayed_job_active_record
740   doorkeeper
741   doorkeeper-i18n
742   doorkeeper-openid_connect
743   dry-validation
744   erb_lint
745   factory_bot_rails
746   faraday
747   ffi-libarchive
748   frozen_record
749   gd2-ffij (>= 0.4.0)
750   htmlentities
751   http_accept_language (~> 2.1.1)
752   i18n-js (~> 4.2.3)
753   i18n-tasks
754   image_optim_rails
755   image_processing
756   inline_svg
757   jbuilder (~> 2.7)
758   jquery-rails
759   jwt
760   kgio
761   kramdown
762   libxml-ruby (>= 2.0.5)
763   listen
764   logstasher
765   marcel
766   maxminddb
767   mini_racer (~> 0.9.0)
768   minitest (~> 5.1)
769   minitest-focus
770   omniauth (~> 2.1.3)
771   omniauth-apple
772   omniauth-facebook
773   omniauth-github
774   omniauth-google-oauth2 (>= 0.6.0)
775   omniauth-mediawiki (>= 0.0.4)
776   omniauth-microsoft_graph
777   omniauth-rails_csrf_protection (~> 1.0)
778   openstreetmap-deadlock_retry (>= 1.3.1)
779   overcommit
780   pg
781   puma (~> 6.6)
782   quad_tile (~> 1.0.1)
783   rack-cors
784   rack-uri_sanitizer
785   rackup
786   rails (~> 8.0.0)
787   rails-controller-testing
788   rails-i18n (~> 8.0.0)
789   rails_param
790   rinku (>= 2.0.6)
791   rotp
792   rtlcss
793   rubocop
794   rubocop-capybara
795   rubocop-factory_bot
796   rubocop-minitest
797   rubocop-performance
798   rubocop-rails
799   rubocop-rake
800   sanitize
801   sass-embedded (~> 1.64.0)
802   selenium-webdriver
803   simplecov
804   simplecov-lcov
805   sprockets-exporters_pack
806   strong_migrations
807   teaspoon
808   teaspoon-mocha (~> 2.3.3)
809   terser
810   turbo-rails
811   unicode-display_width
812   uri (< 1.0.0)
813   validates_email_format_of (>= 1.5.1)
814   vendorer
815   webmock
816   webrick
817
818 BUNDLED WITH
819    2.6.2