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