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