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