]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Update bundle
[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.3.4)
7       actionpack (= 7.1.3.4)
8       activesupport (= 7.1.3.4)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11       zeitwerk (~> 2.6)
12     actionmailbox (7.1.3.4)
13       actionpack (= 7.1.3.4)
14       activejob (= 7.1.3.4)
15       activerecord (= 7.1.3.4)
16       activestorage (= 7.1.3.4)
17       activesupport (= 7.1.3.4)
18       mail (>= 2.7.1)
19       net-imap
20       net-pop
21       net-smtp
22     actionmailer (7.1.3.4)
23       actionpack (= 7.1.3.4)
24       actionview (= 7.1.3.4)
25       activejob (= 7.1.3.4)
26       activesupport (= 7.1.3.4)
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.3.4)
33       actionview (= 7.1.3.4)
34       activesupport (= 7.1.3.4)
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.3.4)
45       actionpack (= 7.1.3.4)
46       activerecord (= 7.1.3.4)
47       activestorage (= 7.1.3.4)
48       activesupport (= 7.1.3.4)
49       globalid (>= 0.6.0)
50       nokogiri (>= 1.8.5)
51     actionview (7.1.3.4)
52       activesupport (= 7.1.3.4)
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.3.4)
60       activesupport (= 7.1.3.4)
61       globalid (>= 0.3.6)
62     activemodel (7.1.3.4)
63       activesupport (= 7.1.3.4)
64     activerecord (7.1.3.4)
65       activemodel (= 7.1.3.4)
66       activesupport (= 7.1.3.4)
67       timeout (>= 0.4.0)
68     activerecord-import (1.7.0)
69       activerecord (>= 4.2)
70     activestorage (7.1.3.4)
71       actionpack (= 7.1.3.4)
72       activejob (= 7.1.3.4)
73       activerecord (= 7.1.3.4)
74       activesupport (= 7.1.3.4)
75       marcel (~> 1.0)
76     activesupport (7.1.3.4)
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.7)
87       public_suffix (>= 2.0.2, < 7.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.954.0)
99     aws-sdk-core (3.201.1)
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.88.0)
105       aws-sdk-core (~> 3, >= 3.201.0)
106       aws-sigv4 (~> 1.5)
107     aws-sdk-s3 (1.156.0)
108       aws-sdk-core (~> 3, >= 3.201.0)
109       aws-sdk-kms (~> 1)
110       aws-sigv4 (~> 1.5)
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.1.1)
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.8)
126     binding_of_caller (1.0.1)
127       debug_inspector (>= 1.2.0)
128     bootsnap (1.18.3)
129       msgpack (~> 1.2)
130     bootstrap (5.3.3)
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.2)
137       racc
138     brotli (0.5.0)
139     browser (5.3.1)
140     builder (3.3.0)
141     bzip2-ffi (1.1.1)
142       ffi (~> 1.0)
143     cancancan (3.6.1)
144     canonical-rails (0.2.15)
145       actionview (>= 4.1, <= 7.2)
146     capybara (3.40.0)
147       addressable
148       matrix
149       mini_mime (>= 0.1.3)
150       nokogiri (~> 1.11)
151       rack (>= 1.6.0)
152       rack-test (>= 0.6.3)
153       regexp_parser (>= 1.5, < 3.0)
154       xpath (~> 3.2)
155     concurrent-ruby (1.3.3)
156     config (5.5.1)
157       deep_merge (~> 1.2, >= 1.2.1)
158     connection_pool (2.4.1)
159     crack (1.0.0)
160       bigdecimal
161       rexml
162     crass (1.0.6)
163     dalli (3.2.8)
164     dartsass-ruby (3.0.2)
165       sass-embedded (~> 1.54, < 1.67)
166     dartsass-sprockets (3.0.0)
167       dartsass-ruby (~> 3.0)
168       railties (>= 4.0.0)
169       sprockets (> 3.0)
170       sprockets-rails
171       tilt
172     date (3.3.4)
173     debug_inspector (1.2.0)
174     deep_merge (1.2.2)
175     delayed_job (4.1.11)
176       activesupport (>= 3.0, < 8.0)
177     delayed_job_active_record (4.1.8)
178       activerecord (>= 3.0, < 8.0)
179       delayed_job (>= 3.0, < 5)
180     docile (1.4.0)
181     doorkeeper (5.7.1)
182       railties (>= 5)
183     doorkeeper-i18n (5.2.7)
184       doorkeeper (>= 5.2)
185     doorkeeper-openid_connect (1.8.9)
186       doorkeeper (>= 5.5, < 5.8)
187       jwt (>= 2.5)
188     drb (2.2.1)
189     dry-configurable (1.2.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.1.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.4)
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.2)
210       bigdecimal (~> 3.0)
211       concurrent-ruby (~> 1.0)
212       dry-core (~> 1.0)
213       dry-inflector (~> 1.0)
214       dry-logic (~> 1.4)
215       zeitwerk (~> 2.6)
216     dry-validation (1.10.0)
217       concurrent-ruby (~> 1.0)
218       dry-core (~> 1.0, < 2)
219       dry-initializer (~> 3.0)
220       dry-schema (>= 1.12, < 2)
221       zeitwerk (~> 2.6)
222     erb_lint (0.5.0)
223       activesupport
224       better_html (>= 2.0.1)
225       parser (>= 2.7.1.4)
226       rainbow
227       rubocop
228       smart_properties
229     erubi (1.13.0)
230     execjs (2.9.1)
231     exifr (1.4.0)
232     factory_bot (6.4.6)
233       activesupport (>= 5.0.0)
234     factory_bot_rails (6.4.3)
235       factory_bot (~> 6.4)
236       railties (>= 5.0.0)
237     faraday (2.10.0)
238       faraday-net_http (>= 2.0, < 3.2)
239       logger
240     faraday-net_http (3.1.0)
241       net-http
242     ffi (1.17.0)
243     ffi-compiler (1.3.2)
244       ffi (>= 1.15.5)
245       rake
246     ffi-libarchive (1.1.14)
247       ffi (~> 1.0)
248     file_exists (0.2.0)
249     frozen_record (0.27.2)
250       activemodel
251     fspath (3.1.2)
252     gd2-ffij (0.4.0)
253       ffi (>= 1.0.0)
254     globalid (1.2.1)
255       activesupport (>= 6.1)
256     google-protobuf (3.25.3)
257     hashdiff (1.1.0)
258     hashie (5.0.0)
259     highline (3.0.1)
260     htmlentities (4.3.4)
261     http_accept_language (2.1.1)
262     i18n (1.14.5)
263       concurrent-ruby (~> 1.0)
264     i18n-js (3.9.2)
265       i18n (>= 0.6.6)
266     i18n-tasks (1.0.14)
267       activesupport (>= 4.0.2)
268       ast (>= 2.1.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.4.0)
290     in_threads (1.6.0)
291     io-console (0.7.2)
292     irb (1.14.0)
293       rdoc (>= 4.0.0)
294       reline (>= 0.4.2)
295     jbuilder (2.12.0)
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.2)
304     jwt (2.8.2)
305       base64
306     kgio (2.11.4)
307     kramdown (2.4.0)
308       rexml
309     language_server-protocol (3.17.0.3)
310     libv8-node (18.19.0.0)
311     libxml-ruby (5.0.3)
312     listen (3.9.0)
313       rb-fsevent (~> 0.10, >= 0.10.3)
314       rb-inotify (~> 0.9, >= 0.9.10)
315     logger (1.6.0)
316     logstasher (2.1.5)
317       activesupport (>= 5.2)
318       request_store
319     loofah (2.22.0)
320       crass (~> 1.0.2)
321       nokogiri (>= 1.12.0)
322     mail (2.8.1)
323       mini_mime (>= 0.1.1)
324       net-imap
325       net-pop
326       net-smtp
327     marcel (1.0.4)
328     matrix (0.4.2)
329     maxminddb (0.1.22)
330     mini_magick (4.13.2)
331     mini_mime (1.1.5)
332     mini_portile2 (2.8.7)
333     mini_racer (0.9.0)
334       libv8-node (~> 18.19.0.0)
335     minitest (5.24.1)
336     minitest-focus (1.4.0)
337       minitest (>= 4, < 6)
338     msgpack (1.7.2)
339     multi_json (1.15.0)
340     multi_xml (0.6.0)
341     mutex_m (0.2.0)
342     net-http (0.4.1)
343       uri
344     net-imap (0.4.14)
345       date
346       net-protocol
347     net-pop (0.1.2)
348       net-protocol
349     net-protocol (0.2.2)
350       timeout
351     net-smtp (0.5.0)
352       net-protocol
353     nio4r (2.7.3)
354     nokogiri (1.16.6)
355       mini_portile2 (~> 2.8.2)
356       racc (~> 1.4)
357     oauth (0.4.7)
358     oauth-plugin (0.5.1)
359       multi_json
360       oauth (~> 0.4.4)
361       oauth2 (>= 0.5.0)
362       rack
363     oauth2 (2.0.9)
364       faraday (>= 0.17.3, < 3.0)
365       jwt (>= 1.0, < 3.0)
366       multi_xml (~> 0.5)
367       rack (>= 1.2, < 4)
368       snaky_hash (~> 2.0)
369       version_gem (~> 1.1)
370     omniauth (2.0.4)
371       hashie (>= 3.4.6)
372       rack (>= 1.6.2, < 3)
373       rack-protection
374     omniauth-facebook (10.0.0)
375       bigdecimal
376       omniauth-oauth2 (>= 1.2, < 3)
377     omniauth-github (2.0.1)
378       omniauth (~> 2.0)
379       omniauth-oauth2 (~> 1.8)
380     omniauth-google-oauth2 (1.1.2)
381       jwt (>= 2.0)
382       oauth2 (~> 2.0)
383       omniauth (~> 2.0)
384       omniauth-oauth2 (~> 1.8)
385     omniauth-mediawiki (0.0.4)
386       jwt (~> 2.0)
387       omniauth-oauth (~> 1.0)
388     omniauth-microsoft_graph (2.0.1)
389       jwt (~> 2.0)
390       omniauth (~> 2.0)
391       omniauth-oauth2 (~> 1.8.0)
392     omniauth-oauth (1.2.0)
393       oauth
394       omniauth (>= 1.0, < 3)
395     omniauth-oauth2 (1.8.0)
396       oauth2 (>= 1.4, < 3)
397       omniauth (~> 2.0)
398     omniauth-openid (2.0.1)
399       omniauth (>= 1.0, < 3.0)
400       rack-openid (~> 1.4.0)
401     omniauth-rails_csrf_protection (1.0.2)
402       actionpack (>= 4.2)
403       omniauth (~> 2.0)
404     openstreetmap-deadlock_retry (1.3.1)
405     parallel (1.25.1)
406     parser (3.3.4.0)
407       ast (~> 2.4.1)
408       racc
409     pg (1.5.6)
410     popper_js (2.11.8)
411     progress (3.6.0)
412     psych (5.1.2)
413       stringio
414     public_suffix (6.0.0)
415     puma (5.6.8)
416       nio4r (~> 2.0)
417     quad_tile (1.0.1)
418     racc (1.8.0)
419     rack (2.2.9)
420     rack-cors (2.0.2)
421       rack (>= 2.0.0)
422     rack-openid (1.4.2)
423       rack (>= 1.1.0)
424       ruby-openid (>= 2.1.8)
425     rack-protection (3.2.0)
426       base64 (>= 0.1.0)
427       rack (~> 2.2, >= 2.2.4)
428     rack-session (1.0.2)
429       rack (< 3)
430     rack-test (2.1.0)
431       rack (>= 1.3)
432     rack-uri_sanitizer (0.0.2)
433     rackup (1.0.0)
434       rack (< 3)
435       webrick
436     rails (7.1.3.4)
437       actioncable (= 7.1.3.4)
438       actionmailbox (= 7.1.3.4)
439       actionmailer (= 7.1.3.4)
440       actionpack (= 7.1.3.4)
441       actiontext (= 7.1.3.4)
442       actionview (= 7.1.3.4)
443       activejob (= 7.1.3.4)
444       activemodel (= 7.1.3.4)
445       activerecord (= 7.1.3.4)
446       activestorage (= 7.1.3.4)
447       activesupport (= 7.1.3.4)
448       bundler (>= 1.15.0)
449       railties (= 7.1.3.4)
450     rails-controller-testing (1.0.5)
451       actionpack (>= 5.0.1.rc1)
452       actionview (>= 5.0.1.rc1)
453       activesupport (>= 5.0.1.rc1)
454     rails-dom-testing (2.2.0)
455       activesupport (>= 5.0.0)
456       minitest
457       nokogiri (>= 1.6)
458     rails-html-sanitizer (1.6.0)
459       loofah (~> 2.21)
460       nokogiri (~> 1.14)
461     rails-i18n (7.0.9)
462       i18n (>= 0.7, < 2)
463       railties (>= 6.0.0, < 8)
464     rails_param (1.3.1)
465       actionpack (>= 3.2.0)
466       activesupport (>= 3.2.0)
467     railties (7.1.3.4)
468       actionpack (= 7.1.3.4)
469       activesupport (= 7.1.3.4)
470       irb
471       rackup (>= 1.0.0)
472       rake (>= 12.2)
473       thor (~> 1.0, >= 1.2.2)
474       zeitwerk (~> 2.6)
475     rainbow (3.1.1)
476     rake (13.2.1)
477     rb-fsevent (0.11.2)
478     rb-inotify (0.11.1)
479       ffi (~> 1.0)
480     rdoc (6.7.0)
481       psych (>= 4.0.0)
482     regexp_parser (2.9.2)
483     reline (0.5.9)
484       io-console (~> 0.5)
485     request_store (1.7.0)
486       rack (>= 1.4)
487     rexml (3.3.1)
488       strscan
489     rinku (2.0.6)
490     rotp (6.3.0)
491     rouge (4.3.0)
492     rtlcss (0.2.1)
493       mini_racer (>= 0.6.3)
494     rubocop (1.65.0)
495       json (~> 2.3)
496       language_server-protocol (>= 3.17.0)
497       parallel (~> 1.10)
498       parser (>= 3.3.0.2)
499       rainbow (>= 2.2.2, < 4.0)
500       regexp_parser (>= 2.4, < 3.0)
501       rexml (>= 3.2.5, < 4.0)
502       rubocop-ast (>= 1.31.1, < 2.0)
503       ruby-progressbar (~> 1.7)
504       unicode-display_width (>= 2.4.0, < 3.0)
505     rubocop-ast (1.31.3)
506       parser (>= 3.3.1.0)
507     rubocop-capybara (2.21.0)
508       rubocop (~> 1.41)
509     rubocop-factory_bot (2.26.1)
510       rubocop (~> 1.61)
511     rubocop-minitest (0.35.0)
512       rubocop (>= 1.61, < 2.0)
513       rubocop-ast (>= 1.31.1, < 2.0)
514     rubocop-performance (1.21.1)
515       rubocop (>= 1.48.1, < 2.0)
516       rubocop-ast (>= 1.31.1, < 2.0)
517     rubocop-rails (2.25.1)
518       activesupport (>= 4.2.0)
519       rack (>= 1.1)
520       rubocop (>= 1.33.0, < 2.0)
521       rubocop-ast (>= 1.31.1, < 2.0)
522     rubocop-rake (0.6.0)
523       rubocop (~> 1.0)
524     ruby-openid (2.9.2)
525     ruby-progressbar (1.13.0)
526     ruby-vips (2.2.1)
527       ffi (~> 1.12)
528     rubyzip (2.3.2)
529     sanitize (6.1.1)
530       crass (~> 1.0.2)
531       nokogiri (>= 1.12.0)
532     sass-embedded (1.64.2)
533       google-protobuf (~> 3.23)
534       rake (>= 13.0.0)
535     selenium-webdriver (4.22.0)
536       base64 (~> 0.2)
537       logger (~> 1.4)
538       rexml (~> 3.2, >= 3.2.5)
539       rubyzip (>= 1.2.2, < 3.0)
540       websocket (~> 1.0)
541     simplecov (0.22.0)
542       docile (~> 1.1)
543       simplecov-html (~> 0.11)
544       simplecov_json_formatter (~> 0.1)
545     simplecov-html (0.12.3)
546     simplecov-lcov (0.8.0)
547     simplecov_json_formatter (0.1.4)
548     simpleidn (0.2.3)
549     smart_properties (1.17.0)
550     snaky_hash (2.0.1)
551       hashie
552       version_gem (~> 1.1, >= 1.1.1)
553     sprockets (4.2.1)
554       concurrent-ruby (~> 1.0)
555       rack (>= 2.2.4, < 4)
556     sprockets-exporters_pack (0.1.2)
557       brotli (>= 0.2.0)
558       sprockets (>= 4.0.0.beta3)
559     sprockets-rails (3.5.1)
560       actionpack (>= 6.1)
561       activesupport (>= 6.1)
562       sprockets (>= 3.0.0)
563     stringio (3.1.1)
564     strong_migrations (1.8.0)
565       activerecord (>= 5.2)
566     strscan (3.1.0)
567     terminal-table (3.0.2)
568       unicode-display_width (>= 1.1.1, < 3)
569     terser (1.2.3)
570       execjs (>= 0.3.0, < 3)
571     thor (1.3.1)
572     tilt (2.4.0)
573     timeout (0.4.1)
574     turbo-rails (2.0.5)
575       actionpack (>= 6.0.0)
576       activejob (>= 6.0.0)
577       railties (>= 6.0.0)
578     tzinfo (2.0.6)
579       concurrent-ruby (~> 1.0)
580     unicode-display_width (2.5.0)
581     uri (0.13.0)
582     validates_email_format_of (1.8.2)
583       i18n (>= 0.8.0)
584       simpleidn
585     vendorer (0.2.0)
586     version_gem (1.1.4)
587     webmock (3.23.1)
588       addressable (>= 2.8.0)
589       crack (>= 0.3.2)
590       hashdiff (>= 0.4.0, < 2.0.0)
591     webrick (1.8.1)
592     websocket (1.2.11)
593     websocket-driver (0.7.6)
594       websocket-extensions (>= 0.1.0)
595     websocket-extensions (0.1.5)
596     xpath (3.2.0)
597       nokogiri (~> 1.8)
598     zeitwerk (2.6.16)
599
600 PLATFORMS
601   ruby
602
603 DEPENDENCIES
604   aasm
605   actionpack-page_caching (>= 1.2.0)
606   active_record_union
607   activerecord-import
608   addressable (~> 2.8)
609   annotate
610   argon2
611   autoprefixer-rails
612   aws-sdk-s3
613   better_errors
614   binding_of_caller
615   bootsnap (>= 1.4.2)
616   bootstrap (~> 5.3.2)
617   bootstrap_form (~> 5.0)
618   brakeman
619   browser (< 6)
620   bzip2-ffi
621   cancancan
622   canonical-rails
623   capybara (>= 2.15)
624   config
625   connection_pool
626   dalli
627   dartsass-sprockets
628   debug_inspector
629   delayed_job_active_record
630   doorkeeper
631   doorkeeper-i18n
632   doorkeeper-openid_connect
633   dry-validation
634   erb_lint
635   factory_bot_rails
636   faraday
637   ffi-libarchive
638   file_exists
639   frozen_record
640   gd2-ffij (>= 0.4.0)
641   htmlentities
642   http_accept_language (~> 2.1.1)
643   i18n-js (~> 3.9.2)
644   i18n-tasks
645   image_optim_rails
646   image_processing
647   jbuilder (~> 2.7)
648   jquery-rails
649   json
650   jwt
651   kgio
652   kramdown
653   libxml-ruby (>= 2.0.5)
654   listen
655   logstasher
656   marcel
657   maxminddb
658   mini_racer (~> 0.9.0)
659   minitest (~> 5.1)
660   minitest-focus
661   multi_xml (~> 0.6.0)
662   oauth-plugin (>= 0.5.1)
663   omniauth (~> 2.0.2)
664   omniauth-facebook
665   omniauth-github
666   omniauth-google-oauth2 (>= 0.6.0)
667   omniauth-mediawiki (>= 0.0.4)
668   omniauth-microsoft_graph
669   omniauth-openid
670   omniauth-rails_csrf_protection (~> 1.0)
671   openstreetmap-deadlock_retry (>= 1.3.1)
672   pg
673   puma (~> 5.6)
674   quad_tile (~> 1.0.1)
675   rack-cors
676   rack-uri_sanitizer
677   rails (~> 7.1.0)
678   rails-controller-testing
679   rails-i18n (~> 7.0.0)
680   rails_param
681   rinku (>= 2.0.6)
682   rotp
683   rtlcss
684   rubocop
685   rubocop-capybara
686   rubocop-factory_bot
687   rubocop-minitest
688   rubocop-performance
689   rubocop-rails
690   rubocop-rake
691   sanitize
692   sass-embedded (~> 1.64.0)
693   selenium-webdriver
694   simplecov
695   simplecov-lcov
696   sprockets-exporters_pack
697   strong_migrations (< 2.0.0)
698   terser
699   turbo-rails
700   unicode-display_width
701   validates_email_format_of (>= 1.5.1)
702   vendorer
703   webmock
704
705 BUNDLED WITH
706    2.4.19