]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Merge remote-tracking branch 'upstream/pull/3285'
[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.496.0)
81     aws-sdk-core (3.121.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.48.0)
87       aws-sdk-core (~> 3, >= 3.120.0)
88       aws-sigv4 (~> 1.1)
89     aws-sdk-s3 (1.102.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.8.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.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.7.1)
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.1)
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.1.1)
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.7.1)
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       faraday-rack (~> 1.0)
217       multipart-post (>= 1.2, < 3)
218       ruby2_keywords (>= 0.0.4)
219     faraday-em_http (1.0.0)
220     faraday-em_synchrony (1.0.0)
221     faraday-excon (1.1.0)
222     faraday-httpclient (1.0.1)
223     faraday-net_http (1.0.1)
224     faraday-net_http_persistent (1.2.0)
225     faraday-patron (1.0.0)
226     faraday-rack (1.0.0)
227     ffi (1.15.4)
228     ffi-libarchive (1.0.17)
229       ffi (~> 1.0)
230     fspath (3.1.2)
231     gd2-ffij (0.4.0)
232       ffi (>= 1.0.0)
233     globalid (0.5.2)
234       activesupport (>= 5.0)
235     hashdiff (1.0.1)
236     hashie (4.1.0)
237     html_tokenizer (0.0.7)
238     htmlentities (4.3.4)
239     http_accept_language (2.1.1)
240     i18n (1.8.10)
241       concurrent-ruby (~> 1.0)
242     i18n-js (3.9.0)
243       i18n (>= 0.6.6)
244     image_optim (0.30.0)
245       exifr (~> 1.2, >= 1.2.2)
246       fspath (~> 3.0)
247       image_size (>= 1.5, < 3)
248       in_threads (~> 1.3)
249       progress (~> 3.0, >= 3.0.1)
250     image_optim_rails (0.4.3)
251       image_optim (~> 0.24)
252       rails
253       sprockets
254     image_processing (1.12.1)
255       mini_magick (>= 4.9.5, < 5)
256       ruby-vips (>= 2.0.17, < 3)
257     image_size (2.1.2)
258     in_threads (1.5.4)
259     jbuilder (2.11.2)
260       activesupport (>= 5.0.0)
261     jmespath (1.4.0)
262     jquery-rails (4.4.0)
263       rails-dom-testing (>= 1, < 3)
264       railties (>= 4.2.0)
265       thor (>= 0.14, < 2.0)
266     json (2.5.1)
267     jwt (2.2.3)
268     kgio (2.11.4)
269     kramdown (2.3.1)
270       rexml
271     libxml-ruby (3.2.1)
272     listen (3.7.0)
273       rb-fsevent (~> 0.10, >= 0.10.3)
274       rb-inotify (~> 0.9, >= 0.9.10)
275     logstasher (2.1.5)
276       activesupport (>= 5.2)
277       request_store
278     loofah (2.12.0)
279       crass (~> 1.0.2)
280       nokogiri (>= 1.5.9)
281     mail (2.7.1)
282       mini_mime (>= 0.1.1)
283     marcel (1.0.1)
284     maxminddb (0.1.22)
285     method_source (1.0.0)
286     mini_magick (4.11.0)
287     mini_mime (1.1.1)
288     mini_portile2 (2.6.1)
289     minitest (5.14.4)
290     msgpack (1.4.2)
291     multi_json (1.15.0)
292     multi_xml (0.6.0)
293     multipart-post (2.1.1)
294     nio4r (2.5.8)
295     nokogiri (1.12.4)
296       mini_portile2 (~> 2.6.1)
297       racc (~> 1.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.2.0)
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.4.0)
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.1)
367       actioncable (= 6.1.4.1)
368       actionmailbox (= 6.1.4.1)
369       actionmailer (= 6.1.4.1)
370       actionpack (= 6.1.4.1)
371       actiontext (= 6.1.4.1)
372       actionview (= 6.1.4.1)
373       activejob (= 6.1.4.1)
374       activemodel (= 6.1.4.1)
375       activerecord (= 6.1.4.1)
376       activestorage (= 6.1.4.1)
377       activesupport (= 6.1.4.1)
378       bundler (>= 1.15.0)
379       railties (= 6.1.4.1)
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.4.2)
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.1)
394       actionpack (= 6.1.4.1)
395       activesupport (= 6.1.4.1)
396       method_source
397       rake (>= 0.13)
398       thor (~> 1.0)
399     rainbow (3.0.0)
400     rake (13.0.6)
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.20.0)
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.9.1, < 2.0)
417       ruby-progressbar (~> 1.7)
418       unicode-display_width (>= 1.4.0, < 3.0)
419     rubocop-ast (1.11.0)
420       parser (>= 3.0.1.1)
421     rubocop-minitest (0.15.0)
422       rubocop (>= 0.90, < 2.0)
423     rubocop-performance (1.11.5)
424       rubocop (>= 1.7.0, < 2.0)
425       rubocop-ast (>= 0.4.0)
426     rubocop-rails (2.11.3)
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.3)
435       ffi (~> 1.12)
436     ruby2_keywords (0.0.5)
437     rubyzip (2.3.2)
438     sanitize (6.0.0)
439       crass (~> 1.0.2)
440       nokogiri (>= 1.12.0)
441     sassc (2.4.0)
442       ffi (~> 1.9)
443     sassc-rails (2.1.2)
444       railties (>= 4.0.0)
445       sassc (>= 2.0)
446       sprockets (> 3.0)
447       sprockets-rails
448       tilt
449     secure_headers (6.3.2)
450     selenium-webdriver (3.142.7)
451       childprocess (>= 0.5, < 4.0)
452       rubyzip (>= 1.2.2)
453     simplecov (0.21.2)
454       docile (~> 1.1)
455       simplecov-html (~> 0.11)
456       simplecov_json_formatter (~> 0.1)
457     simplecov-html (0.12.3)
458     simplecov-lcov (0.8.0)
459     simplecov_json_formatter (0.1.3)
460     smart_properties (1.16.2)
461     sprockets (4.0.2)
462       concurrent-ruby (~> 1.0)
463       rack (> 1, < 3)
464     sprockets-rails (3.2.2)
465       actionpack (>= 4.0)
466       activesupport (>= 4.0)
467       sprockets (>= 3.0.0)
468     strong_migrations (0.7.8)
469       activerecord (>= 5)
470     terser (1.1.5)
471       execjs (>= 0.3.0, < 3)
472     thor (1.1.0)
473     tilt (2.0.10)
474     tzinfo (2.0.4)
475       concurrent-ruby (~> 1.0)
476     unicode-display_width (2.0.0)
477     validates_email_format_of (1.6.3)
478       i18n
479     vendorer (0.2.0)
480     webmock (3.14.0)
481       addressable (>= 2.8.0)
482       crack (>= 0.3.2)
483       hashdiff (>= 0.4.0, < 2.0.0)
484     websocket-driver (0.7.5)
485       websocket-extensions (>= 0.1.0)
486     websocket-extensions (0.1.5)
487     xpath (3.2.0)
488       nokogiri (~> 1.8)
489     zeitwerk (2.4.2)
490
491 PLATFORMS
492   ruby
493
494 DEPENDENCIES
495   aasm
496   actionpack-page_caching (>= 1.2.0)
497   active_record_union
498   activerecord-import
499   annotate
500   autoprefixer-rails
501   aws-sdk-s3
502   better_errors
503   binding_of_caller
504   bootsnap (>= 1.4.2)
505   bootstrap (~> 4.5.0)
506   bootstrap_form (~> 4.0)
507   brakeman
508   browser
509   bzip2-ffi
510   cancancan
511   canonical-rails
512   capybara (>= 2.15)
513   composite_primary_keys (~> 13.0.0)
514   config
515   dalli
516   debug_inspector
517   delayed_job_active_record
518   doorkeeper
519   doorkeeper-i18n
520   erb_lint
521   factory_bot_rails
522   faraday
523   ffi-libarchive
524   gd2-ffij (>= 0.4.0)
525   htmlentities
526   http_accept_language (~> 2.1.1)
527   i18n-js (>= 3.0.0)
528   image_optim_rails
529   image_processing
530   jbuilder (~> 2.7)
531   jquery-rails
532   json
533   kgio
534   kramdown
535   libxml-ruby (>= 2.0.5)
536   listen
537   logstasher
538   marcel
539   maxminddb
540   minitest (~> 5.1)
541   oauth-plugin (>= 0.5.1)
542   omniauth (~> 2.0.2)
543   omniauth-facebook
544   omniauth-github
545   omniauth-google-oauth2 (>= 0.6.0)
546   omniauth-mediawiki (>= 0.0.4)
547   omniauth-openid
548   omniauth-rails_csrf_protection (~> 1.0)
549   omniauth-windowslive
550   openstreetmap-deadlock_retry (>= 1.3.1)
551   pg
552   puma (~> 5.3)
553   quad_tile (~> 1.0.1)
554   r2 (~> 0.2.7)
555   rack-cors
556   rack-uri_sanitizer
557   rails (= 6.1.4.1)
558   rails-controller-testing
559   rails-i18n (~> 6.0.0)
560   rinku (>= 2.0.6)
561   rotp
562   rubocop
563   rubocop-minitest
564   rubocop-performance
565   rubocop-rails
566   rubocop-rake
567   sanitize
568   sassc-rails
569   secure_headers
570   selenium-webdriver
571   simplecov
572   simplecov-lcov
573   strong_migrations
574   terser
575   validates_email_format_of (>= 1.5.1)
576   vendorer
577   webmock
578
579 BUNDLED WITH
580    2.2.16