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