]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Register startinglocation listener as a named function
[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.2.1)
7       actionpack (= 7.2.2.1)
8       activesupport (= 7.2.2.1)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11       zeitwerk (~> 2.6)
12     actionmailbox (7.2.2.1)
13       actionpack (= 7.2.2.1)
14       activejob (= 7.2.2.1)
15       activerecord (= 7.2.2.1)
16       activestorage (= 7.2.2.1)
17       activesupport (= 7.2.2.1)
18       mail (>= 2.8.0)
19     actionmailer (7.2.2.1)
20       actionpack (= 7.2.2.1)
21       actionview (= 7.2.2.1)
22       activejob (= 7.2.2.1)
23       activesupport (= 7.2.2.1)
24       mail (>= 2.8.0)
25       rails-dom-testing (~> 2.2)
26     actionpack (7.2.2.1)
27       actionview (= 7.2.2.1)
28       activesupport (= 7.2.2.1)
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.2.1)
40       actionpack (= 7.2.2.1)
41       activerecord (= 7.2.2.1)
42       activestorage (= 7.2.2.1)
43       activesupport (= 7.2.2.1)
44       globalid (>= 0.6.0)
45       nokogiri (>= 1.8.5)
46     actionview (7.2.2.1)
47       activesupport (= 7.2.2.1)
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.2.1)
55       activesupport (= 7.2.2.1)
56       globalid (>= 0.3.6)
57     activemodel (7.2.2.1)
58       activesupport (= 7.2.2.1)
59     activerecord (7.2.2.1)
60       activemodel (= 7.2.2.1)
61       activesupport (= 7.2.2.1)
62       timeout (>= 0.4.0)
63     activerecord-import (2.1.0)
64       activerecord (>= 4.2)
65     activestorage (7.2.2.1)
66       actionpack (= 7.2.2.1)
67       activejob (= 7.2.2.1)
68       activerecord (= 7.2.2.1)
69       activesupport (= 7.2.2.1)
70       marcel (~> 1.0)
71     activesupport (7.2.2.1)
72       base64
73       benchmark (>= 0.3)
74       bigdecimal
75       concurrent-ruby (~> 1.0, >= 1.3.1)
76       connection_pool (>= 2.2.5)
77       drb
78       i18n (>= 1.6, < 2)
79       logger (>= 1.4.2)
80       minitest (>= 5.1)
81       securerandom (>= 0.3)
82       tzinfo (~> 2.0, >= 2.0.5)
83     addressable (2.8.7)
84       public_suffix (>= 2.0.2, < 7.0)
85     annotaterb (4.14.0)
86     argon2 (2.3.2)
87       ffi (~> 1.15)
88       ffi-compiler (~> 1.0)
89     ast (2.4.2)
90     autoprefixer-rails (10.4.19.0)
91       execjs (~> 2)
92     aws-eventstream (1.3.1)
93     aws-partitions (1.1054.0)
94     aws-sdk-core (3.219.0)
95       aws-eventstream (~> 1, >= 1.3.0)
96       aws-partitions (~> 1, >= 1.992.0)
97       aws-sigv4 (~> 1.9)
98       base64
99       jmespath (~> 1, >= 1.6.1)
100     aws-sdk-kms (1.99.0)
101       aws-sdk-core (~> 3, >= 3.216.0)
102       aws-sigv4 (~> 1.5)
103     aws-sdk-s3 (1.182.0)
104       aws-sdk-core (~> 3, >= 3.216.0)
105       aws-sdk-kms (~> 1)
106       aws-sigv4 (~> 1.5)
107     aws-sigv4 (1.11.0)
108       aws-eventstream (~> 1, >= 1.0.2)
109     base64 (0.2.0)
110     benchmark (0.4.0)
111     better_errors (2.10.1)
112       erubi (>= 1.0.0)
113       rack (>= 0.9.0)
114       rouge (>= 1.0.0)
115     better_html (2.1.1)
116       actionview (>= 6.0)
117       activesupport (>= 6.0)
118       ast (~> 2.0)
119       erubi (~> 1.4)
120       parser (>= 2.4)
121       smart_properties
122     bigdecimal (3.1.9)
123     binding_of_caller (1.0.1)
124       debug_inspector (>= 1.2.0)
125     bootsnap (1.18.4)
126       msgpack (~> 1.2)
127     bootstrap (5.3.3)
128       autoprefixer-rails (>= 9.1.0)
129       popper_js (>= 2.11.8, < 3)
130     bootstrap_form (5.4.0)
131       actionpack (>= 6.1)
132       activemodel (>= 6.1)
133     brakeman (7.0.0)
134       racc
135     brotli (0.6.0)
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.17)
141       actionview (>= 4.1, < 8.1)
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.5)
160     config (5.5.2)
161       deep_merge (~> 1.2, >= 1.2.1)
162       ostruct
163     connection_pool (2.5.0)
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.4.1)
198     debug (1.10.0)
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.13)
204       activesupport (>= 3.0, < 9.0)
205     delayed_job_active_record (4.1.11)
206       activerecord (>= 3.0, < 9.0)
207       delayed_job (>= 3.0, < 5)
208     docile (1.4.1)
209     doorkeeper (5.8.1)
210       railties (>= 5)
211     doorkeeper-i18n (5.2.7)
212       doorkeeper (>= 5.2)
213     doorkeeper-openid_connect (1.8.11)
214       doorkeeper (>= 5.5, < 5.9)
215       jwt (>= 2.5)
216       ostruct (>= 0.5)
217     drb (2.2.1)
218     dry-configurable (1.3.0)
219       dry-core (~> 1.1)
220       zeitwerk (~> 2.6)
221     dry-core (1.1.0)
222       concurrent-ruby (~> 1.0)
223       logger
224       zeitwerk (~> 2.6)
225     dry-inflector (1.2.0)
226     dry-initializer (3.2.0)
227     dry-logic (1.6.0)
228       bigdecimal
229       concurrent-ruby (~> 1.0)
230       dry-core (~> 1.1)
231       zeitwerk (~> 2.6)
232     dry-schema (1.14.0)
233       concurrent-ruby (~> 1.0)
234       dry-configurable (~> 1.0, >= 1.0.1)
235       dry-core (~> 1.1)
236       dry-initializer (~> 3.2)
237       dry-logic (~> 1.5)
238       dry-types (~> 1.8)
239       zeitwerk (~> 2.6)
240     dry-types (1.8.2)
241       bigdecimal (~> 3.0)
242       concurrent-ruby (~> 1.0)
243       dry-core (~> 1.0)
244       dry-inflector (~> 1.0)
245       dry-logic (~> 1.4)
246       zeitwerk (~> 2.6)
247     dry-validation (1.11.1)
248       concurrent-ruby (~> 1.0)
249       dry-core (~> 1.1)
250       dry-initializer (~> 3.2)
251       dry-schema (~> 1.14)
252       zeitwerk (~> 2.6)
253     erb_lint (0.9.0)
254       activesupport
255       better_html (>= 2.0.1)
256       parser (>= 2.7.1.4)
257       rainbow
258       rubocop (>= 1)
259       smart_properties
260     erubi (1.13.1)
261     execjs (2.10.0)
262     exifr (1.4.1)
263     factory_bot (6.5.1)
264       activesupport (>= 6.1.0)
265     factory_bot_rails (6.4.4)
266       factory_bot (~> 6.5)
267       railties (>= 5.0.0)
268     faraday (2.12.2)
269       faraday-net_http (>= 2.0, < 3.5)
270       json
271       logger
272     faraday-http-cache (2.5.1)
273       faraday (>= 0.8)
274     faraday-net_http (3.4.0)
275       net-http (>= 0.5.0)
276     ffi (1.17.1)
277     ffi-compiler (1.3.2)
278       ffi (>= 1.15.5)
279       rake
280     ffi-libarchive (1.1.14)
281       ffi (~> 1.0)
282     file_exists (0.2.0)
283     frozen_record (0.27.4)
284       activemodel
285     fspath (3.1.2)
286     gd2-ffij (0.4.0)
287       ffi (>= 1.0.0)
288     git (1.19.1)
289       addressable (~> 2.8)
290       rchardet (~> 1.8)
291     globalid (1.2.1)
292       activesupport (>= 6.1)
293     google-protobuf (3.25.6)
294     hashdiff (1.1.2)
295     hashie (5.0.0)
296     highline (3.1.2)
297       reline
298     htmlentities (4.3.4)
299     http_accept_language (2.1.1)
300     i18n (1.14.7)
301       concurrent-ruby (~> 1.0)
302     i18n-js (3.9.2)
303       i18n (>= 0.6.6)
304     i18n-tasks (1.0.14)
305       activesupport (>= 4.0.2)
306       ast (>= 2.1.0)
307       erubi
308       highline (>= 2.0.0)
309       i18n
310       parser (>= 3.2.2.1)
311       rails-i18n
312       rainbow (>= 2.2.2, < 4.0)
313       terminal-table (>= 1.5.1)
314     image_optim (0.31.4)
315       exifr (~> 1.2, >= 1.2.2)
316       fspath (~> 3.0)
317       image_size (>= 1.5, < 4)
318       in_threads (~> 1.3)
319       progress (~> 3.0, >= 3.0.1)
320     image_optim_rails (0.5.0)
321       image_optim (~> 0.24)
322       railties
323       sprockets
324     image_processing (1.14.0)
325       mini_magick (>= 4.9.5, < 6)
326       ruby-vips (>= 2.0.17, < 3)
327     image_size (3.4.0)
328     in_threads (1.6.0)
329     iniparse (1.5.0)
330     io-console (0.8.0)
331     irb (1.15.1)
332       pp (>= 0.6.0)
333       rdoc (>= 4.0.0)
334       reline (>= 0.4.2)
335     jbuilder (2.13.0)
336       actionview (>= 5.0.0)
337       activesupport (>= 5.0.0)
338     jmespath (1.6.2)
339     jquery-rails (4.6.0)
340       rails-dom-testing (>= 1, < 3)
341       railties (>= 4.2.0)
342       thor (>= 0.14, < 2.0)
343     json (2.10.1)
344     jwt (2.10.1)
345       base64
346     kgio (2.11.4)
347     kramdown (2.5.1)
348       rexml (>= 3.3.9)
349     kramdown-parser-gfm (1.1.0)
350       kramdown (~> 2.0)
351     language_server-protocol (3.17.0.4)
352     libv8-node (18.19.0.0)
353     libxml-ruby (5.0.3)
354     lint_roller (1.1.0)
355     listen (3.9.0)
356       rb-fsevent (~> 0.10, >= 0.10.3)
357       rb-inotify (~> 0.9, >= 0.9.10)
358     logger (1.6.6)
359     logstasher (2.1.5)
360       activesupport (>= 5.2)
361       request_store
362     loofah (2.24.0)
363       crass (~> 1.0.2)
364       nokogiri (>= 1.12.0)
365     mail (2.8.1)
366       mini_mime (>= 0.1.1)
367       net-imap
368       net-pop
369       net-smtp
370     marcel (1.0.4)
371     matrix (0.4.2)
372     maxminddb (0.1.22)
373     mini_magick (5.2.0)
374       benchmark
375       logger
376     mini_mime (1.1.5)
377     mini_portile2 (2.8.8)
378     mini_racer (0.9.0)
379       libv8-node (~> 18.19.0.0)
380     minitest (5.25.4)
381     minitest-focus (1.4.0)
382       minitest (>= 4, < 6)
383     msgpack (1.8.0)
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.6.0)
389       uri
390     net-imap (0.5.6)
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.1)
398       net-protocol
399     nio4r (2.7.4)
400     nokogiri (1.18.3)
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.1)
430       jwt (>= 2.9.2)
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.1)
457     overcommit (0.67.0)
458       childprocess (>= 0.6.3, < 6)
459       iniparse (~> 1.4)
460       rexml (>= 3.3.9)
461     parallel (1.26.3)
462     parser (3.3.7.1)
463       ast (~> 2.4.1)
464       racc
465     pg (1.5.9)
466     popper_js (2.11.8)
467     pp (0.6.2)
468       prettyprint
469     prettyprint (0.2.0)
470     progress (3.6.0)
471     pstore (0.1.4)
472     psych (5.2.3)
473       date
474       stringio
475     public_suffix (6.0.1)
476     puma (5.6.9)
477       nio4r (~> 2.0)
478     quad_tile (1.0.1)
479     racc (1.8.1)
480     rack (2.2.11)
481     rack-cors (2.0.2)
482       rack (>= 2.0.0)
483     rack-openid (1.4.2)
484       rack (>= 1.1.0)
485       ruby-openid (>= 2.1.8)
486     rack-protection (3.2.0)
487       base64 (>= 0.1.0)
488       rack (~> 2.2, >= 2.2.4)
489     rack-session (1.0.2)
490       rack (< 3)
491     rack-test (2.2.0)
492       rack (>= 1.3)
493     rack-uri_sanitizer (0.0.2)
494     rackup (1.0.1)
495       rack (< 3)
496       webrick
497     rails (7.2.2.1)
498       actioncable (= 7.2.2.1)
499       actionmailbox (= 7.2.2.1)
500       actionmailer (= 7.2.2.1)
501       actionpack (= 7.2.2.1)
502       actiontext (= 7.2.2.1)
503       actionview (= 7.2.2.1)
504       activejob (= 7.2.2.1)
505       activemodel (= 7.2.2.1)
506       activerecord (= 7.2.2.1)
507       activestorage (= 7.2.2.1)
508       activesupport (= 7.2.2.1)
509       bundler (>= 1.15.0)
510       railties (= 7.2.2.1)
511     rails-controller-testing (1.0.5)
512       actionpack (>= 5.0.1.rc1)
513       actionview (>= 5.0.1.rc1)
514       activesupport (>= 5.0.1.rc1)
515     rails-dom-testing (2.2.0)
516       activesupport (>= 5.0.0)
517       minitest
518       nokogiri (>= 1.6)
519     rails-html-sanitizer (1.6.2)
520       loofah (~> 2.21)
521       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)
522     rails-i18n (7.0.10)
523       i18n (>= 0.7, < 2)
524       railties (>= 6.0.0, < 8)
525     rails_param (1.3.1)
526       actionpack (>= 3.2.0)
527       activesupport (>= 3.2.0)
528     railties (7.2.2.1)
529       actionpack (= 7.2.2.1)
530       activesupport (= 7.2.2.1)
531       irb (~> 1.13)
532       rackup (>= 1.0.0)
533       rake (>= 12.2)
534       thor (~> 1.0, >= 1.2.2)
535       zeitwerk (~> 2.6)
536     rainbow (3.1.1)
537     rake (13.2.1)
538     rb-fsevent (0.11.2)
539     rb-inotify (0.11.1)
540       ffi (~> 1.0)
541     rchardet (1.9.0)
542     rdoc (6.12.0)
543       psych (>= 4.0.0)
544     regexp_parser (2.10.0)
545     reline (0.6.0)
546       io-console (~> 0.5)
547     request_store (1.7.0)
548       rack (>= 1.4)
549     rexml (3.4.1)
550     rinku (2.0.6)
551     rotp (6.3.0)
552     rouge (4.5.1)
553     rtlcss (0.2.1)
554       mini_racer (>= 0.6.3)
555     rubocop (1.72.2)
556       json (~> 2.3)
557       language_server-protocol (~> 3.17.0.2)
558       lint_roller (~> 1.1.0)
559       parallel (~> 1.10)
560       parser (>= 3.3.0.2)
561       rainbow (>= 2.2.2, < 4.0)
562       regexp_parser (>= 2.9.3, < 3.0)
563       rubocop-ast (>= 1.38.0, < 2.0)
564       ruby-progressbar (~> 1.7)
565       unicode-display_width (>= 2.4.0, < 4.0)
566     rubocop-ast (1.38.0)
567       parser (>= 3.3.1.0)
568     rubocop-capybara (2.21.0)
569       rubocop (~> 1.41)
570     rubocop-factory_bot (2.26.1)
571       rubocop (~> 1.61)
572     rubocop-minitest (0.37.1)
573       lint_roller (~> 1.1)
574       rubocop (>= 1.72.1, < 2.0)
575       rubocop-ast (>= 1.38.0, < 2.0)
576     rubocop-performance (1.24.0)
577       lint_roller (~> 1.1)
578       rubocop (>= 1.72.1, < 2.0)
579       rubocop-ast (>= 1.38.0, < 2.0)
580     rubocop-rails (2.30.2)
581       activesupport (>= 4.2.0)
582       lint_roller (~> 1.1)
583       rack (>= 1.1)
584       rubocop (>= 1.72.1, < 2.0)
585       rubocop-ast (>= 1.38.0, < 2.0)
586     rubocop-rake (0.7.1)
587       lint_roller (~> 1.1)
588       rubocop (>= 1.72.1)
589     ruby-openid (2.9.2)
590     ruby-progressbar (1.13.0)
591     ruby-vips (2.2.3)
592       ffi (~> 1.12)
593       logger
594     rubyzip (2.4.1)
595     sanitize (7.0.0)
596       crass (~> 1.0.2)
597       nokogiri (>= 1.16.8)
598     sass-embedded (1.64.2)
599       google-protobuf (~> 3.23)
600       rake (>= 13.0.0)
601     sawyer (0.9.2)
602       addressable (>= 2.3.5)
603       faraday (>= 0.17.3, < 3)
604     securerandom (0.4.1)
605     selenium-webdriver (4.23.0)
606       base64 (~> 0.2)
607       logger (~> 1.4)
608       rexml (~> 3.2, >= 3.2.5)
609       rubyzip (>= 1.2.2, < 3.0)
610       websocket (~> 1.0)
611     simplecov (0.22.0)
612       docile (~> 1.1)
613       simplecov-html (~> 0.11)
614       simplecov_json_formatter (~> 0.1)
615     simplecov-html (0.13.1)
616     simplecov-lcov (0.8.0)
617     simplecov_json_formatter (0.1.4)
618     simpleidn (0.2.3)
619     smart_properties (1.17.0)
620     snaky_hash (2.0.1)
621       hashie
622       version_gem (~> 1.1, >= 1.1.1)
623     sprockets (4.2.1)
624       concurrent-ruby (~> 1.0)
625       rack (>= 2.2.4, < 4)
626     sprockets-exporters_pack (0.1.2)
627       brotli (>= 0.2.0)
628       sprockets (>= 4.0.0.beta3)
629     sprockets-rails (3.5.2)
630       actionpack (>= 6.1)
631       activesupport (>= 6.1)
632       sprockets (>= 3.0.0)
633     stringio (3.1.5)
634     strong_migrations (1.8.0)
635       activerecord (>= 5.2)
636     teaspoon (1.4.0)
637       railties (>= 5.0)
638     teaspoon-mocha (2.3.3)
639       teaspoon (>= 1.0.0)
640     terminal-table (3.0.2)
641       unicode-display_width (>= 1.1.1, < 3)
642     terser (1.2.5)
643       execjs (>= 0.3.0, < 3)
644     thor (1.3.2)
645     tilt (2.6.0)
646     timeout (0.4.3)
647     turbo-rails (2.0.11)
648       actionpack (>= 6.0.0)
649       railties (>= 6.0.0)
650     tzinfo (2.0.6)
651       concurrent-ruby (~> 1.0)
652     unicode-display_width (2.6.0)
653     uri (0.13.1)
654     useragent (0.16.11)
655     validates_email_format_of (1.8.2)
656       i18n (>= 0.8.0)
657       simpleidn
658     vendorer (0.2.0)
659     version_gem (1.1.6)
660     webmock (3.25.0)
661       addressable (>= 2.8.0)
662       crack (>= 0.3.2)
663       hashdiff (>= 0.4.0, < 2.0.0)
664     webrick (1.9.1)
665     websocket (1.2.11)
666     websocket-driver (0.7.7)
667       base64
668       websocket-extensions (>= 0.1.0)
669     websocket-extensions (0.1.5)
670     xpath (3.2.0)
671       nokogiri (~> 1.8)
672     zeitwerk (2.7.2)
673
674 PLATFORMS
675   ruby
676
677 DEPENDENCIES
678   aasm
679   actionpack-page_caching (>= 1.2.0)
680   active_record_union
681   activerecord-import
682   addressable (~> 2.8)
683   annotaterb
684   argon2
685   autoprefixer-rails
686   aws-sdk-s3
687   better_errors
688   binding_of_caller
689   bootsnap (>= 1.4.2)
690   bootstrap (~> 5.3.2)
691   bootstrap_form (~> 5.0)
692   brakeman
693   bzip2-ffi
694   cancancan
695   canonical-rails
696   capybara (>= 2.15)
697   config
698   connection_pool
699   dalli
700   danger
701   danger-auto_label
702   dartsass-sprockets
703   debug
704   debug_inspector
705   delayed_job_active_record
706   doorkeeper
707   doorkeeper-i18n
708   doorkeeper-openid_connect
709   dry-validation
710   erb_lint
711   factory_bot_rails
712   faraday
713   ffi-libarchive
714   file_exists
715   frozen_record
716   gd2-ffij (>= 0.4.0)
717   htmlentities
718   http_accept_language (~> 2.1.1)
719   i18n-js (~> 3.9.2)
720   i18n-tasks
721   image_optim_rails
722   image_processing
723   jbuilder (~> 2.7)
724   jquery-rails
725   json
726   jwt
727   kgio
728   kramdown
729   libxml-ruby (>= 2.0.5)
730   listen
731   logstasher
732   marcel
733   maxminddb
734   mini_racer (~> 0.9.0)
735   minitest (~> 5.1)
736   minitest-focus
737   multi_json
738   omniauth (~> 2.0.2)
739   omniauth-facebook
740   omniauth-github
741   omniauth-google-oauth2 (>= 0.6.0)
742   omniauth-mediawiki (>= 0.0.4)
743   omniauth-microsoft_graph
744   omniauth-openid
745   omniauth-rails_csrf_protection (~> 1.0)
746   openstreetmap-deadlock_retry (>= 1.3.1)
747   overcommit
748   pg
749   puma (~> 5.6)
750   quad_tile (~> 1.0.1)
751   rack-cors
752   rack-uri_sanitizer
753   rails (~> 7.2.0)
754   rails-controller-testing
755   rails-i18n (~> 7.0.0)
756   rails_param
757   rinku (>= 2.0.6)
758   rotp
759   rtlcss
760   rubocop
761   rubocop-capybara
762   rubocop-factory_bot
763   rubocop-minitest
764   rubocop-performance
765   rubocop-rails
766   rubocop-rake
767   sanitize
768   sass-embedded (~> 1.64.0)
769   selenium-webdriver
770   simplecov
771   simplecov-lcov
772   sprockets-exporters_pack
773   strong_migrations (< 2.0.0)
774   teaspoon
775   teaspoon-mocha (~> 2.3.3)
776   terser
777   turbo-rails
778   unicode-display_width
779   validates_email_format_of (>= 1.5.1)
780   vendorer
781   webmock
782
783 BUNDLED WITH
784    2.5.22