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