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