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