]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Merge remote-tracking branch 'upstream/pull/3226'
[rails.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     aasm (5.2.0)
5       concurrent-ruby (~> 1.0)
6     actioncable (6.1.3.2)
7       actionpack (= 6.1.3.2)
8       activesupport (= 6.1.3.2)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11     actionmailbox (6.1.3.2)
12       actionpack (= 6.1.3.2)
13       activejob (= 6.1.3.2)
14       activerecord (= 6.1.3.2)
15       activestorage (= 6.1.3.2)
16       activesupport (= 6.1.3.2)
17       mail (>= 2.7.1)
18     actionmailer (6.1.3.2)
19       actionpack (= 6.1.3.2)
20       actionview (= 6.1.3.2)
21       activejob (= 6.1.3.2)
22       activesupport (= 6.1.3.2)
23       mail (~> 2.5, >= 2.5.4)
24       rails-dom-testing (~> 2.0)
25     actionpack (6.1.3.2)
26       actionview (= 6.1.3.2)
27       activesupport (= 6.1.3.2)
28       rack (~> 2.0, >= 2.0.9)
29       rack-test (>= 0.6.3)
30       rails-dom-testing (~> 2.0)
31       rails-html-sanitizer (~> 1.0, >= 1.2.0)
32     actionpack-page_caching (1.2.4)
33       actionpack (>= 4.0.0)
34     actiontext (6.1.3.2)
35       actionpack (= 6.1.3.2)
36       activerecord (= 6.1.3.2)
37       activestorage (= 6.1.3.2)
38       activesupport (= 6.1.3.2)
39       nokogiri (>= 1.8.5)
40     actionview (6.1.3.2)
41       activesupport (= 6.1.3.2)
42       builder (~> 3.1)
43       erubi (~> 1.4)
44       rails-dom-testing (~> 2.0)
45       rails-html-sanitizer (~> 1.1, >= 1.2.0)
46     active_record_union (1.3.0)
47       activerecord (>= 4.0)
48     activejob (6.1.3.2)
49       activesupport (= 6.1.3.2)
50       globalid (>= 0.3.6)
51     activemodel (6.1.3.2)
52       activesupport (= 6.1.3.2)
53     activerecord (6.1.3.2)
54       activemodel (= 6.1.3.2)
55       activesupport (= 6.1.3.2)
56     activerecord-import (1.1.0)
57       activerecord (>= 3.2)
58     activestorage (6.1.3.2)
59       actionpack (= 6.1.3.2)
60       activejob (= 6.1.3.2)
61       activerecord (= 6.1.3.2)
62       activesupport (= 6.1.3.2)
63       marcel (~> 1.0.0)
64       mini_mime (~> 1.0.2)
65     activesupport (6.1.3.2)
66       concurrent-ruby (~> 1.0, >= 1.0.2)
67       i18n (>= 1.6, < 2)
68       minitest (>= 5.1)
69       tzinfo (~> 2.0)
70       zeitwerk (~> 2.3)
71     addressable (2.7.0)
72       public_suffix (>= 2.0.2, < 5.0)
73     annotate (3.1.1)
74       activerecord (>= 3.2, < 7.0)
75       rake (>= 10.4, < 14.0)
76     ast (2.4.2)
77     autoprefixer-rails (10.2.5.1)
78       execjs (> 0)
79     aws-eventstream (1.1.1)
80     aws-partitions (1.467.0)
81     aws-sdk-core (3.114.2)
82       aws-eventstream (~> 1, >= 1.0.2)
83       aws-partitions (~> 1, >= 1.239.0)
84       aws-sigv4 (~> 1.1)
85       jmespath (~> 1.0)
86     aws-sdk-kms (1.43.0)
87       aws-sdk-core (~> 3, >= 3.112.0)
88       aws-sigv4 (~> 1.1)
89     aws-sdk-s3 (1.96.1)
90       aws-sdk-core (~> 3, >= 3.112.0)
91       aws-sdk-kms (~> 1)
92       aws-sigv4 (~> 1.1)
93     aws-sigv4 (1.2.3)
94       aws-eventstream (~> 1, >= 1.0.2)
95     better_errors (2.9.1)
96       coderay (>= 1.0.0)
97       erubi (>= 1.0.0)
98       rack (>= 0.9.0)
99     better_html (1.0.16)
100       actionview (>= 4.0)
101       activesupport (>= 4.0)
102       ast (~> 2.0)
103       erubi (~> 1.4)
104       html_tokenizer (~> 0.0.6)
105       parser (>= 2.4)
106       smart_properties
107     binding_of_caller (1.0.0)
108       debug_inspector (>= 0.0.1)
109     bootsnap (1.7.5)
110       msgpack (~> 1.0)
111     bootstrap (4.5.3)
112       autoprefixer-rails (>= 9.1.0)
113       popper_js (>= 1.14.3, < 2)
114       sassc-rails (>= 2.0.0)
115     bootstrap_form (4.5.0)
116       actionpack (>= 5.2)
117       activemodel (>= 5.2)
118     brakeman (5.0.4)
119     browser (5.3.1)
120     builder (3.2.4)
121     bzip2-ffi (1.1.0)
122       ffi (~> 1.0)
123     cancancan (3.2.2)
124     canonical-rails (0.2.11)
125       rails (>= 4.1, < 6.2)
126     capybara (3.35.3)
127       addressable
128       mini_mime (>= 0.1.3)
129       nokogiri (~> 1.8)
130       rack (>= 1.6.0)
131       rack-test (>= 0.6.3)
132       regexp_parser (>= 1.5, < 3.0)
133       xpath (~> 3.2)
134     childprocess (3.0.0)
135     coderay (1.1.3)
136     composite_primary_keys (13.0.0)
137       activerecord (~> 6.1.0)
138     concurrent-ruby (1.1.9)
139     config (3.1.0)
140       deep_merge (~> 1.2, >= 1.2.1)
141       dry-validation (~> 1.0, >= 1.0.0)
142     crack (0.4.5)
143       rexml
144     crass (1.0.6)
145     dalli (2.7.11)
146     debug_inspector (1.1.0)
147     deep_merge (1.2.1)
148     delayed_job (4.1.9)
149       activesupport (>= 3.0, < 6.2)
150     delayed_job_active_record (4.1.6)
151       activerecord (>= 3.0, < 6.2)
152       delayed_job (>= 3.0, < 5)
153     docile (1.4.0)
154     dry-configurable (0.12.1)
155       concurrent-ruby (~> 1.0)
156       dry-core (~> 0.5, >= 0.5.0)
157     dry-container (0.8.0)
158       concurrent-ruby (~> 1.0)
159       dry-configurable (~> 0.1, >= 0.1.3)
160     dry-core (0.6.0)
161       concurrent-ruby (~> 1.0)
162     dry-equalizer (0.3.0)
163     dry-inflector (0.2.0)
164     dry-initializer (3.0.4)
165     dry-logic (1.2.0)
166       concurrent-ruby (~> 1.0)
167       dry-core (~> 0.5, >= 0.5)
168     dry-schema (1.6.2)
169       concurrent-ruby (~> 1.0)
170       dry-configurable (~> 0.8, >= 0.8.3)
171       dry-core (~> 0.5, >= 0.5)
172       dry-initializer (~> 3.0)
173       dry-logic (~> 1.0)
174       dry-types (~> 1.5)
175     dry-types (1.5.1)
176       concurrent-ruby (~> 1.0)
177       dry-container (~> 0.3)
178       dry-core (~> 0.5, >= 0.5)
179       dry-inflector (~> 0.1, >= 0.1.2)
180       dry-logic (~> 1.0, >= 1.0.2)
181     dry-validation (1.6.0)
182       concurrent-ruby (~> 1.0)
183       dry-container (~> 0.7, >= 0.7.1)
184       dry-core (~> 0.4)
185       dry-equalizer (~> 0.2)
186       dry-initializer (~> 3.0)
187       dry-schema (~> 1.5, >= 1.5.2)
188     erb_lint (0.0.37)
189       activesupport
190       better_html (~> 1.0.7)
191       html_tokenizer
192       parser (>= 2.7.1.4)
193       rainbow
194       rubocop
195       smart_properties
196     erubi (1.10.0)
197     execjs (2.8.1)
198     exifr (1.3.9)
199     factory_bot (6.2.0)
200       activesupport (>= 5.0.0)
201     factory_bot_rails (6.2.0)
202       factory_bot (~> 6.2.0)
203       railties (>= 5.0.0)
204     faraday (1.4.2)
205       faraday-em_http (~> 1.0)
206       faraday-em_synchrony (~> 1.0)
207       faraday-excon (~> 1.1)
208       faraday-net_http (~> 1.0)
209       faraday-net_http_persistent (~> 1.1)
210       multipart-post (>= 1.2, < 3)
211       ruby2_keywords (>= 0.0.4)
212     faraday-em_http (1.0.0)
213     faraday-em_synchrony (1.0.0)
214     faraday-excon (1.1.0)
215     faraday-net_http (1.0.1)
216     faraday-net_http_persistent (1.1.0)
217     ffi (1.15.1)
218     ffi-libarchive (1.0.17)
219       ffi (~> 1.0)
220     fspath (3.1.2)
221     gd2-ffij (0.4.0)
222       ffi (>= 1.0.0)
223     globalid (0.4.2)
224       activesupport (>= 4.2.0)
225     hashdiff (1.0.1)
226     hashie (4.1.0)
227     html_tokenizer (0.0.7)
228     htmlentities (4.3.4)
229     http_accept_language (2.1.1)
230     i18n (1.8.10)
231       concurrent-ruby (~> 1.0)
232     i18n-js (3.8.3)
233       i18n (>= 0.6.6)
234     image_optim (0.30.0)
235       exifr (~> 1.2, >= 1.2.2)
236       fspath (~> 3.0)
237       image_size (>= 1.5, < 3)
238       in_threads (~> 1.3)
239       progress (~> 3.0, >= 3.0.1)
240     image_optim_rails (0.4.3)
241       image_optim (~> 0.24)
242       rails
243       sprockets
244     image_processing (1.12.1)
245       mini_magick (>= 4.9.5, < 5)
246       ruby-vips (>= 2.0.17, < 3)
247     image_size (2.1.0)
248     in_threads (1.5.4)
249     jbuilder (2.11.2)
250       activesupport (>= 5.0.0)
251     jmespath (1.4.0)
252     jquery-rails (4.4.0)
253       rails-dom-testing (>= 1, < 3)
254       railties (>= 4.2.0)
255       thor (>= 0.14, < 2.0)
256     json (2.5.1)
257     jwt (2.2.3)
258     kgio (2.11.4)
259     kramdown (2.3.1)
260       rexml
261     libxml-ruby (3.2.1)
262     listen (3.5.1)
263       rb-fsevent (~> 0.10, >= 0.10.3)
264       rb-inotify (~> 0.9, >= 0.9.10)
265     logstasher (2.1.5)
266       activesupport (>= 5.2)
267       request_store
268     loofah (2.10.0)
269       crass (~> 1.0.2)
270       nokogiri (>= 1.5.9)
271     mail (2.7.1)
272       mini_mime (>= 0.1.1)
273     marcel (1.0.1)
274     maxminddb (0.1.22)
275     method_source (1.0.0)
276     mini_magick (4.11.0)
277     mini_mime (1.0.3)
278     mini_portile2 (2.5.3)
279     minitest (5.14.4)
280     msgpack (1.4.2)
281     multi_json (1.15.0)
282     multi_xml (0.6.0)
283     multipart-post (2.1.1)
284     nio4r (2.5.7)
285     nokogiri (1.11.7)
286       mini_portile2 (~> 2.5.0)
287       racc (~> 1.4)
288     nokogumbo (2.0.5)
289       nokogiri (~> 1.8, >= 1.8.4)
290     oauth (0.4.7)
291     oauth-plugin (0.5.1)
292       multi_json
293       oauth (~> 0.4.4)
294       oauth2 (>= 0.5.0)
295       rack
296     oauth2 (1.4.7)
297       faraday (>= 0.8, < 2.0)
298       jwt (>= 1.0, < 3.0)
299       multi_json (~> 1.3)
300       multi_xml (~> 0.5)
301       rack (>= 1.2, < 3)
302     omniauth (2.0.4)
303       hashie (>= 3.4.6)
304       rack (>= 1.6.2, < 3)
305       rack-protection
306     omniauth-facebook (8.0.0)
307       omniauth-oauth2 (~> 1.2)
308     omniauth-github (2.0.0)
309       omniauth (~> 2.0)
310       omniauth-oauth2 (~> 1.7.1)
311     omniauth-google-oauth2 (1.0.0)
312       jwt (>= 2.0)
313       oauth2 (~> 1.1)
314       omniauth (~> 2.0)
315       omniauth-oauth2 (~> 1.7.1)
316     omniauth-mediawiki (0.0.4)
317       jwt (~> 2.0)
318       omniauth-oauth (~> 1.0)
319     omniauth-oauth (1.2.0)
320       oauth
321       omniauth (>= 1.0, < 3)
322     omniauth-oauth2 (1.7.1)
323       oauth2 (~> 1.4)
324       omniauth (>= 1.9, < 3)
325     omniauth-openid (2.0.1)
326       omniauth (>= 1.0, < 3.0)
327       rack-openid (~> 1.4.0)
328     omniauth-rails_csrf_protection (1.0.0)
329       actionpack (>= 4.2)
330       omniauth (~> 2.0)
331     omniauth-windowslive (0.0.12)
332       multi_json (~> 1.12)
333       omniauth-oauth2 (~> 1.4)
334     openstreetmap-deadlock_retry (1.3.1)
335     parallel (1.20.1)
336     parser (3.0.1.1)
337       ast (~> 2.4.1)
338     pg (1.2.3)
339     popper_js (1.16.0)
340     progress (3.6.0)
341     public_suffix (4.0.6)
342     puma (5.3.2)
343       nio4r (~> 2.0)
344     quad_tile (1.0.1)
345     r2 (0.2.7)
346     racc (1.5.2)
347     rack (2.2.3)
348     rack-cors (1.1.1)
349       rack (>= 2.0.0)
350     rack-openid (1.4.2)
351       rack (>= 1.1.0)
352       ruby-openid (>= 2.1.8)
353     rack-protection (2.1.0)
354       rack
355     rack-test (1.1.0)
356       rack (>= 1.0, < 3)
357     rack-uri_sanitizer (0.0.2)
358     rails (6.1.3.2)
359       actioncable (= 6.1.3.2)
360       actionmailbox (= 6.1.3.2)
361       actionmailer (= 6.1.3.2)
362       actionpack (= 6.1.3.2)
363       actiontext (= 6.1.3.2)
364       actionview (= 6.1.3.2)
365       activejob (= 6.1.3.2)
366       activemodel (= 6.1.3.2)
367       activerecord (= 6.1.3.2)
368       activestorage (= 6.1.3.2)
369       activesupport (= 6.1.3.2)
370       bundler (>= 1.15.0)
371       railties (= 6.1.3.2)
372       sprockets-rails (>= 2.0.0)
373     rails-controller-testing (1.0.5)
374       actionpack (>= 5.0.1.rc1)
375       actionview (>= 5.0.1.rc1)
376       activesupport (>= 5.0.1.rc1)
377     rails-dom-testing (2.0.3)
378       activesupport (>= 4.2.0)
379       nokogiri (>= 1.6)
380     rails-html-sanitizer (1.3.0)
381       loofah (~> 2.3)
382     rails-i18n (6.0.0)
383       i18n (>= 0.7, < 2)
384       railties (>= 6.0.0, < 7)
385     railties (6.1.3.2)
386       actionpack (= 6.1.3.2)
387       activesupport (= 6.1.3.2)
388       method_source
389       rake (>= 0.8.7)
390       thor (~> 1.0)
391     rainbow (3.0.0)
392     rake (13.0.3)
393     rb-fsevent (0.11.0)
394     rb-inotify (0.10.1)
395       ffi (~> 1.0)
396     regexp_parser (2.1.1)
397     request_store (1.5.0)
398       rack (>= 1.4)
399     rexml (3.2.5)
400     rinku (2.0.6)
401     rotp (6.2.0)
402     rubocop (1.17.0)
403       parallel (~> 1.10)
404       parser (>= 3.0.0.0)
405       rainbow (>= 2.2.2, < 4.0)
406       regexp_parser (>= 1.8, < 3.0)
407       rexml
408       rubocop-ast (>= 1.7.0, < 2.0)
409       ruby-progressbar (~> 1.7)
410       unicode-display_width (>= 1.4.0, < 3.0)
411     rubocop-ast (1.7.0)
412       parser (>= 3.0.1.1)
413     rubocop-minitest (0.12.1)
414       rubocop (>= 0.90, < 2.0)
415     rubocop-performance (1.11.3)
416       rubocop (>= 1.7.0, < 2.0)
417       rubocop-ast (>= 0.4.0)
418     rubocop-rails (2.10.1)
419       activesupport (>= 4.2.0)
420       rack (>= 1.1)
421       rubocop (>= 1.7.0, < 2.0)
422     rubocop-rake (0.5.1)
423       rubocop
424     ruby-openid (2.9.2)
425     ruby-progressbar (1.11.0)
426     ruby-vips (2.1.2)
427       ffi (~> 1.12)
428     ruby2_keywords (0.0.4)
429     rubyzip (2.3.0)
430     sanitize (5.2.3)
431       crass (~> 1.0.2)
432       nokogiri (>= 1.8.0)
433       nokogumbo (~> 2.0)
434     sassc (2.4.0)
435       ffi (~> 1.9)
436     sassc-rails (2.1.2)
437       railties (>= 4.0.0)
438       sassc (>= 2.0)
439       sprockets (> 3.0)
440       sprockets-rails
441       tilt
442     secure_headers (6.3.2)
443     selenium-webdriver (3.142.7)
444       childprocess (>= 0.5, < 4.0)
445       rubyzip (>= 1.2.2)
446     simplecov (0.21.2)
447       docile (~> 1.1)
448       simplecov-html (~> 0.11)
449       simplecov_json_formatter (~> 0.1)
450     simplecov-html (0.12.3)
451     simplecov-lcov (0.8.0)
452     simplecov_json_formatter (0.1.3)
453     smart_properties (1.15.0)
454     sprockets (4.0.2)
455       concurrent-ruby (~> 1.0)
456       rack (> 1, < 3)
457     sprockets-rails (3.2.2)
458       actionpack (>= 4.0)
459       activesupport (>= 4.0)
460       sprockets (>= 3.0.0)
461     strong_migrations (0.7.7)
462       activerecord (>= 5)
463     thor (1.1.0)
464     tilt (2.0.10)
465     tzinfo (2.0.4)
466       concurrent-ruby (~> 1.0)
467     uglifier (4.2.0)
468       execjs (>= 0.3.0, < 3)
469     unicode-display_width (2.0.0)
470     validates_email_format_of (1.6.3)
471       i18n
472     vendorer (0.2.0)
473     webmock (3.13.0)
474       addressable (>= 2.3.6)
475       crack (>= 0.3.2)
476       hashdiff (>= 0.4.0, < 2.0.0)
477     websocket-driver (0.7.5)
478       websocket-extensions (>= 0.1.0)
479     websocket-extensions (0.1.5)
480     xpath (3.2.0)
481       nokogiri (~> 1.8)
482     zeitwerk (2.4.2)
483
484 PLATFORMS
485   ruby
486
487 DEPENDENCIES
488   aasm
489   actionpack-page_caching (>= 1.2.0)
490   active_record_union
491   activerecord-import
492   annotate
493   autoprefixer-rails
494   aws-sdk-s3
495   better_errors
496   binding_of_caller
497   bootsnap (>= 1.4.2)
498   bootstrap (~> 4.5.0)
499   bootstrap_form (~> 4.0)
500   brakeman
501   browser
502   bzip2-ffi
503   cancancan
504   canonical-rails
505   capybara (>= 2.15)
506   composite_primary_keys (~> 13.0.0)
507   config
508   dalli
509   debug_inspector
510   delayed_job_active_record
511   erb_lint
512   factory_bot_rails
513   faraday
514   ffi-libarchive
515   gd2-ffij (>= 0.4.0)
516   htmlentities
517   http_accept_language (~> 2.1.1)
518   i18n-js (>= 3.0.0)
519   image_optim_rails
520   image_processing
521   jbuilder (~> 2.7)
522   jquery-rails
523   json
524   kgio
525   kramdown
526   libxml-ruby (>= 2.0.5)
527   listen
528   logstasher
529   marcel
530   maxminddb
531   minitest (~> 5.1)
532   oauth-plugin (>= 0.5.1)
533   omniauth (~> 2.0.2)
534   omniauth-facebook
535   omniauth-github
536   omniauth-google-oauth2 (>= 0.6.0)
537   omniauth-mediawiki (>= 0.0.4)
538   omniauth-openid
539   omniauth-rails_csrf_protection (~> 1.0)
540   omniauth-windowslive
541   openstreetmap-deadlock_retry (>= 1.3.1)
542   pg
543   puma (~> 5.3)
544   quad_tile (~> 1.0.1)
545   r2 (~> 0.2.7)
546   rack-cors
547   rack-uri_sanitizer
548   rails (= 6.1.3.2)
549   rails-controller-testing
550   rails-i18n (~> 6.0.0)
551   rinku (>= 2.0.6)
552   rotp
553   rubocop
554   rubocop-minitest
555   rubocop-performance
556   rubocop-rails
557   rubocop-rake
558   sanitize
559   sassc-rails
560   secure_headers
561   selenium-webdriver
562   simplecov
563   simplecov-lcov
564   strong_migrations
565   uglifier (>= 1.3.0)
566   validates_email_format_of (>= 1.5.1)
567   vendorer
568   webmock
569
570 BUNDLED WITH
571    2.2.16