]> 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.413.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.3)
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 (1.0.0)
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.2.0)
205       multipart-post (>= 1.2, < 3)
206       ruby2_keywords
207     ffi (1.14.2)
208     ffi-libarchive (1.0.4)
209       ffi (~> 1.0)
210     fspath (3.1.2)
211     gd2-ffij (0.4.0)
212       ffi (>= 1.0.0)
213     globalid (0.4.2)
214       activesupport (>= 4.2.0)
215     hashdiff (1.0.1)
216     hashie (4.1.0)
217     html_tokenizer (0.0.7)
218     htmlentities (4.3.4)
219     http_accept_language (2.1.1)
220     i18n (1.8.5)
221       concurrent-ruby (~> 1.0)
222     i18n-js (3.8.0)
223       i18n (>= 0.6.6)
224     image_optim (0.28.0)
225       exifr (~> 1.2, >= 1.2.2)
226       fspath (~> 3.0)
227       image_size (>= 1.5, < 3)
228       in_threads (~> 1.3)
229       progress (~> 3.0, >= 3.0.1)
230     image_optim_rails (0.4.3)
231       image_optim (~> 0.24)
232       rails
233       sprockets
234     image_size (2.1.0)
235     in_threads (1.5.4)
236     jbuilder (2.10.1)
237       activesupport (>= 5.0.0)
238     jmespath (1.4.0)
239     jquery-rails (4.4.0)
240       rails-dom-testing (>= 1, < 3)
241       railties (>= 4.2.0)
242       thor (>= 0.14, < 2.0)
243     json (2.5.1)
244     jwt (2.2.2)
245     kgio (2.11.3)
246     kramdown (2.3.0)
247       rexml
248     libxml-ruby (3.2.1)
249     listen (3.3.3)
250       rb-fsevent (~> 0.10, >= 0.10.3)
251       rb-inotify (~> 0.9, >= 0.9.10)
252     logstasher (2.1.5)
253       activesupport (>= 5.2)
254       request_store
255     loofah (2.8.0)
256       crass (~> 1.0.2)
257       nokogiri (>= 1.5.9)
258     mail (2.7.1)
259       mini_mime (>= 0.1.1)
260     marcel (0.3.3)
261       mimemagic (~> 0.3.2)
262     maxminddb (0.1.22)
263     method_source (1.0.0)
264     mimemagic (0.3.5)
265     mini_magick (4.11.0)
266     mini_mime (1.0.2)
267     mini_portile2 (2.4.0)
268     minitest (5.14.2)
269     msgpack (1.3.3)
270     multi_json (1.15.0)
271     multi_xml (0.6.0)
272     multipart-post (2.1.1)
273     nio4r (2.5.4)
274     nokogiri (1.10.10)
275       mini_portile2 (~> 2.4.0)
276     nokogumbo (2.0.4)
277       nokogiri (~> 1.8, >= 1.8.4)
278     oauth (0.4.7)
279     oauth-plugin (0.5.1)
280       multi_json
281       oauth (~> 0.4.4)
282       oauth2 (>= 0.5.0)
283       rack
284     oauth2 (1.4.4)
285       faraday (>= 0.8, < 2.0)
286       jwt (>= 1.0, < 3.0)
287       multi_json (~> 1.3)
288       multi_xml (~> 0.5)
289       rack (>= 1.2, < 3)
290     omniauth (1.9.1)
291       hashie (>= 3.4.6)
292       rack (>= 1.6.2, < 3)
293     omniauth-facebook (8.0.0)
294       omniauth-oauth2 (~> 1.2)
295     omniauth-github (1.4.0)
296       omniauth (~> 1.5)
297       omniauth-oauth2 (>= 1.4.0, < 2.0)
298     omniauth-google-oauth2 (0.8.1)
299       jwt (>= 2.0)
300       oauth2 (~> 1.1)
301       omniauth (>= 1.1.1)
302       omniauth-oauth2 (>= 1.6)
303     omniauth-mediawiki (0.0.4)
304       jwt (~> 2.0)
305       omniauth-oauth (~> 1.0)
306     omniauth-oauth (1.1.0)
307       oauth
308       omniauth (~> 1.0)
309     omniauth-oauth2 (1.7.0)
310       oauth2 (~> 1.4)
311       omniauth (~> 1.9)
312     omniauth-openid (1.0.1)
313       omniauth (~> 1.0)
314       rack-openid (~> 1.3.1)
315     omniauth-windowslive (0.0.12)
316       multi_json (~> 1.12)
317       omniauth-oauth2 (~> 1.4)
318     openstreetmap-deadlock_retry (1.3.0)
319     parallel (1.20.1)
320     parser (3.0.0.0)
321       ast (~> 2.4.1)
322     pg (1.2.3)
323     popper_js (1.16.0)
324     progress (3.5.2)
325     psych (3.3.0)
326     public_suffix (4.0.6)
327     puma (5.1.1)
328       nio4r (~> 2.0)
329     quad_tile (1.0.1)
330     r2 (0.2.7)
331     rack (2.2.3)
332     rack-cors (1.1.1)
333       rack (>= 2.0.0)
334     rack-openid (1.3.1)
335       rack (>= 1.1.0)
336       ruby-openid (>= 2.1.8)
337     rack-test (1.1.0)
338       rack (>= 1.0, < 3)
339     rack-uri_sanitizer (0.0.2)
340     rails (6.0.3.4)
341       actioncable (= 6.0.3.4)
342       actionmailbox (= 6.0.3.4)
343       actionmailer (= 6.0.3.4)
344       actionpack (= 6.0.3.4)
345       actiontext (= 6.0.3.4)
346       actionview (= 6.0.3.4)
347       activejob (= 6.0.3.4)
348       activemodel (= 6.0.3.4)
349       activerecord (= 6.0.3.4)
350       activestorage (= 6.0.3.4)
351       activesupport (= 6.0.3.4)
352       bundler (>= 1.3.0)
353       railties (= 6.0.3.4)
354       sprockets-rails (>= 2.0.0)
355     rails-controller-testing (1.0.5)
356       actionpack (>= 5.0.1.rc1)
357       actionview (>= 5.0.1.rc1)
358       activesupport (>= 5.0.1.rc1)
359     rails-dom-testing (2.0.3)
360       activesupport (>= 4.2.0)
361       nokogiri (>= 1.6)
362     rails-html-sanitizer (1.3.0)
363       loofah (~> 2.3)
364     rails-i18n (6.0.0)
365       i18n (>= 0.7, < 2)
366       railties (>= 6.0.0, < 7)
367     railties (6.0.3.4)
368       actionpack (= 6.0.3.4)
369       activesupport (= 6.0.3.4)
370       method_source
371       rake (>= 0.8.7)
372       thor (>= 0.20.3, < 2.0)
373     rainbow (3.0.0)
374     rake (13.0.3)
375     rb-fsevent (0.10.4)
376     rb-inotify (0.10.1)
377       ffi (~> 1.0)
378     regexp_parser (1.8.2)
379     request_store (1.5.0)
380       rack (>= 1.4)
381     rexml (3.2.4)
382     rinku (2.0.6)
383     rotp (6.2.0)
384     rubocop (0.93.1)
385       parallel (~> 1.10)
386       parser (>= 2.7.1.5)
387       rainbow (>= 2.2.2, < 4.0)
388       regexp_parser (>= 1.8)
389       rexml
390       rubocop-ast (>= 0.6.0)
391       ruby-progressbar (~> 1.7)
392       unicode-display_width (>= 1.4.0, < 2.0)
393     rubocop-ast (1.3.0)
394       parser (>= 2.7.1.5)
395     rubocop-minitest (0.10.2)
396       rubocop (>= 0.87, < 2.0)
397     rubocop-performance (1.9.1)
398       rubocop (>= 0.90.0, < 2.0)
399       rubocop-ast (>= 0.4.0)
400     rubocop-rails (2.9.1)
401       activesupport (>= 4.2.0)
402       rack (>= 1.1)
403       rubocop (>= 0.90.0, < 2.0)
404     ruby-openid (2.9.2)
405     ruby-progressbar (1.10.1)
406     ruby2_keywords (0.0.2)
407     rubyzip (2.3.0)
408     sanitize (5.2.1)
409       crass (~> 1.0.2)
410       nokogiri (>= 1.8.0)
411       nokogumbo (~> 2.0)
412     sassc (2.4.0)
413       ffi (~> 1.9)
414     sassc-rails (2.1.2)
415       railties (>= 4.0.0)
416       sassc (>= 2.0)
417       sprockets (> 3.0)
418       sprockets-rails
419       tilt
420     secure_headers (6.3.1)
421     selenium-webdriver (3.142.7)
422       childprocess (>= 0.5, < 4.0)
423       rubyzip (>= 1.2.2)
424     simplecov (0.20.0)
425       docile (~> 1.1)
426       simplecov-html (~> 0.11)
427       simplecov_json_formatter (~> 0.1)
428     simplecov-html (0.12.3)
429     simplecov-lcov (0.8.0)
430     simplecov_json_formatter (0.1.2)
431     smart_properties (1.15.0)
432     sprockets (4.0.2)
433       concurrent-ruby (~> 1.0)
434       rack (> 1, < 3)
435     sprockets-rails (3.2.2)
436       actionpack (>= 4.0)
437       activesupport (>= 4.0)
438       sprockets (>= 3.0.0)
439     strong_migrations (0.7.4)
440       activerecord (>= 5)
441     thor (1.0.1)
442     thread_safe (0.3.6)
443     tilt (2.0.10)
444     tzinfo (1.2.9)
445       thread_safe (~> 0.1)
446     uglifier (4.2.0)
447       execjs (>= 0.3.0, < 3)
448     unicode-display_width (1.7.0)
449     validates_email_format_of (1.6.3)
450       i18n
451     vendorer (0.2.0)
452     webmock (3.11.0)
453       addressable (>= 2.3.6)
454       crack (>= 0.3.2)
455       hashdiff (>= 0.4.0, < 2.0.0)
456     websocket-driver (0.7.3)
457       websocket-extensions (>= 0.1.0)
458     websocket-extensions (0.1.5)
459     xpath (3.2.0)
460       nokogiri (~> 1.8)
461     zeitwerk (2.4.2)
462
463 PLATFORMS
464   ruby
465
466 DEPENDENCIES
467   aasm
468   actionpack-page_caching (>= 1.2.0)
469   active_record_union
470   activerecord-import
471   annotate
472   autoprefixer-rails
473   aws-sdk-s3
474   better_errors
475   bigdecimal (~> 1.1.0)
476   binding_of_caller
477   bootsnap (>= 1.4.2)
478   bootstrap (~> 4.5.0)
479   bootstrap_form (~> 4.0)
480   brakeman
481   browser
482   bzip2-ffi
483   cancancan
484   canonical-rails
485   capybara (>= 2.15)
486   composite_primary_keys (~> 12.0.0)
487   config
488   dalli
489   delayed_job_active_record
490   dynamic_form
491   erb_lint
492   factory_bot_rails
493   faraday
494   ffi-libarchive
495   gd2-ffij (>= 0.4.0)
496   htmlentities
497   http_accept_language (~> 2.1.1)
498   i18n-js (>= 3.0.0)
499   image_optim_rails
500   jbuilder (~> 2.7)
501   jquery-rails
502   json
503   kgio
504   kramdown
505   libxml-ruby (>= 2.0.5)
506   listen
507   logstasher
508   maxminddb
509   mimemagic
510   mini_magick
511   minitest (~> 5.1)
512   oauth-plugin (>= 0.5.1)
513   omniauth
514   omniauth-facebook
515   omniauth-github
516   omniauth-google-oauth2 (>= 0.6.0)
517   omniauth-mediawiki (>= 0.0.4)
518   omniauth-openid
519   omniauth-windowslive
520   openstreetmap-deadlock_retry (>= 1.3.0)
521   pg
522   psych
523   puma (~> 5.0)
524   quad_tile (~> 1.0.1)
525   r2 (~> 0.2.7)
526   rack-cors
527   rack-uri_sanitizer
528   rails (= 6.0.3.4)
529   rails-controller-testing
530   rails-i18n (~> 6.0.0)
531   rinku (>= 2.0.6)
532   rotp
533   rubocop (~> 0.93)
534   rubocop-minitest
535   rubocop-performance
536   rubocop-rails
537   sanitize
538   sassc-rails
539   secure_headers
540   selenium-webdriver
541   simplecov
542   simplecov-lcov
543   strong_migrations
544   uglifier (>= 1.3.0)
545   validates_email_format_of (>= 1.5.1)
546   vendorer
547   webmock
548
549 BUNDLED WITH
550    2.1.4