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