]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Extend starting/ending version lists containing active items
[rails.git] / Gemfile.lock
1 GIT
2   remote: https://github.com/brianhempel/active_record_union.git
3   revision: 8ebe558709aabe039abd24e3e7dd4d4354a6de88
4   ref: master
5   specs:
6     active_record_union (1.3.0)
7       activerecord (>= 6.0)
8
9 GEM
10   remote: https://rubygems.org/
11   specs:
12     aasm (5.5.1)
13       concurrent-ruby (~> 1.0)
14     actioncable (8.0.2)
15       actionpack (= 8.0.2)
16       activesupport (= 8.0.2)
17       nio4r (~> 2.0)
18       websocket-driver (>= 0.6.1)
19       zeitwerk (~> 2.6)
20     actionmailbox (8.0.2)
21       actionpack (= 8.0.2)
22       activejob (= 8.0.2)
23       activerecord (= 8.0.2)
24       activestorage (= 8.0.2)
25       activesupport (= 8.0.2)
26       mail (>= 2.8.0)
27     actionmailer (8.0.2)
28       actionpack (= 8.0.2)
29       actionview (= 8.0.2)
30       activejob (= 8.0.2)
31       activesupport (= 8.0.2)
32       mail (>= 2.8.0)
33       rails-dom-testing (~> 2.2)
34     actionpack (8.0.2)
35       actionview (= 8.0.2)
36       activesupport (= 8.0.2)
37       nokogiri (>= 1.8.5)
38       rack (>= 2.2.4)
39       rack-session (>= 1.0.1)
40       rack-test (>= 0.6.3)
41       rails-dom-testing (~> 2.2)
42       rails-html-sanitizer (~> 1.6)
43       useragent (~> 0.16)
44     actionpack-page_caching (1.2.4)
45       actionpack (>= 4.0.0)
46     actiontext (8.0.2)
47       actionpack (= 8.0.2)
48       activerecord (= 8.0.2)
49       activestorage (= 8.0.2)
50       activesupport (= 8.0.2)
51       globalid (>= 0.6.0)
52       nokogiri (>= 1.8.5)
53     actionview (8.0.2)
54       activesupport (= 8.0.2)
55       builder (~> 3.1)
56       erubi (~> 1.11)
57       rails-dom-testing (~> 2.2)
58       rails-html-sanitizer (~> 1.6)
59     activejob (8.0.2)
60       activesupport (= 8.0.2)
61       globalid (>= 0.3.6)
62     activemodel (8.0.2)
63       activesupport (= 8.0.2)
64     activerecord (8.0.2)
65       activemodel (= 8.0.2)
66       activesupport (= 8.0.2)
67       timeout (>= 0.4.0)
68     activerecord-import (2.2.0)
69       activerecord (>= 4.2)
70     activestorage (8.0.2)
71       actionpack (= 8.0.2)
72       activejob (= 8.0.2)
73       activerecord (= 8.0.2)
74       activesupport (= 8.0.2)
75       marcel (~> 1.0)
76     activesupport (8.0.2)
77       base64
78       benchmark (>= 0.3)
79       bigdecimal
80       concurrent-ruby (~> 1.0, >= 1.3.1)
81       connection_pool (>= 2.2.5)
82       drb
83       i18n (>= 1.6, < 2)
84       logger (>= 1.4.2)
85       minitest (>= 5.1)
86       securerandom (>= 0.3)
87       tzinfo (~> 2.0, >= 2.0.5)
88       uri (>= 0.13.1)
89     addressable (2.8.7)
90       public_suffix (>= 2.0.2, < 7.0)
91     annotaterb (4.16.0)
92       activerecord (>= 6.0.0)
93       activesupport (>= 6.0.0)
94     argon2 (2.3.2)
95       ffi (~> 1.15)
96       ffi-compiler (~> 1.0)
97     ast (2.4.3)
98     autoprefixer-rails (10.4.21.0)
99       execjs (~> 2)
100     aws-eventstream (1.4.0)
101     aws-partitions (1.1120.0)
102     aws-sdk-core (3.226.0)
103       aws-eventstream (~> 1, >= 1.3.0)
104       aws-partitions (~> 1, >= 1.992.0)
105       aws-sigv4 (~> 1.9)
106       base64
107       jmespath (~> 1, >= 1.6.1)
108       logger
109     aws-sdk-kms (1.105.0)
110       aws-sdk-core (~> 3, >= 3.225.0)
111       aws-sigv4 (~> 1.5)
112     aws-sdk-s3 (1.190.0)
113       aws-sdk-core (~> 3, >= 3.225.0)
114       aws-sdk-kms (~> 1)
115       aws-sigv4 (~> 1.5)
116     aws-sigv4 (1.12.1)
117       aws-eventstream (~> 1, >= 1.0.2)
118     base64 (0.3.0)
119     benchmark (0.4.1)
120     better_errors (2.10.1)
121       erubi (>= 1.0.0)
122       rack (>= 0.9.0)
123       rouge (>= 1.0.0)
124     better_html (2.1.1)
125       actionview (>= 6.0)
126       activesupport (>= 6.0)
127       ast (~> 2.0)
128       erubi (~> 1.4)
129       parser (>= 2.4)
130       smart_properties
131     bigdecimal (3.2.2)
132     binding_of_caller (1.0.1)
133       debug_inspector (>= 1.2.0)
134     bootsnap (1.18.6)
135       msgpack (~> 1.2)
136     bootstrap (5.3.5)
137       popper_js (>= 2.11.8, < 3)
138     bootstrap_form (5.4.0)
139       actionpack (>= 6.1)
140       activemodel (>= 6.1)
141     brakeman (7.0.2)
142       racc
143     brotli (0.6.0)
144     builder (3.3.0)
145     bzip2-ffi (1.1.1)
146       ffi (~> 1.0)
147     cancancan (3.6.1)
148     canonical-rails (0.2.17)
149       actionview (>= 4.1, < 8.1)
150     capybara (3.40.0)
151       addressable
152       matrix
153       mini_mime (>= 0.1.3)
154       nokogiri (~> 1.11)
155       rack (>= 1.6.0)
156       rack-test (>= 0.6.3)
157       regexp_parser (>= 1.5, < 3.0)
158       xpath (~> 3.2)
159     childprocess (5.1.0)
160       logger (~> 1.5)
161     claide (1.1.0)
162     claide-plugins (0.9.2)
163       cork
164       nap
165       open4 (~> 1.3)
166     colored2 (3.1.2)
167     concurrent-ruby (1.3.5)
168     config (5.5.2)
169       deep_merge (~> 1.2, >= 1.2.1)
170       ostruct
171     connection_pool (2.5.3)
172     cork (0.3.0)
173       colored2 (~> 3.1)
174     crack (1.0.0)
175       bigdecimal
176       rexml
177     crass (1.0.6)
178     dalli (3.2.8)
179     danger (9.5.1)
180       base64 (~> 0.2)
181       claide (~> 1.0)
182       claide-plugins (>= 0.9.2)
183       colored2 (~> 3.1)
184       cork (~> 0.1)
185       faraday (>= 0.9.0, < 3.0)
186       faraday-http-cache (~> 2.0)
187       git (~> 1.13)
188       kramdown (~> 2.3)
189       kramdown-parser-gfm (~> 1.0)
190       octokit (>= 4.0)
191       pstore (~> 0.1)
192       terminal-table (>= 1, < 4)
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.1)
206     debug (1.11.0)
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.8.2)
218       railties (>= 5)
219     doorkeeper-i18n (5.2.7)
220       doorkeeper (>= 5.2)
221     doorkeeper-openid_connect (1.8.11)
222       doorkeeper (>= 5.5, < 5.9)
223       jwt (>= 2.5)
224       ostruct (>= 0.5)
225     drb (2.2.3)
226     dry-configurable (1.3.0)
227       dry-core (~> 1.1)
228       zeitwerk (~> 2.6)
229     dry-core (1.1.0)
230       concurrent-ruby (~> 1.0)
231       logger
232       zeitwerk (~> 2.6)
233     dry-inflector (1.2.0)
234     dry-initializer (3.2.0)
235     dry-logic (1.6.0)
236       bigdecimal
237       concurrent-ruby (~> 1.0)
238       dry-core (~> 1.1)
239       zeitwerk (~> 2.6)
240     dry-schema (1.14.1)
241       concurrent-ruby (~> 1.0)
242       dry-configurable (~> 1.0, >= 1.0.1)
243       dry-core (~> 1.1)
244       dry-initializer (~> 3.2)
245       dry-logic (~> 1.5)
246       dry-types (~> 1.8)
247       zeitwerk (~> 2.6)
248     dry-types (1.8.3)
249       bigdecimal (~> 3.0)
250       concurrent-ruby (~> 1.0)
251       dry-core (~> 1.0)
252       dry-inflector (~> 1.0)
253       dry-logic (~> 1.4)
254       zeitwerk (~> 2.6)
255     dry-validation (1.11.1)
256       concurrent-ruby (~> 1.0)
257       dry-core (~> 1.1)
258       dry-initializer (~> 3.2)
259       dry-schema (~> 1.14)
260       zeitwerk (~> 2.6)
261     erb (5.0.1)
262     erb_lint (0.9.0)
263       activesupport
264       better_html (>= 2.0.1)
265       parser (>= 2.7.1.4)
266       rainbow
267       rubocop (>= 1)
268       smart_properties
269     erubi (1.13.1)
270     execjs (2.10.0)
271     exifr (1.4.1)
272     factory_bot (6.5.4)
273       activesupport (>= 6.1.0)
274     factory_bot_rails (6.5.0)
275       factory_bot (~> 6.5)
276       railties (>= 6.1.0)
277     faraday (2.13.1)
278       faraday-net_http (>= 2.0, < 3.5)
279       json
280       logger
281     faraday-http-cache (2.5.1)
282       faraday (>= 0.8)
283     faraday-net_http (3.4.1)
284       net-http (>= 0.5.0)
285     ffi (1.17.2)
286     ffi-compiler (1.3.2)
287       ffi (>= 1.15.5)
288       rake
289     ffi-libarchive (1.1.14)
290       ffi (~> 1.0)
291     file_exists (0.2.0)
292     frozen_record (0.27.4)
293       activemodel
294     fspath (3.1.2)
295     gd2-ffij (0.4.0)
296       ffi (>= 1.0.0)
297     git (1.19.1)
298       addressable (~> 2.8)
299       rchardet (~> 1.8)
300     glob (0.4.1)
301     globalid (1.2.1)
302       activesupport (>= 6.1)
303     google-protobuf (3.25.8)
304     hashdiff (1.2.0)
305     hashie (5.0.0)
306     highline (3.1.2)
307       reline
308     htmlentities (4.3.4)
309     http_accept_language (2.1.1)
310     i18n (1.14.7)
311       concurrent-ruby (~> 1.0)
312     i18n-js (4.2.3)
313       glob (>= 0.4.0)
314       i18n
315     i18n-tasks (1.0.15)
316       activesupport (>= 4.0.2)
317       ast (>= 2.1.0)
318       erubi
319       highline (>= 2.0.0)
320       i18n
321       parser (>= 3.2.2.1)
322       rails-i18n
323       rainbow (>= 2.2.2, < 4.0)
324       ruby-progressbar (~> 1.8, >= 1.8.1)
325       terminal-table (>= 1.5.1)
326     image_optim (0.31.4)
327       exifr (~> 1.2, >= 1.2.2)
328       fspath (~> 3.0)
329       image_size (>= 1.5, < 4)
330       in_threads (~> 1.3)
331       progress (~> 3.0, >= 3.0.1)
332     image_optim_rails (0.5.0)
333       image_optim (~> 0.24)
334       railties
335       sprockets
336     image_processing (1.14.0)
337       mini_magick (>= 4.9.5, < 6)
338       ruby-vips (>= 2.0.17, < 3)
339     image_size (3.4.0)
340     in_threads (1.6.0)
341     iniparse (1.5.0)
342     io-console (0.8.0)
343     irb (1.15.2)
344       pp (>= 0.6.0)
345       rdoc (>= 4.0.0)
346       reline (>= 0.4.2)
347     jbuilder (2.13.0)
348       actionview (>= 5.0.0)
349       activesupport (>= 5.0.0)
350     jmespath (1.6.2)
351     jquery-rails (4.6.0)
352       rails-dom-testing (>= 1, < 3)
353       railties (>= 4.2.0)
354       thor (>= 0.14, < 2.0)
355     json (2.12.2)
356     jwt (2.10.1)
357       base64
358     kgio (2.11.4)
359     kramdown (2.5.1)
360       rexml (>= 3.3.9)
361     kramdown-parser-gfm (1.1.0)
362       kramdown (~> 2.0)
363     language_server-protocol (3.17.0.5)
364     libv8-node (18.19.0.0)
365     libxml-ruby (5.0.4)
366     lint_roller (1.1.0)
367     listen (3.9.0)
368       rb-fsevent (~> 0.10, >= 0.10.3)
369       rb-inotify (~> 0.9, >= 0.9.10)
370     logger (1.7.0)
371     logstasher (2.1.5)
372       activesupport (>= 5.2)
373       request_store
374     loofah (2.24.1)
375       crass (~> 1.0.2)
376       nokogiri (>= 1.12.0)
377     mail (2.8.1)
378       mini_mime (>= 0.1.1)
379       net-imap
380       net-pop
381       net-smtp
382     marcel (1.0.4)
383     matrix (0.4.3)
384     maxminddb (0.1.22)
385     mini_magick (5.2.0)
386       benchmark
387       logger
388     mini_mime (1.1.5)
389     mini_portile2 (2.8.9)
390     mini_racer (0.9.0)
391       libv8-node (~> 18.19.0.0)
392     minitest (5.25.5)
393     minitest-focus (1.4.0)
394       minitest (>= 4, < 6)
395     msgpack (1.8.0)
396     multi_json (1.15.0)
397     multi_xml (0.7.2)
398       bigdecimal (~> 3.1)
399     nap (1.1.0)
400     net-http (0.6.0)
401       uri
402     net-imap (0.5.9)
403       date
404       net-protocol
405     net-pop (0.1.2)
406       net-protocol
407     net-protocol (0.2.2)
408       timeout
409     net-smtp (0.5.1)
410       net-protocol
411     nio4r (2.7.4)
412     nokogiri (1.18.8)
413       mini_portile2 (~> 2.8.2)
414       racc (~> 1.4)
415     oauth (1.1.0)
416       oauth-tty (~> 1.0, >= 1.0.1)
417       snaky_hash (~> 2.0)
418       version_gem (~> 1.1)
419     oauth-tty (1.0.5)
420       version_gem (~> 1.1, >= 1.1.1)
421     oauth2 (2.0.12)
422       faraday (>= 0.17.3, < 4.0)
423       jwt (>= 1.0, < 4.0)
424       logger (~> 1.2)
425       multi_xml (~> 0.5)
426       rack (>= 1.2, < 4)
427       snaky_hash (~> 2.0, >= 2.0.3)
428       version_gem (>= 1.1.8, < 3)
429     octokit (10.0.0)
430       faraday (>= 1, < 3)
431       sawyer (~> 0.9)
432     omniauth (2.1.3)
433       hashie (>= 3.4.6)
434       rack (>= 2.2.3)
435       rack-protection
436     omniauth-facebook (10.0.0)
437       bigdecimal
438       omniauth-oauth2 (>= 1.2, < 3)
439     omniauth-github (2.0.1)
440       omniauth (~> 2.0)
441       omniauth-oauth2 (~> 1.8)
442     omniauth-google-oauth2 (1.2.1)
443       jwt (>= 2.9.2)
444       oauth2 (~> 2.0)
445       omniauth (~> 2.0)
446       omniauth-oauth2 (~> 1.8)
447     omniauth-mediawiki (0.0.4)
448       jwt (~> 2.0)
449       omniauth-oauth (~> 1.0)
450     omniauth-microsoft_graph (2.0.1)
451       jwt (~> 2.0)
452       omniauth (~> 2.0)
453       omniauth-oauth2 (~> 1.8.0)
454     omniauth-oauth (1.2.1)
455       oauth
456       omniauth (>= 1.0, < 3)
457       rack (>= 1.6.2, < 4)
458     omniauth-oauth2 (1.8.0)
459       oauth2 (>= 1.4, < 3)
460       omniauth (~> 2.0)
461     omniauth-rails_csrf_protection (1.0.2)
462       actionpack (>= 4.2)
463       omniauth (~> 2.0)
464     open4 (1.3.4)
465     openstreetmap-deadlock_retry (1.3.1)
466     ostruct (0.6.2)
467     overcommit (0.67.1)
468       childprocess (>= 0.6.3, < 6)
469       iniparse (~> 1.4)
470       rexml (>= 3.3.9)
471     parallel (1.27.0)
472     parser (3.3.8.0)
473       ast (~> 2.4.1)
474       racc
475     pg (1.5.9)
476     popper_js (2.11.8)
477     pp (0.6.2)
478       prettyprint
479     prettyprint (0.2.0)
480     prism (1.4.0)
481     progress (3.6.0)
482     pstore (0.2.0)
483     psych (5.2.6)
484       date
485       stringio
486     public_suffix (6.0.2)
487     puma (6.6.0)
488       nio4r (~> 2.0)
489     quad_tile (1.0.1)
490     racc (1.8.1)
491     rack (3.1.16)
492     rack-cors (3.0.0)
493       logger
494       rack (>= 3.0.14)
495     rack-protection (4.1.1)
496       base64 (>= 0.1.0)
497       logger (>= 1.6.0)
498       rack (>= 3.0.0, < 4)
499     rack-session (2.1.1)
500       base64 (>= 0.1.0)
501       rack (>= 3.0.0)
502     rack-test (2.2.0)
503       rack (>= 1.3)
504     rack-uri_sanitizer (0.0.2)
505     rackup (2.2.1)
506       rack (>= 3)
507     rails (8.0.2)
508       actioncable (= 8.0.2)
509       actionmailbox (= 8.0.2)
510       actionmailer (= 8.0.2)
511       actionpack (= 8.0.2)
512       actiontext (= 8.0.2)
513       actionview (= 8.0.2)
514       activejob (= 8.0.2)
515       activemodel (= 8.0.2)
516       activerecord (= 8.0.2)
517       activestorage (= 8.0.2)
518       activesupport (= 8.0.2)
519       bundler (>= 1.15.0)
520       railties (= 8.0.2)
521     rails-controller-testing (1.0.5)
522       actionpack (>= 5.0.1.rc1)
523       actionview (>= 5.0.1.rc1)
524       activesupport (>= 5.0.1.rc1)
525     rails-dom-testing (2.2.0)
526       activesupport (>= 5.0.0)
527       minitest
528       nokogiri (>= 1.6)
529     rails-html-sanitizer (1.6.2)
530       loofah (~> 2.21)
531       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)
532     rails-i18n (8.0.1)
533       i18n (>= 0.7, < 2)
534       railties (>= 8.0.0, < 9)
535     rails_param (1.3.1)
536       actionpack (>= 3.2.0)
537       activesupport (>= 3.2.0)
538     railties (8.0.2)
539       actionpack (= 8.0.2)
540       activesupport (= 8.0.2)
541       irb (~> 1.13)
542       rackup (>= 1.0.0)
543       rake (>= 12.2)
544       thor (~> 1.0, >= 1.2.2)
545       zeitwerk (~> 2.6)
546     rainbow (3.1.1)
547     rake (13.3.0)
548     rb-fsevent (0.11.2)
549     rb-inotify (0.11.1)
550       ffi (~> 1.0)
551     rchardet (1.9.0)
552     rdoc (6.14.1)
553       erb
554       psych (>= 4.0.0)
555     regexp_parser (2.10.0)
556     reline (0.6.1)
557       io-console (~> 0.5)
558     request_store (1.7.0)
559       rack (>= 1.4)
560     rexml (3.4.1)
561     rinku (2.0.6)
562     rotp (6.3.0)
563     rouge (4.5.2)
564     rtlcss (0.2.1)
565       mini_racer (>= 0.6.3)
566     rubocop (1.77.0)
567       json (~> 2.3)
568       language_server-protocol (~> 3.17.0.2)
569       lint_roller (~> 1.1.0)
570       parallel (~> 1.10)
571       parser (>= 3.3.0.2)
572       rainbow (>= 2.2.2, < 4.0)
573       regexp_parser (>= 2.9.3, < 3.0)
574       rubocop-ast (>= 1.45.1, < 2.0)
575       ruby-progressbar (~> 1.7)
576       unicode-display_width (>= 2.4.0, < 4.0)
577     rubocop-ast (1.45.1)
578       parser (>= 3.3.7.2)
579       prism (~> 1.4)
580     rubocop-capybara (2.22.1)
581       lint_roller (~> 1.1)
582       rubocop (~> 1.72, >= 1.72.1)
583     rubocop-factory_bot (2.27.1)
584       lint_roller (~> 1.1)
585       rubocop (~> 1.72, >= 1.72.1)
586     rubocop-minitest (0.38.1)
587       lint_roller (~> 1.1)
588       rubocop (>= 1.75.0, < 2.0)
589       rubocop-ast (>= 1.38.0, < 2.0)
590     rubocop-performance (1.25.0)
591       lint_roller (~> 1.1)
592       rubocop (>= 1.75.0, < 2.0)
593       rubocop-ast (>= 1.38.0, < 2.0)
594     rubocop-rails (2.32.0)
595       activesupport (>= 4.2.0)
596       lint_roller (~> 1.1)
597       rack (>= 1.1)
598       rubocop (>= 1.75.0, < 2.0)
599       rubocop-ast (>= 1.44.0, < 2.0)
600     rubocop-rake (0.7.1)
601       lint_roller (~> 1.1)
602       rubocop (>= 1.72.1)
603     ruby-progressbar (1.13.0)
604     ruby-vips (2.2.4)
605       ffi (~> 1.12)
606       logger
607     rubyzip (2.4.1)
608     sanitize (7.0.0)
609       crass (~> 1.0.2)
610       nokogiri (>= 1.16.8)
611     sass-embedded (1.64.2)
612       google-protobuf (~> 3.23)
613       rake (>= 13.0.0)
614     sawyer (0.9.2)
615       addressable (>= 2.3.5)
616       faraday (>= 0.17.3, < 3)
617     securerandom (0.4.1)
618     selenium-webdriver (4.33.0)
619       base64 (~> 0.2)
620       logger (~> 1.4)
621       rexml (~> 3.2, >= 3.2.5)
622       rubyzip (>= 1.2.2, < 3.0)
623       websocket (~> 1.0)
624     simplecov (0.22.0)
625       docile (~> 1.1)
626       simplecov-html (~> 0.11)
627       simplecov_json_formatter (~> 0.1)
628     simplecov-html (0.13.1)
629     simplecov-lcov (0.8.0)
630     simplecov_json_formatter (0.1.4)
631     simpleidn (0.2.3)
632     smart_properties (1.17.0)
633     snaky_hash (2.0.3)
634       hashie (>= 0.1.0, < 6)
635       version_gem (>= 1.1.8, < 3)
636     sprockets (4.2.2)
637       concurrent-ruby (~> 1.0)
638       logger
639       rack (>= 2.2.4, < 4)
640     sprockets-exporters_pack (0.1.2)
641       brotli (>= 0.2.0)
642       sprockets (>= 4.0.0.beta3)
643     sprockets-rails (3.5.2)
644       actionpack (>= 6.1)
645       activesupport (>= 6.1)
646       sprockets (>= 3.0.0)
647     stringio (3.1.7)
648     strong_migrations (2.4.0)
649       activerecord (>= 7.1)
650     teaspoon (1.4.0)
651       railties (>= 5.0)
652     teaspoon-mocha (2.3.3)
653       teaspoon (>= 1.0.0)
654     terminal-table (3.0.2)
655       unicode-display_width (>= 1.1.1, < 3)
656     terser (1.2.6)
657       execjs (>= 0.3.0, < 3)
658     thor (1.3.2)
659     tilt (2.6.0)
660     timeout (0.4.3)
661     turbo-rails (2.0.16)
662       actionpack (>= 7.1.0)
663       railties (>= 7.1.0)
664     tzinfo (2.0.6)
665       concurrent-ruby (~> 1.0)
666     unicode-display_width (2.6.0)
667     uri (0.13.2)
668     useragent (0.16.11)
669     validates_email_format_of (1.8.2)
670       i18n (>= 0.8.0)
671       simpleidn
672     vendorer (0.2.0)
673     version_gem (1.1.8)
674     webmock (3.25.1)
675       addressable (>= 2.8.0)
676       crack (>= 0.3.2)
677       hashdiff (>= 0.4.0, < 2.0.0)
678     webrick (1.9.1)
679     websocket (1.2.11)
680     websocket-driver (0.8.0)
681       base64
682       websocket-extensions (>= 0.1.0)
683     websocket-extensions (0.1.5)
684     xpath (3.2.0)
685       nokogiri (~> 1.8)
686     zeitwerk (2.7.3)
687
688 PLATFORMS
689   ruby
690
691 DEPENDENCIES
692   aasm
693   actionpack-page_caching (>= 1.2.0)
694   active_record_union!
695   activerecord-import
696   addressable (~> 2.8)
697   annotaterb
698   argon2
699   autoprefixer-rails
700   aws-sdk-s3
701   better_errors
702   binding_of_caller
703   bootsnap (>= 1.4.2)
704   bootstrap (~> 5.3.2)
705   bootstrap_form (~> 5.0)
706   brakeman
707   bzip2-ffi
708   cancancan
709   canonical-rails
710   capybara (>= 2.15)
711   config
712   connection_pool
713   dalli
714   danger
715   danger-auto_label
716   dartsass-sprockets
717   debug
718   debug_inspector
719   delayed_job_active_record
720   doorkeeper
721   doorkeeper-i18n
722   doorkeeper-openid_connect
723   dry-validation
724   erb_lint
725   factory_bot_rails
726   faraday
727   ffi-libarchive
728   file_exists
729   frozen_record
730   gd2-ffij (>= 0.4.0)
731   htmlentities
732   http_accept_language (~> 2.1.1)
733   i18n-js (~> 4.2.3)
734   i18n-tasks
735   image_optim_rails
736   image_processing
737   jbuilder (~> 2.7)
738   jquery-rails
739   json
740   jwt
741   kgio
742   kramdown
743   libxml-ruby (>= 2.0.5)
744   listen
745   logstasher
746   marcel
747   maxminddb
748   mini_racer (~> 0.9.0)
749   minitest (~> 5.1)
750   minitest-focus
751   multi_json
752   omniauth (~> 2.1.3)
753   omniauth-facebook
754   omniauth-github
755   omniauth-google-oauth2 (>= 0.6.0)
756   omniauth-mediawiki (>= 0.0.4)
757   omniauth-microsoft_graph
758   omniauth-rails_csrf_protection (~> 1.0)
759   openstreetmap-deadlock_retry (>= 1.3.1)
760   overcommit
761   pg
762   puma (~> 6.6)
763   quad_tile (~> 1.0.1)
764   rack-cors
765   rack-uri_sanitizer
766   rackup
767   rails (~> 8.0.0)
768   rails-controller-testing
769   rails-i18n (~> 8.0.0)
770   rails_param
771   rinku (>= 2.0.6)
772   rotp
773   rtlcss
774   rubocop
775   rubocop-capybara
776   rubocop-factory_bot
777   rubocop-minitest
778   rubocop-performance
779   rubocop-rails
780   rubocop-rake
781   sanitize
782   sass-embedded (~> 1.64.0)
783   selenium-webdriver
784   simplecov
785   simplecov-lcov
786   sprockets-exporters_pack
787   strong_migrations
788   teaspoon
789   teaspoon-mocha (~> 2.3.3)
790   terser
791   turbo-rails
792   unicode-display_width
793   uri (< 1.0.0)
794   validates_email_format_of (>= 1.5.1)
795   vendorer
796   webmock
797   webrick
798
799 BUNDLED WITH
800    2.6.2