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