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