]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Localisation updates from https://translatewiki.net.
[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)
7       actionpack (= 6.1.4)
8       activesupport (= 6.1.4)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11     actionmailbox (6.1.4)
12       actionpack (= 6.1.4)
13       activejob (= 6.1.4)
14       activerecord (= 6.1.4)
15       activestorage (= 6.1.4)
16       activesupport (= 6.1.4)
17       mail (>= 2.7.1)
18     actionmailer (6.1.4)
19       actionpack (= 6.1.4)
20       actionview (= 6.1.4)
21       activejob (= 6.1.4)
22       activesupport (= 6.1.4)
23       mail (~> 2.5, >= 2.5.4)
24       rails-dom-testing (~> 2.0)
25     actionpack (6.1.4)
26       actionview (= 6.1.4)
27       activesupport (= 6.1.4)
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)
35       actionpack (= 6.1.4)
36       activerecord (= 6.1.4)
37       activestorage (= 6.1.4)
38       activesupport (= 6.1.4)
39       nokogiri (>= 1.8.5)
40     actionview (6.1.4)
41       activesupport (= 6.1.4)
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)
49       activesupport (= 6.1.4)
50       globalid (>= 0.3.6)
51     activemodel (6.1.4)
52       activesupport (= 6.1.4)
53     activerecord (6.1.4)
54       activemodel (= 6.1.4)
55       activesupport (= 6.1.4)
56     activerecord-import (1.1.0)
57       activerecord (>= 3.2)
58     activestorage (6.1.4)
59       actionpack (= 6.1.4)
60       activejob (= 6.1.4)
61       activerecord (= 6.1.4)
62       activesupport (= 6.1.4)
63       marcel (~> 1.0.0)
64       mini_mime (>= 1.1.0)
65     activesupport (6.1.4)
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.7.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.2.5.1)
78       execjs (> 0)
79     aws-eventstream (1.1.1)
80     aws-partitions (1.472.0)
81     aws-sdk-core (3.115.0)
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.44.0)
87       aws-sdk-core (~> 3, >= 3.112.0)
88       aws-sigv4 (~> 1.1)
89     aws-sdk-s3 (1.96.1)
90       aws-sdk-core (~> 3, >= 3.112.0)
91       aws-sdk-kms (~> 1)
92       aws-sigv4 (~> 1.1)
93     aws-sigv4 (1.2.3)
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.7.5)
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.0.4)
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.11)
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     crack (0.4.5)
143       rexml
144     crass (1.0.6)
145     dalli (2.7.11)
146     debug_inspector (1.1.0)
147     deep_merge (1.2.1)
148     delayed_job (4.1.9)
149       activesupport (>= 3.0, < 6.2)
150     delayed_job_active_record (4.1.6)
151       activerecord (>= 3.0, < 6.2)
152       delayed_job (>= 3.0, < 5)
153     docile (1.4.0)
154     doorkeeper (5.5.2)
155       railties (>= 5)
156     doorkeeper-i18n (5.2.2)
157       doorkeeper (>= 5.2)
158     dry-configurable (0.12.1)
159       concurrent-ruby (~> 1.0)
160       dry-core (~> 0.5, >= 0.5.0)
161     dry-container (0.8.0)
162       concurrent-ruby (~> 1.0)
163       dry-configurable (~> 0.1, >= 0.1.3)
164     dry-core (0.6.0)
165       concurrent-ruby (~> 1.0)
166     dry-equalizer (0.3.0)
167     dry-inflector (0.2.0)
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.7.0)
173       concurrent-ruby (~> 1.0)
174       dry-configurable (~> 0.8, >= 0.8.3)
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.6.0)
186       concurrent-ruby (~> 1.0)
187       dry-container (~> 0.7, >= 0.7.1)
188       dry-core (~> 0.4)
189       dry-equalizer (~> 0.2)
190       dry-initializer (~> 3.0)
191       dry-schema (~> 1.5, >= 1.5.2)
192     erb_lint (0.0.37)
193       activesupport
194       better_html (~> 1.0.7)
195       html_tokenizer
196       parser (>= 2.7.1.4)
197       rainbow
198       rubocop
199       smart_properties
200     erubi (1.10.0)
201     execjs (2.8.1)
202     exifr (1.3.9)
203     factory_bot (6.2.0)
204       activesupport (>= 5.0.0)
205     factory_bot_rails (6.2.0)
206       factory_bot (~> 6.2.0)
207       railties (>= 5.0.0)
208     faraday (1.4.3)
209       faraday-em_http (~> 1.0)
210       faraday-em_synchrony (~> 1.0)
211       faraday-excon (~> 1.1)
212       faraday-net_http (~> 1.0)
213       faraday-net_http_persistent (~> 1.1)
214       multipart-post (>= 1.2, < 3)
215       ruby2_keywords (>= 0.0.4)
216     faraday-em_http (1.0.0)
217     faraday-em_synchrony (1.0.0)
218     faraday-excon (1.1.0)
219     faraday-net_http (1.0.1)
220     faraday-net_http_persistent (1.1.0)
221     ffi (1.15.3)
222     ffi-libarchive (1.0.17)
223       ffi (~> 1.0)
224     fspath (3.1.2)
225     gd2-ffij (0.4.0)
226       ffi (>= 1.0.0)
227     globalid (0.4.2)
228       activesupport (>= 4.2.0)
229     hashdiff (1.0.1)
230     hashie (4.1.0)
231     html_tokenizer (0.0.7)
232     htmlentities (4.3.4)
233     http_accept_language (2.1.1)
234     i18n (1.8.10)
235       concurrent-ruby (~> 1.0)
236     i18n-js (3.8.3)
237       i18n (>= 0.6.6)
238     image_optim (0.30.0)
239       exifr (~> 1.2, >= 1.2.2)
240       fspath (~> 3.0)
241       image_size (>= 1.5, < 3)
242       in_threads (~> 1.3)
243       progress (~> 3.0, >= 3.0.1)
244     image_optim_rails (0.4.3)
245       image_optim (~> 0.24)
246       rails
247       sprockets
248     image_processing (1.12.1)
249       mini_magick (>= 4.9.5, < 5)
250       ruby-vips (>= 2.0.17, < 3)
251     image_size (2.1.0)
252     in_threads (1.5.4)
253     jbuilder (2.11.2)
254       activesupport (>= 5.0.0)
255     jmespath (1.4.0)
256     jquery-rails (4.4.0)
257       rails-dom-testing (>= 1, < 3)
258       railties (>= 4.2.0)
259       thor (>= 0.14, < 2.0)
260     json (2.5.1)
261     jwt (2.2.3)
262     kgio (2.11.4)
263     kramdown (2.3.1)
264       rexml
265     libxml-ruby (3.2.1)
266     listen (3.5.1)
267       rb-fsevent (~> 0.10, >= 0.10.3)
268       rb-inotify (~> 0.9, >= 0.9.10)
269     logstasher (2.1.5)
270       activesupport (>= 5.2)
271       request_store
272     loofah (2.10.0)
273       crass (~> 1.0.2)
274       nokogiri (>= 1.5.9)
275     mail (2.7.1)
276       mini_mime (>= 0.1.1)
277     marcel (1.0.1)
278     maxminddb (0.1.22)
279     method_source (1.0.0)
280     mini_magick (4.11.0)
281     mini_mime (1.1.0)
282     mini_portile2 (2.5.3)
283     minitest (5.14.4)
284     msgpack (1.4.2)
285     multi_json (1.15.0)
286     multi_xml (0.6.0)
287     multipart-post (2.1.1)
288     nio4r (2.5.7)
289     nokogiri (1.11.7)
290       mini_portile2 (~> 2.5.0)
291       racc (~> 1.4)
292     nokogumbo (2.0.5)
293       nokogiri (~> 1.8, >= 1.8.4)
294     oauth (0.4.7)
295     oauth-plugin (0.5.1)
296       multi_json
297       oauth (~> 0.4.4)
298       oauth2 (>= 0.5.0)
299       rack
300     oauth2 (1.4.7)
301       faraday (>= 0.8, < 2.0)
302       jwt (>= 1.0, < 3.0)
303       multi_json (~> 1.3)
304       multi_xml (~> 0.5)
305       rack (>= 1.2, < 3)
306     omniauth (2.0.4)
307       hashie (>= 3.4.6)
308       rack (>= 1.6.2, < 3)
309       rack-protection
310     omniauth-facebook (8.0.0)
311       omniauth-oauth2 (~> 1.2)
312     omniauth-github (2.0.0)
313       omniauth (~> 2.0)
314       omniauth-oauth2 (~> 1.7.1)
315     omniauth-google-oauth2 (1.0.0)
316       jwt (>= 2.0)
317       oauth2 (~> 1.1)
318       omniauth (~> 2.0)
319       omniauth-oauth2 (~> 1.7.1)
320     omniauth-mediawiki (0.0.4)
321       jwt (~> 2.0)
322       omniauth-oauth (~> 1.0)
323     omniauth-oauth (1.2.0)
324       oauth
325       omniauth (>= 1.0, < 3)
326     omniauth-oauth2 (1.7.1)
327       oauth2 (~> 1.4)
328       omniauth (>= 1.9, < 3)
329     omniauth-openid (2.0.1)
330       omniauth (>= 1.0, < 3.0)
331       rack-openid (~> 1.4.0)
332     omniauth-rails_csrf_protection (1.0.0)
333       actionpack (>= 4.2)
334       omniauth (~> 2.0)
335     omniauth-windowslive (0.0.12)
336       multi_json (~> 1.12)
337       omniauth-oauth2 (~> 1.4)
338     openstreetmap-deadlock_retry (1.3.1)
339     parallel (1.20.1)
340     parser (3.0.1.1)
341       ast (~> 2.4.1)
342     pg (1.2.3)
343     popper_js (1.16.0)
344     progress (3.6.0)
345     public_suffix (4.0.6)
346     puma (5.3.2)
347       nio4r (~> 2.0)
348     quad_tile (1.0.1)
349     r2 (0.2.7)
350     racc (1.5.2)
351     rack (2.2.3)
352     rack-cors (1.1.1)
353       rack (>= 2.0.0)
354     rack-openid (1.4.2)
355       rack (>= 1.1.0)
356       ruby-openid (>= 2.1.8)
357     rack-protection (2.1.0)
358       rack
359     rack-test (1.1.0)
360       rack (>= 1.0, < 3)
361     rack-uri_sanitizer (0.0.2)
362     rails (6.1.4)
363       actioncable (= 6.1.4)
364       actionmailbox (= 6.1.4)
365       actionmailer (= 6.1.4)
366       actionpack (= 6.1.4)
367       actiontext (= 6.1.4)
368       actionview (= 6.1.4)
369       activejob (= 6.1.4)
370       activemodel (= 6.1.4)
371       activerecord (= 6.1.4)
372       activestorage (= 6.1.4)
373       activesupport (= 6.1.4)
374       bundler (>= 1.15.0)
375       railties (= 6.1.4)
376       sprockets-rails (>= 2.0.0)
377     rails-controller-testing (1.0.5)
378       actionpack (>= 5.0.1.rc1)
379       actionview (>= 5.0.1.rc1)
380       activesupport (>= 5.0.1.rc1)
381     rails-dom-testing (2.0.3)
382       activesupport (>= 4.2.0)
383       nokogiri (>= 1.6)
384     rails-html-sanitizer (1.3.0)
385       loofah (~> 2.3)
386     rails-i18n (6.0.0)
387       i18n (>= 0.7, < 2)
388       railties (>= 6.0.0, < 7)
389     railties (6.1.4)
390       actionpack (= 6.1.4)
391       activesupport (= 6.1.4)
392       method_source
393       rake (>= 0.13)
394       thor (~> 1.0)
395     rainbow (3.0.0)
396     rake (13.0.3)
397     rb-fsevent (0.11.0)
398     rb-inotify (0.10.1)
399       ffi (~> 1.0)
400     regexp_parser (2.1.1)
401     request_store (1.5.0)
402       rack (>= 1.4)
403     rexml (3.2.5)
404     rinku (2.0.6)
405     rotp (6.2.0)
406     rubocop (1.18.0)
407       parallel (~> 1.10)
408       parser (>= 3.0.0.0)
409       rainbow (>= 2.2.2, < 4.0)
410       regexp_parser (>= 1.8, < 3.0)
411       rexml
412       rubocop-ast (>= 1.7.0, < 2.0)
413       ruby-progressbar (~> 1.7)
414       unicode-display_width (>= 1.4.0, < 3.0)
415     rubocop-ast (1.7.0)
416       parser (>= 3.0.1.1)
417     rubocop-minitest (0.13.0)
418       rubocop (>= 0.90, < 2.0)
419     rubocop-performance (1.11.3)
420       rubocop (>= 1.7.0, < 2.0)
421       rubocop-ast (>= 0.4.0)
422     rubocop-rails (2.11.1)
423       activesupport (>= 4.2.0)
424       rack (>= 1.1)
425       rubocop (>= 1.7.0, < 2.0)
426     rubocop-rake (0.6.0)
427       rubocop (~> 1.0)
428     ruby-openid (2.9.2)
429     ruby-progressbar (1.11.0)
430     ruby-vips (2.1.2)
431       ffi (~> 1.12)
432     ruby2_keywords (0.0.4)
433     rubyzip (2.3.0)
434     sanitize (5.2.3)
435       crass (~> 1.0.2)
436       nokogiri (>= 1.8.0)
437       nokogumbo (~> 2.0)
438     sassc (2.4.0)
439       ffi (~> 1.9)
440     sassc-rails (2.1.2)
441       railties (>= 4.0.0)
442       sassc (>= 2.0)
443       sprockets (> 3.0)
444       sprockets-rails
445       tilt
446     secure_headers (6.3.2)
447     selenium-webdriver (3.142.7)
448       childprocess (>= 0.5, < 4.0)
449       rubyzip (>= 1.2.2)
450     simplecov (0.21.2)
451       docile (~> 1.1)
452       simplecov-html (~> 0.11)
453       simplecov_json_formatter (~> 0.1)
454     simplecov-html (0.12.3)
455     simplecov-lcov (0.8.0)
456     simplecov_json_formatter (0.1.3)
457     smart_properties (1.15.0)
458     sprockets (4.0.2)
459       concurrent-ruby (~> 1.0)
460       rack (> 1, < 3)
461     sprockets-rails (3.2.2)
462       actionpack (>= 4.0)
463       activesupport (>= 4.0)
464       sprockets (>= 3.0.0)
465     strong_migrations (0.7.7)
466       activerecord (>= 5)
467     thor (1.1.0)
468     tilt (2.0.10)
469     tzinfo (2.0.4)
470       concurrent-ruby (~> 1.0)
471     uglifier (4.2.0)
472       execjs (>= 0.3.0, < 3)
473     unicode-display_width (2.0.0)
474     validates_email_format_of (1.6.3)
475       i18n
476     vendorer (0.2.0)
477     webmock (3.13.0)
478       addressable (>= 2.3.6)
479       crack (>= 0.3.2)
480       hashdiff (>= 0.4.0, < 2.0.0)
481     websocket-driver (0.7.5)
482       websocket-extensions (>= 0.1.0)
483     websocket-extensions (0.1.5)
484     xpath (3.2.0)
485       nokogiri (~> 1.8)
486     zeitwerk (2.4.2)
487
488 PLATFORMS
489   ruby
490
491 DEPENDENCIES
492   aasm
493   actionpack-page_caching (>= 1.2.0)
494   active_record_union
495   activerecord-import
496   annotate
497   autoprefixer-rails
498   aws-sdk-s3
499   better_errors
500   binding_of_caller
501   bootsnap (>= 1.4.2)
502   bootstrap (~> 4.5.0)
503   bootstrap_form (~> 4.0)
504   brakeman
505   browser
506   bzip2-ffi
507   cancancan
508   canonical-rails
509   capybara (>= 2.15)
510   composite_primary_keys (~> 13.0.0)
511   config
512   dalli
513   debug_inspector
514   delayed_job_active_record
515   doorkeeper
516   doorkeeper-i18n
517   erb_lint
518   factory_bot_rails
519   faraday
520   ffi-libarchive
521   gd2-ffij (>= 0.4.0)
522   htmlentities
523   http_accept_language (~> 2.1.1)
524   i18n-js (>= 3.0.0)
525   image_optim_rails
526   image_processing
527   jbuilder (~> 2.7)
528   jquery-rails
529   json
530   kgio
531   kramdown
532   libxml-ruby (>= 2.0.5)
533   listen
534   logstasher
535   marcel
536   maxminddb
537   minitest (~> 5.1)
538   oauth-plugin (>= 0.5.1)
539   omniauth (~> 2.0.2)
540   omniauth-facebook
541   omniauth-github
542   omniauth-google-oauth2 (>= 0.6.0)
543   omniauth-mediawiki (>= 0.0.4)
544   omniauth-openid
545   omniauth-rails_csrf_protection (~> 1.0)
546   omniauth-windowslive
547   openstreetmap-deadlock_retry (>= 1.3.1)
548   pg
549   puma (~> 5.3)
550   quad_tile (~> 1.0.1)
551   r2 (~> 0.2.7)
552   rack-cors
553   rack-uri_sanitizer
554   rails (= 6.1.4)
555   rails-controller-testing
556   rails-i18n (~> 6.0.0)
557   rinku (>= 2.0.6)
558   rotp
559   rubocop
560   rubocop-minitest
561   rubocop-performance
562   rubocop-rails
563   rubocop-rake
564   sanitize
565   sassc-rails
566   secure_headers
567   selenium-webdriver
568   simplecov
569   simplecov-lcov
570   strong_migrations
571   uglifier (>= 1.3.0)
572   validates_email_format_of (>= 1.5.1)
573   vendorer
574   webmock
575
576 BUNDLED WITH
577    2.2.16