]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Use file_exists to provide File.exists? for ruby 3.2
[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.1.2)
7       actionpack (= 7.1.2)
8       activesupport (= 7.1.2)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11       zeitwerk (~> 2.6)
12     actionmailbox (7.1.2)
13       actionpack (= 7.1.2)
14       activejob (= 7.1.2)
15       activerecord (= 7.1.2)
16       activestorage (= 7.1.2)
17       activesupport (= 7.1.2)
18       mail (>= 2.7.1)
19       net-imap
20       net-pop
21       net-smtp
22     actionmailer (7.1.2)
23       actionpack (= 7.1.2)
24       actionview (= 7.1.2)
25       activejob (= 7.1.2)
26       activesupport (= 7.1.2)
27       mail (~> 2.5, >= 2.5.4)
28       net-imap
29       net-pop
30       net-smtp
31       rails-dom-testing (~> 2.2)
32     actionpack (7.1.2)
33       actionview (= 7.1.2)
34       activesupport (= 7.1.2)
35       nokogiri (>= 1.8.5)
36       racc
37       rack (>= 2.2.4)
38       rack-session (>= 1.0.1)
39       rack-test (>= 0.6.3)
40       rails-dom-testing (~> 2.2)
41       rails-html-sanitizer (~> 1.6)
42     actionpack-page_caching (1.2.4)
43       actionpack (>= 4.0.0)
44     actiontext (7.1.2)
45       actionpack (= 7.1.2)
46       activerecord (= 7.1.2)
47       activestorage (= 7.1.2)
48       activesupport (= 7.1.2)
49       globalid (>= 0.6.0)
50       nokogiri (>= 1.8.5)
51     actionview (7.1.2)
52       activesupport (= 7.1.2)
53       builder (~> 3.1)
54       erubi (~> 1.11)
55       rails-dom-testing (~> 2.2)
56       rails-html-sanitizer (~> 1.6)
57     active_record_union (1.3.0)
58       activerecord (>= 4.0)
59     activejob (7.1.2)
60       activesupport (= 7.1.2)
61       globalid (>= 0.3.6)
62     activemodel (7.1.2)
63       activesupport (= 7.1.2)
64     activerecord (7.1.2)
65       activemodel (= 7.1.2)
66       activesupport (= 7.1.2)
67       timeout (>= 0.4.0)
68     activerecord-import (1.5.1)
69       activerecord (>= 4.2)
70     activestorage (7.1.2)
71       actionpack (= 7.1.2)
72       activejob (= 7.1.2)
73       activerecord (= 7.1.2)
74       activesupport (= 7.1.2)
75       marcel (~> 1.0)
76     activesupport (7.1.2)
77       base64
78       bigdecimal
79       concurrent-ruby (~> 1.0, >= 1.0.2)
80       connection_pool (>= 2.2.5)
81       drb
82       i18n (>= 1.6, < 2)
83       minitest (>= 5.1)
84       mutex_m
85       tzinfo (~> 2.0)
86     addressable (2.8.5)
87       public_suffix (>= 2.0.2, < 6.0)
88     annotate (3.2.0)
89       activerecord (>= 3.2, < 8.0)
90       rake (>= 10.4, < 14.0)
91     argon2 (2.3.0)
92       ffi (~> 1.15)
93       ffi-compiler (~> 1.0)
94     ast (2.4.2)
95     autoprefixer-rails (10.4.16.0)
96       execjs (~> 2)
97     aws-eventstream (1.3.0)
98     aws-partitions (1.863.0)
99     aws-sdk-core (3.190.0)
100       aws-eventstream (~> 1, >= 1.3.0)
101       aws-partitions (~> 1, >= 1.651.0)
102       aws-sigv4 (~> 1.8)
103       jmespath (~> 1, >= 1.6.1)
104     aws-sdk-kms (1.74.0)
105       aws-sdk-core (~> 3, >= 3.188.0)
106       aws-sigv4 (~> 1.1)
107     aws-sdk-s3 (1.141.0)
108       aws-sdk-core (~> 3, >= 3.189.0)
109       aws-sdk-kms (~> 1)
110       aws-sigv4 (~> 1.8)
111     aws-sigv4 (1.8.0)
112       aws-eventstream (~> 1, >= 1.0.2)
113     base64 (0.2.0)
114     better_errors (2.10.1)
115       erubi (>= 1.0.0)
116       rack (>= 0.9.0)
117       rouge (>= 1.0.0)
118     better_html (2.0.2)
119       actionview (>= 6.0)
120       activesupport (>= 6.0)
121       ast (~> 2.0)
122       erubi (~> 1.4)
123       parser (>= 2.4)
124       smart_properties
125     bigdecimal (3.1.4)
126     binding_of_caller (1.0.0)
127       debug_inspector (>= 0.0.1)
128     bootsnap (1.17.0)
129       msgpack (~> 1.2)
130     bootstrap (5.3.2)
131       autoprefixer-rails (>= 9.1.0)
132       popper_js (>= 2.11.8, < 3)
133     bootstrap_form (5.4.0)
134       actionpack (>= 6.1)
135       activemodel (>= 6.1)
136     brakeman (6.1.0)
137     brotli (0.4.0)
138     browser (5.3.1)
139     builder (3.2.4)
140     bzip2-ffi (1.1.1)
141       ffi (~> 1.0)
142     cancancan (3.5.0)
143     canonical-rails (0.2.15)
144       actionview (>= 4.1, <= 7.2)
145     capybara (3.39.2)
146       addressable
147       matrix
148       mini_mime (>= 0.1.3)
149       nokogiri (~> 1.8)
150       rack (>= 1.6.0)
151       rack-test (>= 0.6.3)
152       regexp_parser (>= 1.5, < 3.0)
153       xpath (~> 3.2)
154     concurrent-ruby (1.2.2)
155     config (5.0.0)
156       deep_merge (~> 1.2, >= 1.2.1)
157       dry-validation (~> 1.0, >= 1.0.0)
158     connection_pool (2.4.1)
159     crack (0.4.5)
160       rexml
161     crass (1.0.6)
162     dalli (3.2.6)
163     dartsass-ruby (3.0.2)
164       sass-embedded (~> 1.54, < 1.67)
165     dartsass-sprockets (3.0.0)
166       dartsass-ruby (~> 3.0)
167       railties (>= 4.0.0)
168       sprockets (> 3.0)
169       sprockets-rails
170       tilt
171     date (3.3.4)
172     debug_inspector (1.1.0)
173     deep_merge (1.2.2)
174     delayed_job (4.1.11)
175       activesupport (>= 3.0, < 8.0)
176     delayed_job_active_record (4.1.8)
177       activerecord (>= 3.0, < 8.0)
178       delayed_job (>= 3.0, < 5)
179     docile (1.4.0)
180     doorkeeper (5.6.8)
181       railties (>= 5)
182     doorkeeper-i18n (5.2.7)
183       doorkeeper (>= 5.2)
184     doorkeeper-openid_connect (1.8.7)
185       doorkeeper (>= 5.5, < 5.7)
186       jwt (>= 2.5)
187     drb (2.2.0)
188       ruby2_keywords
189     dry-configurable (1.1.0)
190       dry-core (~> 1.0, < 2)
191       zeitwerk (~> 2.6)
192     dry-core (1.0.1)
193       concurrent-ruby (~> 1.0)
194       zeitwerk (~> 2.6)
195     dry-inflector (1.0.0)
196     dry-initializer (3.1.1)
197     dry-logic (1.5.0)
198       concurrent-ruby (~> 1.0)
199       dry-core (~> 1.0, < 2)
200       zeitwerk (~> 2.6)
201     dry-schema (1.13.3)
202       concurrent-ruby (~> 1.0)
203       dry-configurable (~> 1.0, >= 1.0.1)
204       dry-core (~> 1.0, < 2)
205       dry-initializer (~> 3.0)
206       dry-logic (>= 1.4, < 2)
207       dry-types (>= 1.7, < 2)
208       zeitwerk (~> 2.6)
209     dry-types (1.7.1)
210       concurrent-ruby (~> 1.0)
211       dry-core (~> 1.0)
212       dry-inflector (~> 1.0)
213       dry-logic (~> 1.4)
214       zeitwerk (~> 2.6)
215     dry-validation (1.10.0)
216       concurrent-ruby (~> 1.0)
217       dry-core (~> 1.0, < 2)
218       dry-initializer (~> 3.0)
219       dry-schema (>= 1.12, < 2)
220       zeitwerk (~> 2.6)
221     erb_lint (0.5.0)
222       activesupport
223       better_html (>= 2.0.1)
224       parser (>= 2.7.1.4)
225       rainbow
226       rubocop
227       smart_properties
228     erubi (1.12.0)
229     execjs (2.9.1)
230     exifr (1.4.0)
231     factory_bot (6.4.2)
232       activesupport (>= 5.0.0)
233     factory_bot_rails (6.4.2)
234       factory_bot (~> 6.4)
235       railties (>= 5.0.0)
236     faraday (2.7.12)
237       base64
238       faraday-net_http (>= 2.0, < 3.1)
239       ruby2_keywords (>= 0.0.4)
240     faraday-net_http (3.0.2)
241     ffi (1.16.3)
242     ffi-compiler (1.0.1)
243       ffi (>= 1.0.0)
244       rake
245     ffi-libarchive (1.1.13)
246       ffi (~> 1.0)
247     file_exists (0.2.0)
248     frozen_record (0.27.0)
249       activemodel
250     fspath (3.1.2)
251     gd2-ffij (0.4.0)
252       ffi (>= 1.0.0)
253     globalid (1.2.1)
254       activesupport (>= 6.1)
255     google-protobuf (3.25.1)
256     hashdiff (1.0.1)
257     hashie (5.0.0)
258     highline (2.1.0)
259     htmlentities (4.3.4)
260     http_accept_language (2.1.1)
261     i18n (1.14.1)
262       concurrent-ruby (~> 1.0)
263     i18n-js (3.9.2)
264       i18n (>= 0.6.6)
265     i18n-tasks (1.0.13)
266       activesupport (>= 4.0.2)
267       ast (>= 2.1.0)
268       better_html (>= 1.0, < 3.0)
269       erubi
270       highline (>= 2.0.0)
271       i18n
272       parser (>= 3.2.2.1)
273       rails-i18n
274       rainbow (>= 2.2.2, < 4.0)
275       terminal-table (>= 1.5.1)
276     image_optim (0.31.3)
277       exifr (~> 1.2, >= 1.2.2)
278       fspath (~> 3.0)
279       image_size (>= 1.5, < 4)
280       in_threads (~> 1.3)
281       progress (~> 3.0, >= 3.0.1)
282     image_optim_rails (0.5.0)
283       image_optim (~> 0.24)
284       railties
285       sprockets
286     image_processing (1.12.2)
287       mini_magick (>= 4.9.5, < 5)
288       ruby-vips (>= 2.0.17, < 3)
289     image_size (3.3.0)
290     in_threads (1.6.0)
291     io-console (0.6.0)
292     irb (1.10.1)
293       rdoc
294       reline (>= 0.3.8)
295     jbuilder (2.11.5)
296       actionview (>= 5.0.0)
297       activesupport (>= 5.0.0)
298     jmespath (1.6.2)
299     jquery-rails (4.6.0)
300       rails-dom-testing (>= 1, < 3)
301       railties (>= 4.2.0)
302       thor (>= 0.14, < 2.0)
303     json (2.7.1)
304     jwt (2.7.1)
305     kgio (2.11.4)
306     kramdown (2.4.0)
307       rexml
308     language_server-protocol (3.17.0.3)
309     libv8-node (18.16.0.0)
310     libxml-ruby (4.1.2)
311     listen (3.8.0)
312       rb-fsevent (~> 0.10, >= 0.10.3)
313       rb-inotify (~> 0.9, >= 0.9.10)
314     logstasher (2.1.5)
315       activesupport (>= 5.2)
316       request_store
317     loofah (2.22.0)
318       crass (~> 1.0.2)
319       nokogiri (>= 1.12.0)
320     mail (2.8.1)
321       mini_mime (>= 0.1.1)
322       net-imap
323       net-pop
324       net-smtp
325     marcel (1.0.2)
326     matrix (0.4.2)
327     maxminddb (0.1.22)
328     mini_magick (4.12.0)
329     mini_mime (1.1.5)
330     mini_portile2 (2.8.5)
331     mini_racer (0.8.0)
332       libv8-node (~> 18.16.0.0)
333     minitest (5.20.0)
334     msgpack (1.7.2)
335     multi_json (1.15.0)
336     multi_xml (0.6.0)
337     mutex_m (0.2.0)
338     net-imap (0.4.7)
339       date
340       net-protocol
341     net-pop (0.1.2)
342       net-protocol
343     net-protocol (0.2.2)
344       timeout
345     net-smtp (0.4.0)
346       net-protocol
347     nio4r (2.7.0)
348     nokogiri (1.15.5)
349       mini_portile2 (~> 2.8.2)
350       racc (~> 1.4)
351     oauth (0.4.7)
352     oauth-plugin (0.5.1)
353       multi_json
354       oauth (~> 0.4.4)
355       oauth2 (>= 0.5.0)
356       rack
357     oauth2 (2.0.9)
358       faraday (>= 0.17.3, < 3.0)
359       jwt (>= 1.0, < 3.0)
360       multi_xml (~> 0.5)
361       rack (>= 1.2, < 4)
362       snaky_hash (~> 2.0)
363       version_gem (~> 1.1)
364     omniauth (2.0.4)
365       hashie (>= 3.4.6)
366       rack (>= 1.6.2, < 3)
367       rack-protection
368     omniauth-facebook (9.0.0)
369       omniauth-oauth2 (~> 1.2)
370     omniauth-github (2.0.1)
371       omniauth (~> 2.0)
372       omniauth-oauth2 (~> 1.8)
373     omniauth-google-oauth2 (1.1.1)
374       jwt (>= 2.0)
375       oauth2 (~> 2.0.6)
376       omniauth (~> 2.0)
377       omniauth-oauth2 (~> 1.8.0)
378     omniauth-mediawiki (0.0.4)
379       jwt (~> 2.0)
380       omniauth-oauth (~> 1.0)
381     omniauth-microsoft_graph (1.2.0)
382       omniauth (~> 2.0)
383       omniauth-oauth2 (~> 1.8.0)
384     omniauth-oauth (1.2.0)
385       oauth
386       omniauth (>= 1.0, < 3)
387     omniauth-oauth2 (1.8.0)
388       oauth2 (>= 1.4, < 3)
389       omniauth (~> 2.0)
390     omniauth-openid (2.0.1)
391       omniauth (>= 1.0, < 3.0)
392       rack-openid (~> 1.4.0)
393     omniauth-rails_csrf_protection (1.0.1)
394       actionpack (>= 4.2)
395       omniauth (~> 2.0)
396     openstreetmap-deadlock_retry (1.3.1)
397     parallel (1.23.0)
398     parser (3.2.2.4)
399       ast (~> 2.4.1)
400       racc
401     pg (1.5.4)
402     popper_js (2.11.8)
403     progress (3.6.0)
404     psych (5.1.1.1)
405       stringio
406     public_suffix (5.0.4)
407     puma (5.6.7)
408       nio4r (~> 2.0)
409     quad_tile (1.0.1)
410     racc (1.7.3)
411     rack (2.2.8)
412     rack-cors (2.0.1)
413       rack (>= 2.0.0)
414     rack-openid (1.4.2)
415       rack (>= 1.1.0)
416       ruby-openid (>= 2.1.8)
417     rack-protection (3.1.0)
418       rack (~> 2.2, >= 2.2.4)
419     rack-session (1.0.2)
420       rack (< 3)
421     rack-test (2.1.0)
422       rack (>= 1.3)
423     rack-uri_sanitizer (0.0.2)
424     rackup (1.0.0)
425       rack (< 3)
426       webrick
427     rails (7.1.2)
428       actioncable (= 7.1.2)
429       actionmailbox (= 7.1.2)
430       actionmailer (= 7.1.2)
431       actionpack (= 7.1.2)
432       actiontext (= 7.1.2)
433       actionview (= 7.1.2)
434       activejob (= 7.1.2)
435       activemodel (= 7.1.2)
436       activerecord (= 7.1.2)
437       activestorage (= 7.1.2)
438       activesupport (= 7.1.2)
439       bundler (>= 1.15.0)
440       railties (= 7.1.2)
441     rails-controller-testing (1.0.5)
442       actionpack (>= 5.0.1.rc1)
443       actionview (>= 5.0.1.rc1)
444       activesupport (>= 5.0.1.rc1)
445     rails-dom-testing (2.2.0)
446       activesupport (>= 5.0.0)
447       minitest
448       nokogiri (>= 1.6)
449     rails-html-sanitizer (1.6.0)
450       loofah (~> 2.21)
451       nokogiri (~> 1.14)
452     rails-i18n (7.0.8)
453       i18n (>= 0.7, < 2)
454       railties (>= 6.0.0, < 8)
455     railties (7.1.2)
456       actionpack (= 7.1.2)
457       activesupport (= 7.1.2)
458       irb
459       rackup (>= 1.0.0)
460       rake (>= 12.2)
461       thor (~> 1.0, >= 1.2.2)
462       zeitwerk (~> 2.6)
463     rainbow (3.1.1)
464     rake (13.1.0)
465     rb-fsevent (0.11.2)
466     rb-inotify (0.10.1)
467       ffi (~> 1.0)
468     rdoc (6.6.1)
469       psych (>= 4.0.0)
470     regexp_parser (2.8.3)
471     reline (0.4.1)
472       io-console (~> 0.5)
473     request_store (1.5.1)
474       rack (>= 1.4)
475     rexml (3.2.6)
476     rinku (2.0.6)
477     rotp (6.3.0)
478     rouge (4.2.0)
479     rtlcss (0.2.1)
480       mini_racer (>= 0.6.3)
481     rubocop (1.58.0)
482       json (~> 2.3)
483       language_server-protocol (>= 3.17.0)
484       parallel (~> 1.10)
485       parser (>= 3.2.2.4)
486       rainbow (>= 2.2.2, < 4.0)
487       regexp_parser (>= 1.8, < 3.0)
488       rexml (>= 3.2.5, < 4.0)
489       rubocop-ast (>= 1.30.0, < 2.0)
490       ruby-progressbar (~> 1.7)
491       unicode-display_width (>= 2.4.0, < 3.0)
492     rubocop-ast (1.30.0)
493       parser (>= 3.2.1.0)
494     rubocop-capybara (2.19.0)
495       rubocop (~> 1.41)
496     rubocop-factory_bot (2.24.0)
497       rubocop (~> 1.33)
498     rubocop-minitest (0.33.0)
499       rubocop (>= 1.39, < 2.0)
500     rubocop-performance (1.19.1)
501       rubocop (>= 1.7.0, < 2.0)
502       rubocop-ast (>= 0.4.0)
503     rubocop-rails (2.22.2)
504       activesupport (>= 4.2.0)
505       rack (>= 1.1)
506       rubocop (>= 1.33.0, < 2.0)
507       rubocop-ast (>= 1.30.0, < 2.0)
508     rubocop-rake (0.6.0)
509       rubocop (~> 1.0)
510     ruby-openid (2.9.2)
511     ruby-progressbar (1.13.0)
512     ruby-vips (2.2.0)
513       ffi (~> 1.12)
514     ruby2_keywords (0.0.5)
515     rubyzip (2.3.2)
516     sanitize (6.1.0)
517       crass (~> 1.0.2)
518       nokogiri (>= 1.12.0)
519     sass-embedded (1.64.2)
520       google-protobuf (~> 3.23)
521       rake (>= 13.0.0)
522     secure_headers (6.5.0)
523     selenium-webdriver (4.15.0)
524       rexml (~> 3.2, >= 3.2.5)
525       rubyzip (>= 1.2.2, < 3.0)
526       websocket (~> 1.0)
527     simplecov (0.22.0)
528       docile (~> 1.1)
529       simplecov-html (~> 0.11)
530       simplecov_json_formatter (~> 0.1)
531     simplecov-html (0.12.3)
532     simplecov-lcov (0.8.0)
533     simplecov_json_formatter (0.1.4)
534     smart_properties (1.17.0)
535     snaky_hash (2.0.1)
536       hashie
537       version_gem (~> 1.1, >= 1.1.1)
538     sprockets (4.2.1)
539       concurrent-ruby (~> 1.0)
540       rack (>= 2.2.4, < 4)
541     sprockets-exporters_pack (0.1.2)
542       brotli (>= 0.2.0)
543       sprockets (>= 4.0.0.beta3)
544     sprockets-rails (3.4.2)
545       actionpack (>= 5.2)
546       activesupport (>= 5.2)
547       sprockets (>= 3.0.0)
548     stringio (3.1.0)
549     strong_migrations (1.6.4)
550       activerecord (>= 5.2)
551     terminal-table (3.0.2)
552       unicode-display_width (>= 1.1.1, < 3)
553     terser (1.1.20)
554       execjs (>= 0.3.0, < 3)
555     thor (1.3.0)
556     tilt (2.3.0)
557     timeout (0.4.1)
558     tzinfo (2.0.6)
559       concurrent-ruby (~> 1.0)
560     unicode-display_width (2.5.0)
561     validates_email_format_of (1.7.2)
562       i18n
563     vendorer (0.2.0)
564     version_gem (1.1.3)
565     webmock (3.19.1)
566       addressable (>= 2.8.0)
567       crack (>= 0.3.2)
568       hashdiff (>= 0.4.0, < 2.0.0)
569     webrick (1.8.1)
570     websocket (1.2.10)
571     websocket-driver (0.7.6)
572       websocket-extensions (>= 0.1.0)
573     websocket-extensions (0.1.5)
574     xpath (3.2.0)
575       nokogiri (~> 1.8)
576     zeitwerk (2.6.12)
577
578 PLATFORMS
579   ruby
580
581 DEPENDENCIES
582   aasm
583   actionpack-page_caching (>= 1.2.0)
584   active_record_union
585   activerecord-import
586   annotate
587   argon2
588   autoprefixer-rails
589   aws-sdk-s3
590   better_errors
591   binding_of_caller
592   bootsnap (>= 1.4.2)
593   bootstrap (~> 5.3.2)
594   bootstrap_form (~> 5.0)
595   brakeman
596   browser
597   bzip2-ffi
598   cancancan
599   canonical-rails
600   capybara (>= 2.15)
601   config
602   connection_pool
603   dalli
604   dartsass-sprockets
605   debug_inspector
606   delayed_job_active_record
607   doorkeeper
608   doorkeeper-i18n
609   doorkeeper-openid_connect
610   erb_lint
611   factory_bot_rails
612   faraday
613   ffi-libarchive
614   file_exists
615   frozen_record
616   gd2-ffij (>= 0.4.0)
617   htmlentities
618   http_accept_language (~> 2.1.1)
619   i18n-js (~> 3.9.2)
620   i18n-tasks
621   image_optim_rails
622   image_processing
623   jbuilder (~> 2.7)
624   jquery-rails
625   json
626   jwt
627   kgio
628   kramdown
629   libxml-ruby (>= 2.0.5)
630   listen
631   logstasher
632   marcel
633   maxminddb
634   minitest (~> 5.1)
635   oauth-plugin (>= 0.5.1)
636   omniauth (~> 2.0.2)
637   omniauth-facebook
638   omniauth-github
639   omniauth-google-oauth2 (>= 0.6.0)
640   omniauth-mediawiki (>= 0.0.4)
641   omniauth-microsoft_graph
642   omniauth-openid
643   omniauth-rails_csrf_protection (~> 1.0)
644   openstreetmap-deadlock_retry (>= 1.3.1)
645   pg
646   puma (~> 5.6)
647   quad_tile (~> 1.0.1)
648   rack-cors
649   rack-uri_sanitizer
650   rails (~> 7.1.0)
651   rails-controller-testing
652   rails-i18n (~> 7.0.0)
653   rinku (>= 2.0.6)
654   rotp
655   rtlcss
656   rubocop
657   rubocop-capybara
658   rubocop-factory_bot
659   rubocop-minitest
660   rubocop-performance
661   rubocop-rails
662   rubocop-rake
663   sanitize
664   sass-embedded (~> 1.64.0)
665   secure_headers
666   selenium-webdriver
667   simplecov
668   simplecov-lcov
669   sprockets-exporters_pack
670   strong_migrations
671   terser
672   validates_email_format_of (>= 1.5.1)
673   vendorer
674   webmock
675
676 BUNDLED WITH
677    2.4.19