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