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