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