]> 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     SystemTimer (1.2.3)
5     aasm (5.0.6)
6       concurrent-ruby (~> 1.0)
7     actioncable (6.0.1)
8       actionpack (= 6.0.1)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11     actionmailbox (6.0.1)
12       actionpack (= 6.0.1)
13       activejob (= 6.0.1)
14       activerecord (= 6.0.1)
15       activestorage (= 6.0.1)
16       activesupport (= 6.0.1)
17       mail (>= 2.7.1)
18     actionmailer (6.0.1)
19       actionpack (= 6.0.1)
20       actionview (= 6.0.1)
21       activejob (= 6.0.1)
22       mail (~> 2.5, >= 2.5.4)
23       rails-dom-testing (~> 2.0)
24     actionpack (6.0.1)
25       actionview (= 6.0.1)
26       activesupport (= 6.0.1)
27       rack (~> 2.0)
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.0)
32       actionpack (>= 5.0.0)
33     actiontext (6.0.1)
34       actionpack (= 6.0.1)
35       activerecord (= 6.0.1)
36       activestorage (= 6.0.1)
37       activesupport (= 6.0.1)
38       nokogiri (>= 1.8.5)
39     actionview (6.0.1)
40       activesupport (= 6.0.1)
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.1)
48       activesupport (= 6.0.1)
49       globalid (>= 0.3.6)
50     activemodel (6.0.1)
51       activesupport (= 6.0.1)
52     activerecord (6.0.1)
53       activemodel (= 6.0.1)
54       activesupport (= 6.0.1)
55     activerecord-import (1.0.3)
56       activerecord (>= 3.2)
57     activestorage (6.0.1)
58       actionpack (= 6.0.1)
59       activejob (= 6.0.1)
60       activerecord (= 6.0.1)
61       marcel (~> 0.3.1)
62     activesupport (6.0.1)
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)
68     addressable (2.7.0)
69       public_suffix (>= 2.0.2, < 5.0)
70     annotate (3.0.3)
71       activerecord (>= 3.2, < 7.0)
72       rake (>= 10.4, < 14.0)
73     ast (2.4.0)
74     autoprefixer-rails (9.7.3)
75       execjs
76     aws-eventstream (1.0.3)
77     aws-partitions (1.254.0)
78     aws-sdk-core (3.85.1)
79       aws-eventstream (~> 1.0, >= 1.0.2)
80       aws-partitions (~> 1, >= 1.239.0)
81       aws-sigv4 (~> 1.1)
82       jmespath (~> 1.0)
83     aws-sdk-kms (1.27.0)
84       aws-sdk-core (~> 3, >= 3.71.0)
85       aws-sigv4 (~> 1.1)
86     aws-sdk-s3 (1.59.0)
87       aws-sdk-core (~> 3, >= 3.83.0)
88       aws-sdk-kms (~> 1)
89       aws-sigv4 (~> 1.1)
90     aws-sigv4 (1.1.0)
91       aws-eventstream (~> 1.0, >= 1.0.2)
92     better_errors (2.5.1)
93       coderay (>= 1.0.0)
94       erubi (>= 1.0.0)
95       rack (>= 0.9.0)
96     better_html (1.0.14)
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.4.5)
108       msgpack (~> 1.0)
109     browser (2.7.1)
110     builder (3.2.4)
111     bzip2-ffi (1.0.0)
112       ffi (~> 1.0)
113     cancancan (3.0.1)
114     canonical-rails (0.2.6)
115       rails (>= 4.1, < 6.1)
116     capybara (3.29.0)
117       addressable
118       mini_mime (>= 0.1.3)
119       nokogiri (~> 1.8)
120       rack (>= 1.6.0)
121       rack-test (>= 0.6.3)
122       regexp_parser (~> 1.5)
123       xpath (~> 3.2)
124     childprocess (3.0.0)
125     cliver (0.3.2)
126     coderay (1.1.2)
127     composite_primary_keys (12.0.1)
128       activerecord (~> 6.0.0)
129     concurrent-ruby (1.1.5)
130     config (2.0.0)
131       activesupport (>= 4.2)
132       deep_merge (~> 1.2, >= 1.2.1)
133       dry-schema (~> 1.0)
134     coveralls (0.8.23)
135       json (>= 1.8, < 3)
136       simplecov (~> 0.16.1)
137       term-ansicolor (~> 1.3)
138       thor (>= 0.19.4, < 2.0)
139       tins (~> 1.6)
140     crack (0.4.3)
141       safe_yaml (~> 1.0.0)
142     crass (1.0.5)
143     dalli (2.7.10)
144     debug_inspector (0.0.3)
145     deep_merge (1.2.1)
146     delayed_job (4.1.8)
147       activesupport (>= 3.0, < 6.1)
148     delayed_job_active_record (4.1.4)
149       activerecord (>= 3.0, < 6.1)
150       delayed_job (>= 3.0, < 5)
151     docile (1.3.2)
152     dry-configurable (0.9.0)
153       concurrent-ruby (~> 1.0)
154       dry-core (~> 0.4, >= 0.4.7)
155     dry-container (0.7.2)
156       concurrent-ruby (~> 1.0)
157       dry-configurable (~> 0.1, >= 0.1.3)
158     dry-core (0.4.9)
159       concurrent-ruby (~> 1.0)
160     dry-equalizer (0.3.0)
161     dry-inflector (0.2.0)
162     dry-initializer (3.0.2)
163     dry-logic (1.0.5)
164       concurrent-ruby (~> 1.0)
165       dry-core (~> 0.2)
166       dry-equalizer (~> 0.2)
167     dry-schema (1.4.1)
168       concurrent-ruby (~> 1.0)
169       dry-configurable (~> 0.8, >= 0.8.3)
170       dry-core (~> 0.4)
171       dry-equalizer (~> 0.2)
172       dry-initializer (~> 3.0)
173       dry-logic (~> 1.0)
174       dry-types (~> 1.2)
175     dry-types (1.2.1)
176       concurrent-ruby (~> 1.0)
177       dry-container (~> 0.3)
178       dry-core (~> 0.4, >= 0.4.4)
179       dry-equalizer (~> 0.2, >= 0.2.2)
180       dry-inflector (~> 0.1, >= 0.1.2)
181       dry-logic (~> 1.0, >= 1.0.2)
182     dynamic_form (1.1.4)
183     erb_lint (0.0.30)
184       activesupport
185       better_html (~> 1.0.7)
186       html_tokenizer
187       rainbow
188       rubocop (~> 0.51)
189       smart_properties
190     erubi (1.9.0)
191     execjs (2.7.0)
192     exifr (1.3.6)
193     factory_bot (5.1.1)
194       activesupport (>= 4.2.0)
195     factory_bot_rails (5.1.1)
196       factory_bot (~> 5.1.0)
197       railties (>= 4.2.0)
198     fakefs (0.20.1)
199     faraday (0.17.1)
200       multipart-post (>= 1.2, < 3)
201     ffi (1.11.3)
202     ffi-libarchive (0.4.10)
203       ffi (~> 1.0)
204     fspath (3.1.2)
205     gd2-ffij (0.4.0)
206       ffi (>= 1.0.0)
207     geoip (1.6.4)
208     globalid (0.4.2)
209       activesupport (>= 4.2.0)
210     hashdiff (1.0.0)
211     hashie (3.6.0)
212     html_tokenizer (0.0.7)
213     htmlentities (4.3.4)
214     http_accept_language (2.0.5)
215     i18n (0.9.5)
216       concurrent-ruby (~> 1.0)
217     i18n-js (3.5.0)
218       i18n (>= 0.6.6)
219     image_optim (0.26.5)
220       exifr (~> 1.2, >= 1.2.2)
221       fspath (~> 3.0)
222       image_size (>= 1.5, < 3)
223       in_threads (~> 1.3)
224       progress (~> 3.0, >= 3.0.1)
225     image_optim_rails (0.4.3)
226       image_optim (~> 0.24)
227       rails
228       sprockets
229     image_size (2.0.2)
230     in_threads (1.5.3)
231     jaro_winkler (1.5.4)
232     jbuilder (2.9.1)
233       activesupport (>= 4.2.0)
234     jmespath (1.4.0)
235     jquery-rails (4.3.5)
236       rails-dom-testing (>= 1, < 3)
237       railties (>= 4.2.0)
238       thor (>= 0.14, < 2.0)
239     json (2.3.0)
240     jwt (2.2.1)
241     kgio (2.11.2)
242     kramdown (2.1.0)
243     libxml-ruby (3.1.0)
244     listen (3.2.1)
245       rb-fsevent (~> 0.10, >= 0.10.3)
246       rb-inotify (~> 0.9, >= 0.9.10)
247     logstash-event (1.2.02)
248     logstasher (1.3.0)
249       activesupport (>= 4.0)
250       logstash-event (~> 1.2.0)
251       request_store
252     loofah (2.4.0)
253       crass (~> 1.0.2)
254       nokogiri (>= 1.5.9)
255     mail (2.7.1)
256       mini_mime (>= 0.1.1)
257     marcel (0.3.3)
258       mimemagic (~> 0.3.2)
259     method_source (0.9.2)
260     mimemagic (0.3.3)
261     mini_magick (4.9.5)
262     mini_mime (1.0.2)
263     mini_portile2 (2.4.0)
264     minitest (5.13.0)
265     msgpack (1.3.1)
266     multi_json (1.14.1)
267     multi_xml (0.6.0)
268     multipart-post (2.1.1)
269     nio4r (2.5.2)
270     nokogiri (1.10.7)
271       mini_portile2 (~> 2.4.0)
272     nokogumbo (2.0.2)
273       nokogiri (~> 1.8, >= 1.8.4)
274     oauth (0.4.7)
275     oauth-plugin (0.5.1)
276       multi_json
277       oauth (~> 0.4.4)
278       oauth2 (>= 0.5.0)
279       rack
280     oauth2 (1.4.2)
281       faraday (>= 0.8, < 2.0)
282       jwt (>= 1.0, < 3.0)
283       multi_json (~> 1.3)
284       multi_xml (~> 0.5)
285       rack (>= 1.2, < 3)
286     omniauth (1.9.0)
287       hashie (>= 3.4.6, < 3.7.0)
288       rack (>= 1.6.2, < 3)
289     omniauth-facebook (5.0.0)
290       omniauth-oauth2 (~> 1.2)
291     omniauth-github (1.3.0)
292       omniauth (~> 1.5)
293       omniauth-oauth2 (>= 1.4.0, < 2.0)
294     omniauth-google-oauth2 (0.8.0)
295       jwt (>= 2.0)
296       omniauth (>= 1.1.1)
297       omniauth-oauth2 (>= 1.6)
298     omniauth-mediawiki (0.0.4)
299       jwt (~> 2.0)
300       omniauth-oauth (~> 1.0)
301     omniauth-oauth (1.1.0)
302       oauth
303       omniauth (~> 1.0)
304     omniauth-oauth2 (1.6.0)
305       oauth2 (~> 1.1)
306       omniauth (~> 1.9)
307     omniauth-openid (1.0.1)
308       omniauth (~> 1.0)
309       rack-openid (~> 1.3.1)
310     omniauth-windowslive (0.0.12)
311       multi_json (~> 1.12)
312       omniauth-oauth2 (~> 1.4)
313     openstreetmap-deadlock_retry (1.3.0)
314     parallel (1.19.1)
315     parser (2.6.5.0)
316       ast (~> 2.4.0)
317     pg (1.1.4)
318     poltergeist (1.18.1)
319       capybara (>= 2.1, < 4)
320       cliver (~> 0.3.1)
321       websocket-driver (>= 0.2.0)
322     progress (3.5.2)
323     psych (3.1.0)
324     public_suffix (4.0.1)
325     puma (3.12.2)
326     quad_tile (1.0.1)
327     r2 (0.2.7)
328     rack (2.0.7)
329     rack-cors (1.1.0)
330       rack (>= 2.0.0)
331     rack-openid (1.3.1)
332       rack (>= 1.1.0)
333       ruby-openid (>= 2.1.8)
334     rack-test (1.1.0)
335       rack (>= 1.0, < 3)
336     rack-uri_sanitizer (0.0.2)
337     rails (6.0.1)
338       actioncable (= 6.0.1)
339       actionmailbox (= 6.0.1)
340       actionmailer (= 6.0.1)
341       actionpack (= 6.0.1)
342       actiontext (= 6.0.1)
343       actionview (= 6.0.1)
344       activejob (= 6.0.1)
345       activemodel (= 6.0.1)
346       activerecord (= 6.0.1)
347       activestorage (= 6.0.1)
348       activesupport (= 6.0.1)
349       bundler (>= 1.3.0)
350       railties (= 6.0.1)
351       sprockets-rails (>= 2.0.0)
352     rails-controller-testing (1.0.4)
353       actionpack (>= 5.0.1.x)
354       actionview (>= 5.0.1.x)
355       activesupport (>= 5.0.1.x)
356     rails-dom-testing (2.0.3)
357       activesupport (>= 4.2.0)
358       nokogiri (>= 1.6)
359     rails-html-sanitizer (1.3.0)
360       loofah (~> 2.3)
361     rails-i18n (4.0.2)
362       i18n (~> 0.6)
363       rails (>= 4.0)
364     railties (6.0.1)
365       actionpack (= 6.0.1)
366       activesupport (= 6.0.1)
367       method_source
368       rake (>= 0.8.7)
369       thor (>= 0.20.3, < 2.0)
370     rainbow (3.0.0)
371     rake (13.0.1)
372     rb-fsevent (0.10.3)
373     rb-inotify (0.10.0)
374       ffi (~> 1.0)
375     regexp_parser (1.6.0)
376     request_store (1.4.1)
377       rack (>= 1.4)
378     rinku (2.0.6)
379     rotp (5.1.0)
380       addressable (~> 2.5)
381     rubocop (0.77.0)
382       jaro_winkler (~> 1.5.1)
383       parallel (~> 1.10)
384       parser (>= 2.6)
385       rainbow (>= 2.2.2, < 4.0)
386       ruby-progressbar (~> 1.7)
387       unicode-display_width (>= 1.4.0, < 1.7)
388     rubocop-performance (1.5.1)
389       rubocop (>= 0.71.0)
390     rubocop-rails (2.4.0)
391       rack (>= 1.1)
392       rubocop (>= 0.72.0)
393     ruby-openid (2.9.2)
394     ruby-progressbar (1.10.1)
395     rubyzip (2.0.0)
396     safe_yaml (1.0.5)
397     sanitize (5.1.0)
398       crass (~> 1.0.2)
399       nokogiri (>= 1.8.0)
400       nokogumbo (~> 2.0)
401     sassc (2.2.1)
402       ffi (~> 1.9)
403     sassc-rails (2.1.2)
404       railties (>= 4.0.0)
405       sassc (>= 2.0)
406       sprockets (> 3.0)
407       sprockets-rails
408       tilt
409     secure_headers (6.1.1)
410     selenium-webdriver (3.142.6)
411       childprocess (>= 0.5, < 4.0)
412       rubyzip (>= 1.2.2)
413     simplecov (0.16.1)
414       docile (~> 1.1)
415       json (>= 1.8, < 3)
416       simplecov-html (~> 0.10.0)
417     simplecov-html (0.10.2)
418     smart_properties (1.15.0)
419     sprockets (4.0.0)
420       concurrent-ruby (~> 1.0)
421       rack (> 1, < 3)
422     sprockets-rails (3.2.1)
423       actionpack (>= 4.0)
424       activesupport (>= 4.0)
425       sprockets (>= 3.0.0)
426     strong_migrations (0.5.0)
427       activerecord (>= 5)
428     term-ansicolor (1.7.1)
429       tins (~> 1.0)
430     thor (0.20.3)
431     thread_safe (0.3.6)
432     tilt (2.0.10)
433     tins (1.22.2)
434     tzinfo (1.2.5)
435       thread_safe (~> 0.1)
436     uglifier (4.2.0)
437       execjs (>= 0.3.0, < 3)
438     unicode-display_width (1.6.0)
439     validates_email_format_of (1.6.3)
440       i18n
441     vendorer (0.2.0)
442     webmock (3.7.6)
443       addressable (>= 2.3.6)
444       crack (>= 0.3.2)
445       hashdiff (>= 0.4.0, < 2.0.0)
446     websocket-driver (0.7.1)
447       websocket-extensions (>= 0.1.0)
448     websocket-extensions (0.1.4)
449     xpath (3.2.0)
450       nokogiri (~> 1.8)
451     zeitwerk (2.2.2)
452
453 PLATFORMS
454   ruby
455
456 DEPENDENCIES
457   SystemTimer (>= 1.1.3)
458   aasm
459   actionpack-page_caching (>= 1.2.0)
460   active_record_union
461   activerecord-import
462   annotate
463   autoprefixer-rails
464   aws-sdk-s3
465   better_errors
466   bigdecimal (~> 1.1.0)
467   binding_of_caller
468   bootsnap (>= 1.4.2)
469   browser
470   bzip2-ffi
471   cancancan
472   canonical-rails
473   capybara (>= 2.15)
474   composite_primary_keys (~> 12.0.0)
475   config
476   coveralls
477   dalli
478   delayed_job_active_record
479   dynamic_form
480   erb_lint
481   factory_bot_rails
482   fakefs
483   faraday
484   ffi-libarchive
485   gd2-ffij (>= 0.4.0)
486   geoip
487   htmlentities
488   http_accept_language (~> 2.0.0)
489   i18n-js (>= 3.0.0)
490   image_optim_rails
491   jbuilder (~> 2.7)
492   jquery-rails
493   json
494   kgio
495   kramdown
496   libxml-ruby (>= 2.0.5)
497   listen
498   logstasher
499   mimemagic
500   mini_magick
501   minitest (~> 5.1)
502   oauth-plugin (>= 0.5.1)
503   omniauth
504   omniauth-facebook
505   omniauth-github
506   omniauth-google-oauth2 (>= 0.6.0)
507   omniauth-mediawiki (>= 0.0.4)
508   omniauth-openid
509   omniauth-windowslive
510   openstreetmap-deadlock_retry (>= 1.3.0)
511   pg
512   poltergeist
513   psych
514   puma (~> 3.11)
515   quad_tile (~> 1.0.1)
516   r2 (~> 0.2.7)
517   rack-cors
518   rack-uri_sanitizer
519   rails (= 6.0.1)
520   rails-controller-testing
521   rails-i18n (~> 4.0.0)
522   rinku (>= 2.0.6)
523   rotp
524   rubocop
525   rubocop-performance
526   rubocop-rails
527   sanitize
528   sassc-rails
529   secure_headers
530   selenium-webdriver
531   strong_migrations
532   uglifier (>= 1.3.0)
533   validates_email_format_of (>= 1.5.1)
534   vendorer
535   webmock
536
537 BUNDLED WITH
538    1.17.2