]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Add reload on iframe redirect
[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.2)
93     aws-partitions (1.1068.0)
94     aws-sdk-core (3.220.1)
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.1)
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     glob (0.4.1)
292     globalid (1.2.1)
293       activesupport (>= 6.1)
294     google-protobuf (3.25.6)
295     hashdiff (1.1.2)
296     hashie (5.0.0)
297     highline (3.1.2)
298       reline
299     htmlentities (4.3.4)
300     http_accept_language (2.1.1)
301     i18n (1.14.7)
302       concurrent-ruby (~> 1.0)
303     i18n-js (4.2.3)
304       glob (>= 0.4.0)
305       i18n
306     i18n-tasks (1.0.15)
307       activesupport (>= 4.0.2)
308       ast (>= 2.1.0)
309       erubi
310       highline (>= 2.0.0)
311       i18n
312       parser (>= 3.2.2.1)
313       rails-i18n
314       rainbow (>= 2.2.2, < 4.0)
315       ruby-progressbar (~> 1.8, >= 1.8.1)
316       terminal-table (>= 1.5.1)
317     image_optim (0.31.4)
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.14.0)
328       mini_magick (>= 4.9.5, < 6)
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.8.0)
334     irb (1.15.1)
335       pp (>= 0.6.0)
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.10.2)
347     jwt (2.10.1)
348       base64
349     kgio (2.11.4)
350     kramdown (2.5.1)
351       rexml (>= 3.3.9)
352     kramdown-parser-gfm (1.1.0)
353       kramdown (~> 2.0)
354     language_server-protocol (3.17.0.4)
355     libv8-node (18.19.0.0)
356     libxml-ruby (5.0.3)
357     lint_roller (1.1.0)
358     listen (3.9.0)
359       rb-fsevent (~> 0.10, >= 0.10.3)
360       rb-inotify (~> 0.9, >= 0.9.10)
361     logger (1.6.6)
362     logstasher (2.1.5)
363       activesupport (>= 5.2)
364       request_store
365     loofah (2.24.0)
366       crass (~> 1.0.2)
367       nokogiri (>= 1.12.0)
368     mail (2.8.1)
369       mini_mime (>= 0.1.1)
370       net-imap
371       net-pop
372       net-smtp
373     marcel (1.0.4)
374     matrix (0.4.2)
375     maxminddb (0.1.22)
376     mini_magick (5.2.0)
377       benchmark
378       logger
379     mini_mime (1.1.5)
380     mini_portile2 (2.8.8)
381     mini_racer (0.9.0)
382       libv8-node (~> 18.19.0.0)
383     minitest (5.25.5)
384     minitest-focus (1.4.0)
385       minitest (>= 4, < 6)
386     msgpack (1.8.0)
387     multi_json (1.15.0)
388     multi_xml (0.7.1)
389       bigdecimal (~> 3.1)
390     nap (1.1.0)
391     net-http (0.6.0)
392       uri
393     net-imap (0.5.6)
394       date
395       net-protocol
396     net-pop (0.1.2)
397       net-protocol
398     net-protocol (0.2.2)
399       timeout
400     net-smtp (0.5.1)
401       net-protocol
402     nio4r (2.7.4)
403     nokogiri (1.18.4)
404       mini_portile2 (~> 2.8.2)
405       racc (~> 1.4)
406     oauth (1.1.0)
407       oauth-tty (~> 1.0, >= 1.0.1)
408       snaky_hash (~> 2.0)
409       version_gem (~> 1.1)
410     oauth-tty (1.0.5)
411       version_gem (~> 1.1, >= 1.1.1)
412     oauth2 (2.0.9)
413       faraday (>= 0.17.3, < 3.0)
414       jwt (>= 1.0, < 3.0)
415       multi_xml (~> 0.5)
416       rack (>= 1.2, < 4)
417       snaky_hash (~> 2.0)
418       version_gem (~> 1.1)
419     octokit (9.2.0)
420       faraday (>= 1, < 3)
421       sawyer (~> 0.9)
422     omniauth (2.0.4)
423       hashie (>= 3.4.6)
424       rack (>= 1.6.2, < 3)
425       rack-protection
426     omniauth-facebook (10.0.0)
427       bigdecimal
428       omniauth-oauth2 (>= 1.2, < 3)
429     omniauth-github (2.0.1)
430       omniauth (~> 2.0)
431       omniauth-oauth2 (~> 1.8)
432     omniauth-google-oauth2 (1.2.1)
433       jwt (>= 2.9.2)
434       oauth2 (~> 2.0)
435       omniauth (~> 2.0)
436       omniauth-oauth2 (~> 1.8)
437     omniauth-mediawiki (0.0.4)
438       jwt (~> 2.0)
439       omniauth-oauth (~> 1.0)
440     omniauth-microsoft_graph (2.0.1)
441       jwt (~> 2.0)
442       omniauth (~> 2.0)
443       omniauth-oauth2 (~> 1.8.0)
444     omniauth-oauth (1.2.1)
445       oauth
446       omniauth (>= 1.0, < 3)
447       rack (>= 1.6.2, < 4)
448     omniauth-oauth2 (1.8.0)
449       oauth2 (>= 1.4, < 3)
450       omniauth (~> 2.0)
451     omniauth-openid (2.0.1)
452       omniauth (>= 1.0, < 3.0)
453       rack-openid (~> 1.4.0)
454     omniauth-rails_csrf_protection (1.0.2)
455       actionpack (>= 4.2)
456       omniauth (~> 2.0)
457     open4 (1.3.4)
458     openstreetmap-deadlock_retry (1.3.1)
459     ostruct (0.6.1)
460     overcommit (0.67.1)
461       childprocess (>= 0.6.3, < 6)
462       iniparse (~> 1.4)
463       rexml (>= 3.3.9)
464     parallel (1.26.3)
465     parser (3.3.7.1)
466       ast (~> 2.4.1)
467       racc
468     pg (1.5.9)
469     popper_js (2.11.8)
470     pp (0.6.2)
471       prettyprint
472     prettyprint (0.2.0)
473     progress (3.6.0)
474     pstore (0.2.0)
475     psych (5.2.3)
476       date
477       stringio
478     public_suffix (6.0.1)
479     puma (5.6.9)
480       nio4r (~> 2.0)
481     quad_tile (1.0.1)
482     racc (1.8.1)
483     rack (2.2.13)
484     rack-cors (2.0.2)
485       rack (>= 2.0.0)
486     rack-openid (1.4.2)
487       rack (>= 1.1.0)
488       ruby-openid (>= 2.1.8)
489     rack-protection (3.2.0)
490       base64 (>= 0.1.0)
491       rack (~> 2.2, >= 2.2.4)
492     rack-session (1.0.2)
493       rack (< 3)
494     rack-test (2.2.0)
495       rack (>= 1.3)
496     rack-uri_sanitizer (0.0.2)
497     rackup (1.0.1)
498       rack (< 3)
499       webrick
500     rails (7.2.2.1)
501       actioncable (= 7.2.2.1)
502       actionmailbox (= 7.2.2.1)
503       actionmailer (= 7.2.2.1)
504       actionpack (= 7.2.2.1)
505       actiontext (= 7.2.2.1)
506       actionview (= 7.2.2.1)
507       activejob (= 7.2.2.1)
508       activemodel (= 7.2.2.1)
509       activerecord (= 7.2.2.1)
510       activestorage (= 7.2.2.1)
511       activesupport (= 7.2.2.1)
512       bundler (>= 1.15.0)
513       railties (= 7.2.2.1)
514     rails-controller-testing (1.0.5)
515       actionpack (>= 5.0.1.rc1)
516       actionview (>= 5.0.1.rc1)
517       activesupport (>= 5.0.1.rc1)
518     rails-dom-testing (2.2.0)
519       activesupport (>= 5.0.0)
520       minitest
521       nokogiri (>= 1.6)
522     rails-html-sanitizer (1.6.2)
523       loofah (~> 2.21)
524       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)
525     rails-i18n (7.0.10)
526       i18n (>= 0.7, < 2)
527       railties (>= 6.0.0, < 8)
528     rails_param (1.3.1)
529       actionpack (>= 3.2.0)
530       activesupport (>= 3.2.0)
531     railties (7.2.2.1)
532       actionpack (= 7.2.2.1)
533       activesupport (= 7.2.2.1)
534       irb (~> 1.13)
535       rackup (>= 1.0.0)
536       rake (>= 12.2)
537       thor (~> 1.0, >= 1.2.2)
538       zeitwerk (~> 2.6)
539     rainbow (3.1.1)
540     rake (13.2.1)
541     rb-fsevent (0.11.2)
542     rb-inotify (0.11.1)
543       ffi (~> 1.0)
544     rchardet (1.9.0)
545     rdoc (6.12.0)
546       psych (>= 4.0.0)
547     regexp_parser (2.10.0)
548     reline (0.6.0)
549       io-console (~> 0.5)
550     request_store (1.7.0)
551       rack (>= 1.4)
552     rexml (3.4.1)
553     rinku (2.0.6)
554     rotp (6.3.0)
555     rouge (4.5.1)
556     rtlcss (0.2.1)
557       mini_racer (>= 0.6.3)
558     rubocop (1.74.0)
559       json (~> 2.3)
560       language_server-protocol (~> 3.17.0.2)
561       lint_roller (~> 1.1.0)
562       parallel (~> 1.10)
563       parser (>= 3.3.0.2)
564       rainbow (>= 2.2.2, < 4.0)
565       regexp_parser (>= 2.9.3, < 3.0)
566       rubocop-ast (>= 1.38.0, < 2.0)
567       ruby-progressbar (~> 1.7)
568       unicode-display_width (>= 2.4.0, < 4.0)
569     rubocop-ast (1.39.0)
570       parser (>= 3.3.1.0)
571     rubocop-capybara (2.22.1)
572       lint_roller (~> 1.1)
573       rubocop (~> 1.72, >= 1.72.1)
574     rubocop-factory_bot (2.27.1)
575       lint_roller (~> 1.1)
576       rubocop (~> 1.72, >= 1.72.1)
577     rubocop-minitest (0.37.1)
578       lint_roller (~> 1.1)
579       rubocop (>= 1.72.1, < 2.0)
580       rubocop-ast (>= 1.38.0, < 2.0)
581     rubocop-performance (1.24.0)
582       lint_roller (~> 1.1)
583       rubocop (>= 1.72.1, < 2.0)
584       rubocop-ast (>= 1.38.0, < 2.0)
585     rubocop-rails (2.30.3)
586       activesupport (>= 4.2.0)
587       lint_roller (~> 1.1)
588       rack (>= 1.1)
589       rubocop (>= 1.72.1, < 2.0)
590       rubocop-ast (>= 1.38.0, < 2.0)
591     rubocop-rake (0.7.1)
592       lint_roller (~> 1.1)
593       rubocop (>= 1.72.1)
594     ruby-openid (2.9.2)
595     ruby-progressbar (1.13.0)
596     ruby-vips (2.2.3)
597       ffi (~> 1.12)
598       logger
599     rubyzip (2.4.1)
600     sanitize (7.0.0)
601       crass (~> 1.0.2)
602       nokogiri (>= 1.16.8)
603     sass-embedded (1.64.2)
604       google-protobuf (~> 3.23)
605       rake (>= 13.0.0)
606     sawyer (0.9.2)
607       addressable (>= 2.3.5)
608       faraday (>= 0.17.3, < 3)
609     securerandom (0.4.1)
610     selenium-webdriver (4.23.0)
611       base64 (~> 0.2)
612       logger (~> 1.4)
613       rexml (~> 3.2, >= 3.2.5)
614       rubyzip (>= 1.2.2, < 3.0)
615       websocket (~> 1.0)
616     simplecov (0.22.0)
617       docile (~> 1.1)
618       simplecov-html (~> 0.11)
619       simplecov_json_formatter (~> 0.1)
620     simplecov-html (0.13.1)
621     simplecov-lcov (0.8.0)
622     simplecov_json_formatter (0.1.4)
623     simpleidn (0.2.3)
624     smart_properties (1.17.0)
625     snaky_hash (2.0.1)
626       hashie
627       version_gem (~> 1.1, >= 1.1.1)
628     sprockets (4.2.1)
629       concurrent-ruby (~> 1.0)
630       rack (>= 2.2.4, < 4)
631     sprockets-exporters_pack (0.1.2)
632       brotli (>= 0.2.0)
633       sprockets (>= 4.0.0.beta3)
634     sprockets-rails (3.5.2)
635       actionpack (>= 6.1)
636       activesupport (>= 6.1)
637       sprockets (>= 3.0.0)
638     stringio (3.1.5)
639     strong_migrations (1.8.0)
640       activerecord (>= 5.2)
641     teaspoon (1.4.0)
642       railties (>= 5.0)
643     teaspoon-mocha (2.3.3)
644       teaspoon (>= 1.0.0)
645     terminal-table (3.0.2)
646       unicode-display_width (>= 1.1.1, < 3)
647     terser (1.2.5)
648       execjs (>= 0.3.0, < 3)
649     thor (1.3.2)
650     tilt (2.6.0)
651     timeout (0.4.3)
652     turbo-rails (2.0.13)
653       actionpack (>= 7.1.0)
654       railties (>= 7.1.0)
655     tzinfo (2.0.6)
656       concurrent-ruby (~> 1.0)
657     unicode-display_width (2.6.0)
658     uri (0.13.2)
659     useragent (0.16.11)
660     validates_email_format_of (1.8.2)
661       i18n (>= 0.8.0)
662       simpleidn
663     vendorer (0.2.0)
664     version_gem (1.1.6)
665     webmock (3.25.1)
666       addressable (>= 2.8.0)
667       crack (>= 0.3.2)
668       hashdiff (>= 0.4.0, < 2.0.0)
669     webrick (1.9.1)
670     websocket (1.2.11)
671     websocket-driver (0.7.7)
672       base64
673       websocket-extensions (>= 0.1.0)
674     websocket-extensions (0.1.5)
675     xpath (3.2.0)
676       nokogiri (~> 1.8)
677     zeitwerk (2.7.2)
678
679 PLATFORMS
680   ruby
681
682 DEPENDENCIES
683   aasm
684   actionpack-page_caching (>= 1.2.0)
685   active_record_union
686   activerecord-import
687   addressable (~> 2.8)
688   annotaterb
689   argon2
690   autoprefixer-rails
691   aws-sdk-s3
692   better_errors
693   binding_of_caller
694   bootsnap (>= 1.4.2)
695   bootstrap (~> 5.3.2)
696   bootstrap_form (~> 5.0)
697   brakeman
698   bzip2-ffi
699   cancancan
700   canonical-rails
701   capybara (>= 2.15)
702   config
703   connection_pool
704   dalli
705   danger
706   danger-auto_label
707   dartsass-sprockets
708   debug
709   debug_inspector
710   delayed_job_active_record
711   doorkeeper
712   doorkeeper-i18n
713   doorkeeper-openid_connect
714   dry-validation
715   erb_lint
716   factory_bot_rails
717   faraday
718   ffi-libarchive
719   file_exists
720   frozen_record
721   gd2-ffij (>= 0.4.0)
722   htmlentities
723   http_accept_language (~> 2.1.1)
724   i18n-js (~> 4.2.3)
725   i18n-tasks
726   image_optim_rails
727   image_processing
728   jbuilder (~> 2.7)
729   jquery-rails
730   json
731   jwt
732   kgio
733   kramdown
734   libxml-ruby (>= 2.0.5)
735   listen
736   logstasher
737   marcel
738   maxminddb
739   mini_racer (~> 0.9.0)
740   minitest (~> 5.1)
741   minitest-focus
742   multi_json
743   omniauth (~> 2.0.2)
744   omniauth-facebook
745   omniauth-github
746   omniauth-google-oauth2 (>= 0.6.0)
747   omniauth-mediawiki (>= 0.0.4)
748   omniauth-microsoft_graph
749   omniauth-openid
750   omniauth-rails_csrf_protection (~> 1.0)
751   openstreetmap-deadlock_retry (>= 1.3.1)
752   overcommit
753   pg
754   puma (~> 5.6)
755   quad_tile (~> 1.0.1)
756   rack-cors
757   rack-uri_sanitizer
758   rails (~> 7.2.0)
759   rails-controller-testing
760   rails-i18n (~> 7.0.0)
761   rails_param
762   rinku (>= 2.0.6)
763   rotp
764   rtlcss
765   rubocop
766   rubocop-capybara
767   rubocop-factory_bot
768   rubocop-minitest
769   rubocop-performance
770   rubocop-rails
771   rubocop-rake
772   sanitize
773   sass-embedded (~> 1.64.0)
774   selenium-webdriver
775   simplecov
776   simplecov-lcov
777   sprockets-exporters_pack
778   strong_migrations (< 2.0.0)
779   teaspoon
780   teaspoon-mocha (~> 2.3.3)
781   terser
782   turbo-rails
783   unicode-display_width
784   validates_email_format_of (>= 1.5.1)
785   vendorer
786   webmock
787
788 BUNDLED WITH
789    2.5.22