]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Remove sass division for export input boxes margins
[rails.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     aasm (5.5.0)
5       concurrent-ruby (~> 1.0)
6     actioncable (7.0.8)
7       actionpack (= 7.0.8)
8       activesupport (= 7.0.8)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11     actionmailbox (7.0.8)
12       actionpack (= 7.0.8)
13       activejob (= 7.0.8)
14       activerecord (= 7.0.8)
15       activestorage (= 7.0.8)
16       activesupport (= 7.0.8)
17       mail (>= 2.7.1)
18       net-imap
19       net-pop
20       net-smtp
21     actionmailer (7.0.8)
22       actionpack (= 7.0.8)
23       actionview (= 7.0.8)
24       activejob (= 7.0.8)
25       activesupport (= 7.0.8)
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.8)
32       actionview (= 7.0.8)
33       activesupport (= 7.0.8)
34       rack (~> 2.0, >= 2.2.4)
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.8)
41       actionpack (= 7.0.8)
42       activerecord (= 7.0.8)
43       activestorage (= 7.0.8)
44       activesupport (= 7.0.8)
45       globalid (>= 0.6.0)
46       nokogiri (>= 1.8.5)
47     actionview (7.0.8)
48       activesupport (= 7.0.8)
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.8)
56       activesupport (= 7.0.8)
57       globalid (>= 0.3.6)
58     activemodel (7.0.8)
59       activesupport (= 7.0.8)
60     activerecord (7.0.8)
61       activemodel (= 7.0.8)
62       activesupport (= 7.0.8)
63     activerecord-import (1.5.0)
64       activerecord (>= 4.2)
65     activestorage (7.0.8)
66       actionpack (= 7.0.8)
67       activejob (= 7.0.8)
68       activerecord (= 7.0.8)
69       activesupport (= 7.0.8)
70       marcel (~> 1.0)
71       mini_mime (>= 1.1.0)
72     activesupport (7.0.8)
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.5)
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.3.0)
83       ffi (~> 1.15)
84       ffi-compiler (~> 1.0)
85     ast (2.4.2)
86     autoprefixer-rails (10.4.15.0)
87       execjs (~> 2)
88     aws-eventstream (1.2.0)
89     aws-partitions (1.820.0)
90     aws-sdk-core (3.181.0)
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.71.0)
96       aws-sdk-core (~> 3, >= 3.177.0)
97       aws-sigv4 (~> 1.1)
98     aws-sdk-s3 (1.134.0)
99       aws-sdk-core (~> 3, >= 3.181.0)
100       aws-sdk-kms (~> 1)
101       aws-sigv4 (~> 1.6)
102     aws-sigv4 (1.6.0)
103       aws-eventstream (~> 1, >= 1.0.2)
104     base64 (0.1.1)
105     better_errors (2.10.1)
106       erubi (>= 1.0.0)
107       rack (>= 0.9.0)
108       rouge (>= 1.0.0)
109     better_html (2.0.2)
110       actionview (>= 6.0)
111       activesupport (>= 6.0)
112       ast (~> 2.0)
113       erubi (~> 1.4)
114       parser (>= 2.4)
115       smart_properties
116     binding_of_caller (1.0.0)
117       debug_inspector (>= 0.0.1)
118     bootsnap (1.16.0)
119       msgpack (~> 1.2)
120     bootstrap (5.1.3)
121       autoprefixer-rails (>= 9.1.0)
122       popper_js (>= 2.9.3, < 3)
123       sassc-rails (>= 2.0.0)
124     bootstrap_form (5.2.3)
125       actionpack (>= 6.0)
126       activemodel (>= 6.0)
127     brakeman (6.0.1)
128     brotli (0.4.0)
129     browser (5.3.1)
130     builder (3.2.4)
131     bzip2-ffi (1.1.1)
132       ffi (~> 1.0)
133     cancancan (3.5.0)
134     canonical-rails (0.2.14)
135       rails (>= 4.1, <= 7.1)
136     capybara (3.39.2)
137       addressable
138       matrix
139       mini_mime (>= 0.1.3)
140       nokogiri (~> 1.8)
141       rack (>= 1.6.0)
142       rack-test (>= 0.6.3)
143       regexp_parser (>= 1.5, < 3.0)
144       xpath (~> 3.2)
145     composite_primary_keys (14.0.6)
146       activerecord (~> 7.0.2)
147     concurrent-ruby (1.2.2)
148     config (4.2.1)
149       deep_merge (~> 1.2, >= 1.2.1)
150       dry-validation (~> 1.0, >= 1.0.0)
151     connection_pool (2.4.1)
152     crack (0.4.5)
153       rexml
154     crass (1.0.6)
155     dalli (3.2.5)
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.6)
166       railties (>= 5)
167     doorkeeper-i18n (5.2.6)
168       doorkeeper (>= 5.2)
169     dry-configurable (1.1.0)
170       dry-core (~> 1.0, < 2)
171       zeitwerk (~> 2.6)
172     dry-core (1.0.1)
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.3)
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.4, < 2)
187       dry-types (>= 1.7, < 2)
188       zeitwerk (~> 2.6)
189     dry-types (1.7.1)
190       concurrent-ruby (~> 1.0)
191       dry-core (~> 1.0)
192       dry-inflector (~> 1.0)
193       dry-logic (~> 1.4)
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.5.0)
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.9.0)
210     exifr (1.4.0)
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.11)
217       base64
218       faraday-net_http (>= 2.0, < 3.1)
219       ruby2_keywords (>= 0.0.4)
220     faraday-net_http (3.0.2)
221     ffi (1.15.5)
222     ffi-compiler (1.0.1)
223       ffi (>= 1.0.0)
224       rake
225     ffi-libarchive (1.1.3)
226       ffi (~> 1.0)
227     frozen_record (0.27.0)
228       activemodel
229     fspath (3.1.2)
230     gd2-ffij (0.4.0)
231       ffi (>= 1.0.0)
232     globalid (1.2.1)
233       activesupport (>= 6.1)
234     hashdiff (1.0.1)
235     hashie (5.0.0)
236     highline (2.1.0)
237     htmlentities (4.3.4)
238     http_accept_language (2.1.1)
239     i18n (1.14.1)
240       concurrent-ruby (~> 1.0)
241     i18n-js (3.9.2)
242       i18n (>= 0.6.6)
243     i18n-tasks (1.0.12)
244       activesupport (>= 4.0.2)
245       ast (>= 2.1.0)
246       better_html (>= 1.0, < 3.0)
247       erubi
248       highline (>= 2.0.0)
249       i18n
250       parser (>= 2.2.3.0)
251       rails-i18n
252       rainbow (>= 2.2.2, < 4.0)
253       terminal-table (>= 1.5.1)
254     image_optim (0.31.3)
255       exifr (~> 1.2, >= 1.2.2)
256       fspath (~> 3.0)
257       image_size (>= 1.5, < 4)
258       in_threads (~> 1.3)
259       progress (~> 3.0, >= 3.0.1)
260     image_optim_rails (0.5.0)
261       image_optim (~> 0.24)
262       railties
263       sprockets
264     image_processing (1.12.2)
265       mini_magick (>= 4.9.5, < 5)
266       ruby-vips (>= 2.0.17, < 3)
267     image_size (3.3.0)
268     in_threads (1.6.0)
269     jbuilder (2.11.5)
270       actionview (>= 5.0.0)
271       activesupport (>= 5.0.0)
272     jmespath (1.6.2)
273     jquery-rails (4.6.0)
274       rails-dom-testing (>= 1, < 3)
275       railties (>= 4.2.0)
276       thor (>= 0.14, < 2.0)
277     json (2.6.3)
278     jwt (2.7.1)
279     kgio (2.11.4)
280     kramdown (2.4.0)
281       rexml
282     language_server-protocol (3.17.0.3)
283     libxml-ruby (4.1.1)
284     listen (3.8.0)
285       rb-fsevent (~> 0.10, >= 0.10.3)
286       rb-inotify (~> 0.9, >= 0.9.10)
287     logstasher (2.1.5)
288       activesupport (>= 5.2)
289       request_store
290     loofah (2.21.3)
291       crass (~> 1.0.2)
292       nokogiri (>= 1.12.0)
293     mail (2.8.1)
294       mini_mime (>= 0.1.1)
295       net-imap
296       net-pop
297       net-smtp
298     marcel (1.0.2)
299     matrix (0.4.2)
300     maxminddb (0.1.22)
301     method_source (1.0.0)
302     mini_magick (4.12.0)
303     mini_mime (1.1.5)
304     mini_portile2 (2.8.4)
305     minitest (5.20.0)
306     msgpack (1.7.2)
307     multi_json (1.15.0)
308     multi_xml (0.6.0)
309     net-imap (0.3.7)
310       date
311       net-protocol
312     net-pop (0.1.2)
313       net-protocol
314     net-protocol (0.2.1)
315       timeout
316     net-smtp (0.3.3)
317       net-protocol
318     nio4r (2.5.9)
319     nokogiri (1.15.4)
320       mini_portile2 (~> 2.8.2)
321       racc (~> 1.4)
322     oauth (0.4.7)
323     oauth-plugin (0.5.1)
324       multi_json
325       oauth (~> 0.4.4)
326       oauth2 (>= 0.5.0)
327       rack
328     oauth2 (2.0.9)
329       faraday (>= 0.17.3, < 3.0)
330       jwt (>= 1.0, < 3.0)
331       multi_xml (~> 0.5)
332       rack (>= 1.2, < 4)
333       snaky_hash (~> 2.0)
334       version_gem (~> 1.1)
335     omniauth (2.0.4)
336       hashie (>= 3.4.6)
337       rack (>= 1.6.2, < 3)
338       rack-protection
339     omniauth-facebook (9.0.0)
340       omniauth-oauth2 (~> 1.2)
341     omniauth-github (2.0.1)
342       omniauth (~> 2.0)
343       omniauth-oauth2 (~> 1.8)
344     omniauth-google-oauth2 (1.1.1)
345       jwt (>= 2.0)
346       oauth2 (~> 2.0.6)
347       omniauth (~> 2.0)
348       omniauth-oauth2 (~> 1.8.0)
349     omniauth-mediawiki (0.0.4)
350       jwt (~> 2.0)
351       omniauth-oauth (~> 1.0)
352     omniauth-microsoft_graph (1.2.0)
353       omniauth (~> 2.0)
354       omniauth-oauth2 (~> 1.8.0)
355     omniauth-oauth (1.2.0)
356       oauth
357       omniauth (>= 1.0, < 3)
358     omniauth-oauth2 (1.8.0)
359       oauth2 (>= 1.4, < 3)
360       omniauth (~> 2.0)
361     omniauth-openid (2.0.1)
362       omniauth (>= 1.0, < 3.0)
363       rack-openid (~> 1.4.0)
364     omniauth-rails_csrf_protection (1.0.1)
365       actionpack (>= 4.2)
366       omniauth (~> 2.0)
367     openstreetmap-deadlock_retry (1.3.1)
368     parallel (1.23.0)
369     parser (3.2.2.3)
370       ast (~> 2.4.1)
371       racc
372     pg (1.5.4)
373     popper_js (2.11.8)
374     progress (3.6.0)
375     public_suffix (5.0.3)
376     puma (5.6.7)
377       nio4r (~> 2.0)
378     quad_tile (1.0.1)
379     r2 (0.2.8)
380     racc (1.7.1)
381     rack (2.2.8)
382     rack-cors (2.0.1)
383       rack (>= 2.0.0)
384     rack-openid (1.4.2)
385       rack (>= 1.1.0)
386       ruby-openid (>= 2.1.8)
387     rack-protection (3.1.0)
388       rack (~> 2.2, >= 2.2.4)
389     rack-test (2.1.0)
390       rack (>= 1.3)
391     rack-uri_sanitizer (0.0.2)
392     rails (7.0.8)
393       actioncable (= 7.0.8)
394       actionmailbox (= 7.0.8)
395       actionmailer (= 7.0.8)
396       actionpack (= 7.0.8)
397       actiontext (= 7.0.8)
398       actionview (= 7.0.8)
399       activejob (= 7.0.8)
400       activemodel (= 7.0.8)
401       activerecord (= 7.0.8)
402       activestorage (= 7.0.8)
403       activesupport (= 7.0.8)
404       bundler (>= 1.15.0)
405       railties (= 7.0.8)
406     rails-controller-testing (1.0.5)
407       actionpack (>= 5.0.1.rc1)
408       actionview (>= 5.0.1.rc1)
409       activesupport (>= 5.0.1.rc1)
410     rails-dom-testing (2.2.0)
411       activesupport (>= 5.0.0)
412       minitest
413       nokogiri (>= 1.6)
414     rails-html-sanitizer (1.6.0)
415       loofah (~> 2.21)
416       nokogiri (~> 1.14)
417     rails-i18n (7.0.8)
418       i18n (>= 0.7, < 2)
419       railties (>= 6.0.0, < 8)
420     railties (7.0.8)
421       actionpack (= 7.0.8)
422       activesupport (= 7.0.8)
423       method_source
424       rake (>= 12.2)
425       thor (~> 1.0)
426       zeitwerk (~> 2.5)
427     rainbow (3.1.1)
428     rake (13.0.6)
429     rb-fsevent (0.11.2)
430     rb-inotify (0.10.1)
431       ffi (~> 1.0)
432     regexp_parser (2.8.1)
433     request_store (1.5.1)
434       rack (>= 1.4)
435     rexml (3.2.6)
436     rinku (2.0.6)
437     rotp (6.3.0)
438     rouge (4.1.3)
439     rubocop (1.56.3)
440       base64 (~> 0.1.1)
441       json (~> 2.3)
442       language_server-protocol (>= 3.17.0)
443       parallel (~> 1.10)
444       parser (>= 3.2.2.3)
445       rainbow (>= 2.2.2, < 4.0)
446       regexp_parser (>= 1.8, < 3.0)
447       rexml (>= 3.2.5, < 4.0)
448       rubocop-ast (>= 1.28.1, < 2.0)
449       ruby-progressbar (~> 1.7)
450       unicode-display_width (>= 2.4.0, < 3.0)
451     rubocop-ast (1.29.0)
452       parser (>= 3.2.1.0)
453     rubocop-capybara (2.18.0)
454       rubocop (~> 1.41)
455     rubocop-factory_bot (2.23.1)
456       rubocop (~> 1.33)
457     rubocop-minitest (0.31.1)
458       rubocop (>= 1.39, < 2.0)
459     rubocop-performance (1.19.0)
460       rubocop (>= 1.7.0, < 2.0)
461       rubocop-ast (>= 0.4.0)
462     rubocop-rails (2.21.0)
463       activesupport (>= 4.2.0)
464       rack (>= 1.1)
465       rubocop (>= 1.33.0, < 2.0)
466     rubocop-rake (0.6.0)
467       rubocop (~> 1.0)
468     ruby-openid (2.9.2)
469     ruby-progressbar (1.13.0)
470     ruby-vips (2.1.4)
471       ffi (~> 1.12)
472     ruby2_keywords (0.0.5)
473     rubyzip (2.3.2)
474     sanitize (6.0.2)
475       crass (~> 1.0.2)
476       nokogiri (>= 1.12.0)
477     sassc (2.4.0)
478       ffi (~> 1.9)
479     sassc-rails (2.1.2)
480       railties (>= 4.0.0)
481       sassc (>= 2.0)
482       sprockets (> 3.0)
483       sprockets-rails
484       tilt
485     secure_headers (6.5.0)
486     selenium-webdriver (4.12.0)
487       rexml (~> 3.2, >= 3.2.5)
488       rubyzip (>= 1.2.2, < 3.0)
489       websocket (~> 1.0)
490     simplecov (0.22.0)
491       docile (~> 1.1)
492       simplecov-html (~> 0.11)
493       simplecov_json_formatter (~> 0.1)
494     simplecov-html (0.12.3)
495     simplecov-lcov (0.8.0)
496     simplecov_json_formatter (0.1.4)
497     smart_properties (1.17.0)
498     snaky_hash (2.0.1)
499       hashie
500       version_gem (~> 1.1, >= 1.1.1)
501     sprockets (4.2.1)
502       concurrent-ruby (~> 1.0)
503       rack (>= 2.2.4, < 4)
504     sprockets-exporters_pack (0.1.2)
505       brotli (>= 0.2.0)
506       sprockets (>= 4.0.0.beta3)
507     sprockets-rails (3.4.2)
508       actionpack (>= 5.2)
509       activesupport (>= 5.2)
510       sprockets (>= 3.0.0)
511     strong_migrations (1.6.1)
512       activerecord (>= 5.2)
513     terminal-table (3.0.2)
514       unicode-display_width (>= 1.1.1, < 3)
515     terser (1.1.18)
516       execjs (>= 0.3.0, < 3)
517     thor (1.2.2)
518     tilt (2.2.0)
519     timeout (0.4.0)
520     tzinfo (2.0.6)
521       concurrent-ruby (~> 1.0)
522     unicode-display_width (2.4.2)
523     validates_email_format_of (1.7.2)
524       i18n
525     vendorer (0.2.0)
526     version_gem (1.1.3)
527     webmock (3.19.1)
528       addressable (>= 2.8.0)
529       crack (>= 0.3.2)
530       hashdiff (>= 0.4.0, < 2.0.0)
531     websocket (1.2.9)
532     websocket-driver (0.7.6)
533       websocket-extensions (>= 0.1.0)
534     websocket-extensions (0.1.5)
535     xpath (3.2.0)
536       nokogiri (~> 1.8)
537     zeitwerk (2.6.11)
538
539 PLATFORMS
540   ruby
541
542 DEPENDENCIES
543   aasm
544   actionpack-page_caching (>= 1.2.0)
545   active_record_union
546   activerecord-import
547   annotate
548   argon2
549   autoprefixer-rails
550   aws-sdk-s3
551   better_errors
552   binding_of_caller
553   bootsnap (>= 1.4.2)
554   bootstrap (~> 5.1.0)
555   bootstrap_form (~> 5.0)
556   brakeman
557   browser
558   bzip2-ffi
559   cancancan
560   canonical-rails
561   capybara (>= 2.15)
562   composite_primary_keys (~> 14.0.0)
563   config
564   connection_pool
565   dalli
566   debug_inspector
567   delayed_job_active_record
568   doorkeeper
569   doorkeeper-i18n
570   erb_lint
571   factory_bot_rails
572   faraday
573   ffi-libarchive
574   frozen_record
575   gd2-ffij (>= 0.4.0)
576   htmlentities
577   http_accept_language (~> 2.1.1)
578   i18n-js (~> 3.9.2)
579   i18n-tasks
580   image_optim_rails
581   image_processing
582   jbuilder (~> 2.7)
583   jquery-rails
584   json
585   kgio
586   kramdown
587   libxml-ruby (>= 2.0.5)
588   listen
589   logstasher
590   marcel
591   maxminddb
592   minitest (~> 5.1)
593   oauth-plugin (>= 0.5.1)
594   omniauth (~> 2.0.2)
595   omniauth-facebook
596   omniauth-github
597   omniauth-google-oauth2 (>= 0.6.0)
598   omniauth-mediawiki (>= 0.0.4)
599   omniauth-microsoft_graph
600   omniauth-openid
601   omniauth-rails_csrf_protection (~> 1.0)
602   openstreetmap-deadlock_retry (>= 1.3.1)
603   pg
604   puma (~> 5.6)
605   quad_tile (~> 1.0.1)
606   r2 (~> 0.2.7)
607   rack-cors
608   rack-uri_sanitizer
609   rails (~> 7.0.0)
610   rails-controller-testing
611   rails-i18n (~> 7.0.0)
612   rinku (>= 2.0.6)
613   rotp
614   rubocop
615   rubocop-capybara
616   rubocop-factory_bot
617   rubocop-minitest
618   rubocop-performance
619   rubocop-rails
620   rubocop-rake
621   sanitize
622   sassc-rails
623   secure_headers
624   selenium-webdriver
625   simplecov
626   simplecov-lcov
627   sprockets-exporters_pack
628   strong_migrations
629   terser
630   validates_email_format_of (>= 1.5.1)
631   vendorer
632   webmock
633
634 BUNDLED WITH
635    2.3.26