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