]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Update rubocop todo
[rails.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     aasm (5.4.0)
5       concurrent-ruby (~> 1.0)
6     actioncable (7.0.4)
7       actionpack (= 7.0.4)
8       activesupport (= 7.0.4)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11     actionmailbox (7.0.4)
12       actionpack (= 7.0.4)
13       activejob (= 7.0.4)
14       activerecord (= 7.0.4)
15       activestorage (= 7.0.4)
16       activesupport (= 7.0.4)
17       mail (>= 2.7.1)
18       net-imap
19       net-pop
20       net-smtp
21     actionmailer (7.0.4)
22       actionpack (= 7.0.4)
23       actionview (= 7.0.4)
24       activejob (= 7.0.4)
25       activesupport (= 7.0.4)
26       mail (~> 2.5, >= 2.5.4)
27       net-imap
28       net-pop
29       net-smtp
30       rails-dom-testing (~> 2.0)
31     actionpack (7.0.4)
32       actionview (= 7.0.4)
33       activesupport (= 7.0.4)
34       rack (~> 2.0, >= 2.2.0)
35       rack-test (>= 0.6.3)
36       rails-dom-testing (~> 2.0)
37       rails-html-sanitizer (~> 1.0, >= 1.2.0)
38     actionpack-page_caching (1.2.4)
39       actionpack (>= 4.0.0)
40     actiontext (7.0.4)
41       actionpack (= 7.0.4)
42       activerecord (= 7.0.4)
43       activestorage (= 7.0.4)
44       activesupport (= 7.0.4)
45       globalid (>= 0.6.0)
46       nokogiri (>= 1.8.5)
47     actionview (7.0.4)
48       activesupport (= 7.0.4)
49       builder (~> 3.1)
50       erubi (~> 1.4)
51       rails-dom-testing (~> 2.0)
52       rails-html-sanitizer (~> 1.1, >= 1.2.0)
53     active_record_union (1.3.0)
54       activerecord (>= 4.0)
55     activejob (7.0.4)
56       activesupport (= 7.0.4)
57       globalid (>= 0.3.6)
58     activemodel (7.0.4)
59       activesupport (= 7.0.4)
60     activerecord (7.0.4)
61       activemodel (= 7.0.4)
62       activesupport (= 7.0.4)
63     activerecord-import (1.4.1)
64       activerecord (>= 4.2)
65     activestorage (7.0.4)
66       actionpack (= 7.0.4)
67       activejob (= 7.0.4)
68       activerecord (= 7.0.4)
69       activesupport (= 7.0.4)
70       marcel (~> 1.0)
71       mini_mime (>= 1.1.0)
72     activesupport (7.0.4)
73       concurrent-ruby (~> 1.0, >= 1.0.2)
74       i18n (>= 1.6, < 2)
75       minitest (>= 5.1)
76       tzinfo (~> 2.0)
77     addressable (2.8.1)
78       public_suffix (>= 2.0.2, < 6.0)
79     annotate (3.2.0)
80       activerecord (>= 3.2, < 8.0)
81       rake (>= 10.4, < 14.0)
82     argon2 (2.2.0)
83       ffi (~> 1.15)
84       ffi-compiler (~> 1.0)
85     ast (2.4.2)
86     autoprefixer-rails (10.4.7.0)
87       execjs (~> 2)
88     aws-eventstream (1.2.0)
89     aws-partitions (1.686.0)
90     aws-sdk-core (3.168.4)
91       aws-eventstream (~> 1, >= 1.0.2)
92       aws-partitions (~> 1, >= 1.651.0)
93       aws-sigv4 (~> 1.5)
94       jmespath (~> 1, >= 1.6.1)
95     aws-sdk-kms (1.61.0)
96       aws-sdk-core (~> 3, >= 3.165.0)
97       aws-sigv4 (~> 1.1)
98     aws-sdk-s3 (1.117.2)
99       aws-sdk-core (~> 3, >= 3.165.0)
100       aws-sdk-kms (~> 1)
101       aws-sigv4 (~> 1.4)
102     aws-sigv4 (1.5.2)
103       aws-eventstream (~> 1, >= 1.0.2)
104     better_errors (2.9.1)
105       coderay (>= 1.0.0)
106       erubi (>= 1.0.0)
107       rack (>= 0.9.0)
108     better_html (2.0.1)
109       actionview (>= 6.0)
110       activesupport (>= 6.0)
111       ast (~> 2.0)
112       erubi (~> 1.4)
113       parser (>= 2.4)
114       smart_properties
115     binding_of_caller (1.0.0)
116       debug_inspector (>= 0.0.1)
117     bootsnap (1.15.0)
118       msgpack (~> 1.2)
119     bootstrap (5.1.3)
120       autoprefixer-rails (>= 9.1.0)
121       popper_js (>= 2.9.3, < 3)
122       sassc-rails (>= 2.0.0)
123     bootstrap_form (5.1.0)
124       actionpack (>= 5.2)
125       activemodel (>= 5.2)
126     brakeman (5.4.0)
127     brotli (0.4.0)
128     browser (5.3.1)
129     builder (3.2.4)
130     bzip2-ffi (1.1.0)
131       ffi (~> 1.0)
132     cancancan (3.4.0)
133     canonical-rails (0.2.14)
134       rails (>= 4.1, <= 7.1)
135     capybara (3.38.0)
136       addressable
137       matrix
138       mini_mime (>= 0.1.3)
139       nokogiri (~> 1.8)
140       rack (>= 1.6.0)
141       rack-test (>= 0.6.3)
142       regexp_parser (>= 1.5, < 3.0)
143       xpath (~> 3.2)
144     coderay (1.1.3)
145     composite_primary_keys (14.0.4)
146       activerecord (~> 7.0.2)
147     concurrent-ruby (1.1.10)
148     config (4.1.0)
149       deep_merge (~> 1.2, >= 1.2.1)
150       dry-validation (~> 1.0, >= 1.0.0)
151     connection_pool (2.3.0)
152     crack (0.4.5)
153       rexml
154     crass (1.0.6)
155     dalli (3.2.3)
156     date (3.3.3)
157     debug_inspector (1.1.0)
158     deep_merge (1.2.2)
159     delayed_job (4.1.11)
160       activesupport (>= 3.0, < 8.0)
161     delayed_job_active_record (4.1.7)
162       activerecord (>= 3.0, < 8.0)
163       delayed_job (>= 3.0, < 5)
164     docile (1.4.0)
165     doorkeeper (5.6.2)
166       railties (>= 5)
167     doorkeeper-i18n (5.2.6)
168       doorkeeper (>= 5.2)
169     dry-configurable (1.0.1)
170       dry-core (~> 1.0, < 2)
171       zeitwerk (~> 2.6)
172     dry-core (1.0.0)
173       concurrent-ruby (~> 1.0)
174       zeitwerk (~> 2.6)
175     dry-inflector (1.0.0)
176     dry-initializer (3.1.1)
177     dry-logic (1.5.0)
178       concurrent-ruby (~> 1.0)
179       dry-core (~> 1.0, < 2)
180       zeitwerk (~> 2.6)
181     dry-schema (1.13.0)
182       concurrent-ruby (~> 1.0)
183       dry-configurable (~> 1.0, >= 1.0.1)
184       dry-core (~> 1.0, < 2)
185       dry-initializer (~> 3.0)
186       dry-logic (>= 1.5, < 2)
187       dry-types (>= 1.7, < 2)
188       zeitwerk (~> 2.6)
189     dry-types (1.7.0)
190       concurrent-ruby (~> 1.0)
191       dry-core (~> 1.0, < 2)
192       dry-inflector (~> 1.0, < 2)
193       dry-logic (>= 1.4, < 2)
194       zeitwerk (~> 2.6)
195     dry-validation (1.10.0)
196       concurrent-ruby (~> 1.0)
197       dry-core (~> 1.0, < 2)
198       dry-initializer (~> 3.0)
199       dry-schema (>= 1.12, < 2)
200       zeitwerk (~> 2.6)
201     erb_lint (0.3.1)
202       activesupport
203       better_html (>= 2.0.1)
204       parser (>= 2.7.1.4)
205       rainbow
206       rubocop
207       smart_properties
208     erubi (1.12.0)
209     execjs (2.8.1)
210     exifr (1.3.10)
211     factory_bot (6.2.1)
212       activesupport (>= 5.0.0)
213     factory_bot_rails (6.2.0)
214       factory_bot (~> 6.2.0)
215       railties (>= 5.0.0)
216     faraday (2.7.2)
217       faraday-net_http (>= 2.0, < 3.1)
218       ruby2_keywords (>= 0.0.4)
219     faraday-net_http (3.0.2)
220     ffi (1.15.5)
221     ffi-compiler (1.0.1)
222       ffi (>= 1.0.0)
223       rake
224     ffi-libarchive (1.1.3)
225       ffi (~> 1.0)
226     frozen_record (0.26.2)
227       activemodel
228     fspath (3.1.2)
229     gd2-ffij (0.4.0)
230       ffi (>= 1.0.0)
231     globalid (1.0.0)
232       activesupport (>= 5.0)
233     hashdiff (1.0.1)
234     hashie (5.0.0)
235     htmlentities (4.3.4)
236     http_accept_language (2.1.1)
237     i18n (1.12.0)
238       concurrent-ruby (~> 1.0)
239     i18n-js (3.9.2)
240       i18n (>= 0.6.6)
241     image_optim (0.31.2)
242       exifr (~> 1.2, >= 1.2.2)
243       fspath (~> 3.0)
244       image_size (>= 1.5, < 4)
245       in_threads (~> 1.3)
246       progress (~> 3.0, >= 3.0.1)
247     image_optim_rails (0.5.0)
248       image_optim (~> 0.24)
249       railties
250       sprockets
251     image_processing (1.12.2)
252       mini_magick (>= 4.9.5, < 5)
253       ruby-vips (>= 2.0.17, < 3)
254     image_size (3.2.0)
255     in_threads (1.6.0)
256     jbuilder (2.11.5)
257       actionview (>= 5.0.0)
258       activesupport (>= 5.0.0)
259     jmespath (1.6.2)
260     jquery-rails (4.5.1)
261       rails-dom-testing (>= 1, < 3)
262       railties (>= 4.2.0)
263       thor (>= 0.14, < 2.0)
264     json (2.6.3)
265     jwt (2.6.0)
266     kgio (2.11.4)
267     kramdown (2.4.0)
268       rexml
269     libxml-ruby (4.0.0)
270     listen (3.7.1)
271       rb-fsevent (~> 0.10, >= 0.10.3)
272       rb-inotify (~> 0.9, >= 0.9.10)
273     logstasher (2.1.5)
274       activesupport (>= 5.2)
275       request_store
276     loofah (2.19.1)
277       crass (~> 1.0.2)
278       nokogiri (>= 1.5.9)
279     mail (2.7.1)
280       mini_mime (>= 0.1.1)
281     marcel (1.0.2)
282     matrix (0.4.2)
283     maxminddb (0.1.22)
284     method_source (1.0.0)
285     mini_magick (4.12.0)
286     mini_mime (1.1.2)
287     mini_portile2 (2.8.1)
288     minitest (5.17.0)
289     msgpack (1.6.0)
290     multi_json (1.15.0)
291     multi_xml (0.6.0)
292     net-imap (0.3.4)
293       date
294       net-protocol
295     net-pop (0.1.2)
296       net-protocol
297     net-protocol (0.2.1)
298       timeout
299     net-smtp (0.3.3)
300       net-protocol
301     nio4r (2.5.8)
302     nokogiri (1.13.10)
303       mini_portile2 (~> 2.8.0)
304       racc (~> 1.4)
305     oauth (0.4.7)
306     oauth-plugin (0.5.1)
307       multi_json
308       oauth (~> 0.4.4)
309       oauth2 (>= 0.5.0)
310       rack
311     oauth2 (2.0.9)
312       faraday (>= 0.17.3, < 3.0)
313       jwt (>= 1.0, < 3.0)
314       multi_xml (~> 0.5)
315       rack (>= 1.2, < 4)
316       snaky_hash (~> 2.0)
317       version_gem (~> 1.1)
318     omniauth (2.0.4)
319       hashie (>= 3.4.6)
320       rack (>= 1.6.2, < 3)
321       rack-protection
322     omniauth-facebook (9.0.0)
323       omniauth-oauth2 (~> 1.2)
324     omniauth-github (2.0.1)
325       omniauth (~> 2.0)
326       omniauth-oauth2 (~> 1.8)
327     omniauth-google-oauth2 (1.1.1)
328       jwt (>= 2.0)
329       oauth2 (~> 2.0.6)
330       omniauth (~> 2.0)
331       omniauth-oauth2 (~> 1.8.0)
332     omniauth-mediawiki (0.0.4)
333       jwt (~> 2.0)
334       omniauth-oauth (~> 1.0)
335     omniauth-oauth (1.2.0)
336       oauth
337       omniauth (>= 1.0, < 3)
338     omniauth-oauth2 (1.8.0)
339       oauth2 (>= 1.4, < 3)
340       omniauth (~> 2.0)
341     omniauth-openid (2.0.1)
342       omniauth (>= 1.0, < 3.0)
343       rack-openid (~> 1.4.0)
344     omniauth-rails_csrf_protection (1.0.1)
345       actionpack (>= 4.2)
346       omniauth (~> 2.0)
347     omniauth-windowslive (0.0.12)
348       multi_json (~> 1.12)
349       omniauth-oauth2 (~> 1.4)
350     openstreetmap-deadlock_retry (1.3.1)
351     parallel (1.22.1)
352     parser (3.2.0.0)
353       ast (~> 2.4.1)
354     pg (1.4.5)
355     popper_js (2.11.6)
356     progress (3.6.0)
357     public_suffix (5.0.1)
358     puma (5.6.5)
359       nio4r (~> 2.0)
360     quad_tile (1.0.1)
361     r2 (0.2.7)
362     racc (1.6.2)
363     rack (2.2.5)
364     rack-cors (1.1.1)
365       rack (>= 2.0.0)
366     rack-openid (1.4.2)
367       rack (>= 1.1.0)
368       ruby-openid (>= 2.1.8)
369     rack-protection (3.0.5)
370       rack
371     rack-test (2.0.2)
372       rack (>= 1.3)
373     rack-uri_sanitizer (0.0.2)
374     rails (7.0.4)
375       actioncable (= 7.0.4)
376       actionmailbox (= 7.0.4)
377       actionmailer (= 7.0.4)
378       actionpack (= 7.0.4)
379       actiontext (= 7.0.4)
380       actionview (= 7.0.4)
381       activejob (= 7.0.4)
382       activemodel (= 7.0.4)
383       activerecord (= 7.0.4)
384       activestorage (= 7.0.4)
385       activesupport (= 7.0.4)
386       bundler (>= 1.15.0)
387       railties (= 7.0.4)
388     rails-controller-testing (1.0.5)
389       actionpack (>= 5.0.1.rc1)
390       actionview (>= 5.0.1.rc1)
391       activesupport (>= 5.0.1.rc1)
392     rails-dom-testing (2.0.3)
393       activesupport (>= 4.2.0)
394       nokogiri (>= 1.6)
395     rails-html-sanitizer (1.4.4)
396       loofah (~> 2.19, >= 2.19.1)
397     rails-i18n (7.0.6)
398       i18n (>= 0.7, < 2)
399       railties (>= 6.0.0, < 8)
400     railties (7.0.4)
401       actionpack (= 7.0.4)
402       activesupport (= 7.0.4)
403       method_source
404       rake (>= 12.2)
405       thor (~> 1.0)
406       zeitwerk (~> 2.5)
407     rainbow (3.1.1)
408     rake (13.0.6)
409     rb-fsevent (0.11.2)
410     rb-inotify (0.10.1)
411       ffi (~> 1.0)
412     regexp_parser (2.6.1)
413     request_store (1.5.1)
414       rack (>= 1.4)
415     rexml (3.2.5)
416     rinku (2.0.6)
417     rotp (6.2.2)
418     rubocop (1.42.0)
419       json (~> 2.3)
420       parallel (~> 1.10)
421       parser (>= 3.1.2.1)
422       rainbow (>= 2.2.2, < 4.0)
423       regexp_parser (>= 1.8, < 3.0)
424       rexml (>= 3.2.5, < 4.0)
425       rubocop-ast (>= 1.24.1, < 2.0)
426       ruby-progressbar (~> 1.7)
427       unicode-display_width (>= 1.4.0, < 3.0)
428     rubocop-ast (1.24.1)
429       parser (>= 3.1.1.0)
430     rubocop-minitest (0.25.1)
431       rubocop (>= 0.90, < 2.0)
432     rubocop-performance (1.15.2)
433       rubocop (>= 1.7.0, < 2.0)
434       rubocop-ast (>= 0.4.0)
435     rubocop-rails (2.17.4)
436       activesupport (>= 4.2.0)
437       rack (>= 1.1)
438       rubocop (>= 1.33.0, < 2.0)
439     rubocop-rake (0.6.0)
440       rubocop (~> 1.0)
441     ruby-openid (2.9.2)
442     ruby-progressbar (1.11.0)
443     ruby-vips (2.1.4)
444       ffi (~> 1.12)
445     ruby2_keywords (0.0.5)
446     rubyzip (2.3.2)
447     sanitize (6.0.0)
448       crass (~> 1.0.2)
449       nokogiri (>= 1.12.0)
450     sassc (2.4.0)
451       ffi (~> 1.9)
452     sassc-rails (2.1.2)
453       railties (>= 4.0.0)
454       sassc (>= 2.0)
455       sprockets (> 3.0)
456       sprockets-rails
457       tilt
458     secure_headers (6.5.0)
459     selenium-webdriver (4.7.1)
460       rexml (~> 3.2, >= 3.2.5)
461       rubyzip (>= 1.2.2, < 3.0)
462       websocket (~> 1.0)
463     simplecov (0.22.0)
464       docile (~> 1.1)
465       simplecov-html (~> 0.11)
466       simplecov_json_formatter (~> 0.1)
467     simplecov-html (0.12.3)
468     simplecov-lcov (0.8.0)
469     simplecov_json_formatter (0.1.4)
470     smart_properties (1.17.0)
471     snaky_hash (2.0.1)
472       hashie
473       version_gem (~> 1.1, >= 1.1.1)
474     sprockets (4.2.0)
475       concurrent-ruby (~> 1.0)
476       rack (>= 2.2.4, < 4)
477     sprockets-exporters_pack (0.1.2)
478       brotli (>= 0.2.0)
479       sprockets (>= 4.0.0.beta3)
480     sprockets-rails (3.4.2)
481       actionpack (>= 5.2)
482       activesupport (>= 5.2)
483       sprockets (>= 3.0.0)
484     strong_migrations (1.4.0)
485       activerecord (>= 5.2)
486     terser (1.1.13)
487       execjs (>= 0.3.0, < 3)
488     thor (1.2.1)
489     tilt (2.0.11)
490     timeout (0.3.1)
491     tzinfo (2.0.5)
492       concurrent-ruby (~> 1.0)
493     unicode-display_width (2.4.0)
494     validates_email_format_of (1.7.2)
495       i18n
496     vendorer (0.2.0)
497     version_gem (1.1.1)
498     webmock (3.18.1)
499       addressable (>= 2.8.0)
500       crack (>= 0.3.2)
501       hashdiff (>= 0.4.0, < 2.0.0)
502     websocket (1.2.9)
503     websocket-driver (0.7.5)
504       websocket-extensions (>= 0.1.0)
505     websocket-extensions (0.1.5)
506     xpath (3.2.0)
507       nokogiri (~> 1.8)
508     zeitwerk (2.6.6)
509
510 PLATFORMS
511   ruby
512
513 DEPENDENCIES
514   aasm
515   actionpack-page_caching (>= 1.2.0)
516   active_record_union
517   activerecord-import
518   annotate
519   argon2
520   autoprefixer-rails
521   aws-sdk-s3
522   better_errors
523   binding_of_caller
524   bootsnap (>= 1.4.2)
525   bootstrap (~> 5.1.0)
526   bootstrap_form (~> 5.0)
527   brakeman
528   browser
529   bzip2-ffi
530   cancancan
531   canonical-rails
532   capybara (>= 2.15)
533   composite_primary_keys (~> 14.0.0)
534   config
535   connection_pool
536   dalli
537   debug_inspector
538   delayed_job_active_record
539   doorkeeper
540   doorkeeper-i18n
541   erb_lint
542   factory_bot_rails
543   faraday
544   ffi-libarchive
545   frozen_record
546   gd2-ffij (>= 0.4.0)
547   htmlentities
548   http_accept_language (~> 2.1.1)
549   i18n-js (~> 3.9.2)
550   image_optim_rails
551   image_processing
552   jbuilder (~> 2.7)
553   jquery-rails
554   json
555   kgio
556   kramdown
557   libxml-ruby (>= 2.0.5)
558   listen
559   logstasher
560   mail (~> 2.7.1)
561   marcel
562   maxminddb
563   minitest (~> 5.1)
564   oauth-plugin (>= 0.5.1)
565   omniauth (~> 2.0.2)
566   omniauth-facebook
567   omniauth-github
568   omniauth-google-oauth2 (>= 0.6.0)
569   omniauth-mediawiki (>= 0.0.4)
570   omniauth-openid
571   omniauth-rails_csrf_protection (~> 1.0)
572   omniauth-windowslive
573   openstreetmap-deadlock_retry (>= 1.3.1)
574   pg
575   puma (~> 5.6)
576   quad_tile (~> 1.0.1)
577   r2 (~> 0.2.7)
578   rack-cors
579   rack-uri_sanitizer
580   rails (~> 7.0.0)
581   rails-controller-testing
582   rails-i18n (~> 7.0.0)
583   rinku (>= 2.0.6)
584   rotp
585   rubocop
586   rubocop-minitest
587   rubocop-performance
588   rubocop-rails
589   rubocop-rake
590   sanitize
591   sassc-rails
592   secure_headers
593   selenium-webdriver
594   simplecov
595   simplecov-lcov
596   sprockets-exporters_pack
597   strong_migrations
598   terser
599   validates_email_format_of (>= 1.5.1)
600   vendorer
601   webmock
602
603 BUNDLED WITH
604    2.3.26