]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
8cf541e220a9a7bb2b5cf0133f076bdc93552a19
[rails.git] / Gemfile.lock
1 GIT
2   remote: https://github.com/tomhughes/danger.git
3   revision: a265cf74d2f464a25796b48d95697f5eed553454
4   ref: pull-request-target
5   specs:
6     danger (9.5.1)
7       base64 (~> 0.2)
8       claide (~> 1.0)
9       claide-plugins (>= 0.9.2)
10       colored2 (~> 3.1)
11       cork (~> 0.1)
12       faraday (>= 0.9.0, < 3.0)
13       faraday-http-cache (~> 2.0)
14       git (~> 1.13)
15       kramdown (~> 2.3)
16       kramdown-parser-gfm (~> 1.0)
17       octokit (>= 4.0)
18       pstore (~> 0.1)
19       terminal-table (>= 1, < 4)
20
21 GEM
22   remote: https://rubygems.org/
23   specs:
24     aasm (5.5.0)
25       concurrent-ruby (~> 1.0)
26     actioncable (7.2.1.2)
27       actionpack (= 7.2.1.2)
28       activesupport (= 7.2.1.2)
29       nio4r (~> 2.0)
30       websocket-driver (>= 0.6.1)
31       zeitwerk (~> 2.6)
32     actionmailbox (7.2.1.2)
33       actionpack (= 7.2.1.2)
34       activejob (= 7.2.1.2)
35       activerecord (= 7.2.1.2)
36       activestorage (= 7.2.1.2)
37       activesupport (= 7.2.1.2)
38       mail (>= 2.8.0)
39     actionmailer (7.2.1.2)
40       actionpack (= 7.2.1.2)
41       actionview (= 7.2.1.2)
42       activejob (= 7.2.1.2)
43       activesupport (= 7.2.1.2)
44       mail (>= 2.8.0)
45       rails-dom-testing (~> 2.2)
46     actionpack (7.2.1.2)
47       actionview (= 7.2.1.2)
48       activesupport (= 7.2.1.2)
49       nokogiri (>= 1.8.5)
50       racc
51       rack (>= 2.2.4, < 3.2)
52       rack-session (>= 1.0.1)
53       rack-test (>= 0.6.3)
54       rails-dom-testing (~> 2.2)
55       rails-html-sanitizer (~> 1.6)
56       useragent (~> 0.16)
57     actionpack-page_caching (1.2.4)
58       actionpack (>= 4.0.0)
59     actiontext (7.2.1.2)
60       actionpack (= 7.2.1.2)
61       activerecord (= 7.2.1.2)
62       activestorage (= 7.2.1.2)
63       activesupport (= 7.2.1.2)
64       globalid (>= 0.6.0)
65       nokogiri (>= 1.8.5)
66     actionview (7.2.1.2)
67       activesupport (= 7.2.1.2)
68       builder (~> 3.1)
69       erubi (~> 1.11)
70       rails-dom-testing (~> 2.2)
71       rails-html-sanitizer (~> 1.6)
72     active_record_union (1.3.0)
73       activerecord (>= 4.0)
74     activejob (7.2.1.2)
75       activesupport (= 7.2.1.2)
76       globalid (>= 0.3.6)
77     activemodel (7.2.1.2)
78       activesupport (= 7.2.1.2)
79     activerecord (7.2.1.2)
80       activemodel (= 7.2.1.2)
81       activesupport (= 7.2.1.2)
82       timeout (>= 0.4.0)
83     activerecord-import (1.8.1)
84       activerecord (>= 4.2)
85     activestorage (7.2.1.2)
86       actionpack (= 7.2.1.2)
87       activejob (= 7.2.1.2)
88       activerecord (= 7.2.1.2)
89       activesupport (= 7.2.1.2)
90       marcel (~> 1.0)
91     activesupport (7.2.1.2)
92       base64
93       bigdecimal
94       concurrent-ruby (~> 1.0, >= 1.3.1)
95       connection_pool (>= 2.2.5)
96       drb
97       i18n (>= 1.6, < 2)
98       logger (>= 1.4.2)
99       minitest (>= 5.1)
100       securerandom (>= 0.3)
101       tzinfo (~> 2.0, >= 2.0.5)
102     addressable (2.8.7)
103       public_suffix (>= 2.0.2, < 7.0)
104     annotate (3.2.0)
105       activerecord (>= 3.2, < 8.0)
106       rake (>= 10.4, < 14.0)
107     argon2 (2.3.0)
108       ffi (~> 1.15)
109       ffi-compiler (~> 1.0)
110     ast (2.4.2)
111     autoprefixer-rails (10.4.19.0)
112       execjs (~> 2)
113     aws-eventstream (1.3.0)
114     aws-partitions (1.994.0)
115     aws-sdk-core (3.211.0)
116       aws-eventstream (~> 1, >= 1.3.0)
117       aws-partitions (~> 1, >= 1.992.0)
118       aws-sigv4 (~> 1.9)
119       jmespath (~> 1, >= 1.6.1)
120     aws-sdk-kms (1.95.0)
121       aws-sdk-core (~> 3, >= 3.210.0)
122       aws-sigv4 (~> 1.5)
123     aws-sdk-s3 (1.169.0)
124       aws-sdk-core (~> 3, >= 3.210.0)
125       aws-sdk-kms (~> 1)
126       aws-sigv4 (~> 1.5)
127     aws-sigv4 (1.10.1)
128       aws-eventstream (~> 1, >= 1.0.2)
129     base64 (0.2.0)
130     better_errors (2.10.1)
131       erubi (>= 1.0.0)
132       rack (>= 0.9.0)
133       rouge (>= 1.0.0)
134     better_html (2.1.1)
135       actionview (>= 6.0)
136       activesupport (>= 6.0)
137       ast (~> 2.0)
138       erubi (~> 1.4)
139       parser (>= 2.4)
140       smart_properties
141     bigdecimal (3.1.8)
142     binding_of_caller (1.0.1)
143       debug_inspector (>= 1.2.0)
144     bootsnap (1.18.4)
145       msgpack (~> 1.2)
146     bootstrap (5.3.3)
147       autoprefixer-rails (>= 9.1.0)
148       popper_js (>= 2.11.8, < 3)
149     bootstrap_form (5.4.0)
150       actionpack (>= 6.1)
151       activemodel (>= 6.1)
152     brakeman (6.2.2)
153       racc
154     brotli (0.6.0)
155     browser (5.3.1)
156     builder (3.3.0)
157     bzip2-ffi (1.1.1)
158       ffi (~> 1.0)
159     cancancan (3.6.1)
160     canonical-rails (0.2.16)
161       actionview (>= 4.1, < 7.3)
162     capybara (3.40.0)
163       addressable
164       matrix
165       mini_mime (>= 0.1.3)
166       nokogiri (~> 1.11)
167       rack (>= 1.6.0)
168       rack-test (>= 0.6.3)
169       regexp_parser (>= 1.5, < 3.0)
170       xpath (~> 3.2)
171     childprocess (5.1.0)
172       logger (~> 1.5)
173     claide (1.1.0)
174     claide-plugins (0.9.2)
175       cork
176       nap
177       open4 (~> 1.3)
178     colored2 (3.1.2)
179     concurrent-ruby (1.3.4)
180     config (5.5.2)
181       deep_merge (~> 1.2, >= 1.2.1)
182       ostruct
183     connection_pool (2.4.1)
184     cork (0.3.0)
185       colored2 (~> 3.1)
186     crack (1.0.0)
187       bigdecimal
188       rexml
189     crass (1.0.6)
190     dalli (3.2.8)
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.10.0)
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.1)
490       rack (< 3)
491       webrick
492     rails (7.2.1.2)
493       actioncable (= 7.2.1.2)
494       actionmailbox (= 7.2.1.2)
495       actionmailer (= 7.2.1.2)
496       actionpack (= 7.2.1.2)
497       actiontext (= 7.2.1.2)
498       actionview (= 7.2.1.2)
499       activejob (= 7.2.1.2)
500       activemodel (= 7.2.1.2)
501       activerecord (= 7.2.1.2)
502       activestorage (= 7.2.1.2)
503       activesupport (= 7.2.1.2)
504       bundler (>= 1.15.0)
505       railties (= 7.2.1.2)
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.2)
524       actionpack (= 7.2.1.2)
525       activesupport (= 7.2.1.2)
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.9)
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