]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Add bootstrap 4
[rails.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     SystemTimer (1.2.3)
5     aasm (5.0.6)
6       concurrent-ruby (~> 1.0)
7     actioncable (6.0.1)
8       actionpack (= 6.0.1)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11     actionmailbox (6.0.1)
12       actionpack (= 6.0.1)
13       activejob (= 6.0.1)
14       activerecord (= 6.0.1)
15       activestorage (= 6.0.1)
16       activesupport (= 6.0.1)
17       mail (>= 2.7.1)
18     actionmailer (6.0.1)
19       actionpack (= 6.0.1)
20       actionview (= 6.0.1)
21       activejob (= 6.0.1)
22       mail (~> 2.5, >= 2.5.4)
23       rails-dom-testing (~> 2.0)
24     actionpack (6.0.1)
25       actionview (= 6.0.1)
26       activesupport (= 6.0.1)
27       rack (~> 2.0)
28       rack-test (>= 0.6.3)
29       rails-dom-testing (~> 2.0)
30       rails-html-sanitizer (~> 1.0, >= 1.2.0)
31     actiontext (6.0.1)
32       actionpack (= 6.0.1)
33       activerecord (= 6.0.1)
34       activestorage (= 6.0.1)
35       activesupport (= 6.0.1)
36       nokogiri (>= 1.8.5)
37     actionview (6.0.1)
38       activesupport (= 6.0.1)
39       builder (~> 3.1)
40       erubi (~> 1.4)
41       rails-dom-testing (~> 2.0)
42       rails-html-sanitizer (~> 1.1, >= 1.2.0)
43     active_record_union (1.3.0)
44       activerecord (>= 4.0)
45     activejob (6.0.1)
46       activesupport (= 6.0.1)
47       globalid (>= 0.3.6)
48     activemodel (6.0.1)
49       activesupport (= 6.0.1)
50     activerecord (6.0.1)
51       activemodel (= 6.0.1)
52       activesupport (= 6.0.1)
53     activerecord-import (1.0.3)
54       activerecord (>= 3.2)
55     activestorage (6.0.1)
56       actionpack (= 6.0.1)
57       activejob (= 6.0.1)
58       activerecord (= 6.0.1)
59       marcel (~> 0.3.1)
60     activesupport (6.0.1)
61       concurrent-ruby (~> 1.0, >= 1.0.2)
62       i18n (>= 0.7, < 2)
63       minitest (~> 5.1)
64       tzinfo (~> 1.1)
65       zeitwerk (~> 2.2)
66     addressable (2.7.0)
67       public_suffix (>= 2.0.2, < 5.0)
68     annotate (3.0.3)
69       activerecord (>= 3.2, < 7.0)
70       rake (>= 10.4, < 14.0)
71     ast (2.4.0)
72     autoprefixer-rails (9.7.3)
73       execjs
74     aws-eventstream (1.0.3)
75     aws-partitions (1.251.0)
76     aws-sdk-core (3.84.0)
77       aws-eventstream (~> 1.0, >= 1.0.2)
78       aws-partitions (~> 1, >= 1.239.0)
79       aws-sigv4 (~> 1.1)
80       jmespath (~> 1.0)
81     aws-sdk-kms (1.26.0)
82       aws-sdk-core (~> 3, >= 3.71.0)
83       aws-sigv4 (~> 1.1)
84     aws-sdk-s3 (1.59.0)
85       aws-sdk-core (~> 3, >= 3.83.0)
86       aws-sdk-kms (~> 1)
87       aws-sigv4 (~> 1.1)
88     aws-sigv4 (1.1.0)
89       aws-eventstream (~> 1.0, >= 1.0.2)
90     better_errors (2.5.1)
91       coderay (>= 1.0.0)
92       erubi (>= 1.0.0)
93       rack (>= 0.9.0)
94     better_html (1.0.14)
95       actionview (>= 4.0)
96       activesupport (>= 4.0)
97       ast (~> 2.0)
98       erubi (~> 1.4)
99       html_tokenizer (~> 0.0.6)
100       parser (>= 2.4)
101       smart_properties
102     bigdecimal (1.1.0)
103     binding_of_caller (0.8.0)
104       debug_inspector (>= 0.0.1)
105     bootsnap (1.4.5)
106       msgpack (~> 1.0)
107     bootstrap (4.3.1)
108       autoprefixer-rails (>= 9.1.0)
109       popper_js (>= 1.14.3, < 2)
110       sassc-rails (>= 2.0.0)
111     browser (2.7.1)
112     builder (3.2.3)
113     bzip2-ffi (1.0.0)
114       ffi (~> 1.0)
115     cancancan (3.0.1)
116     canonical-rails (0.2.6)
117       rails (>= 4.1, < 6.1)
118     capybara (3.29.0)
119       addressable
120       mini_mime (>= 0.1.3)
121       nokogiri (~> 1.8)
122       rack (>= 1.6.0)
123       rack-test (>= 0.6.3)
124       regexp_parser (~> 1.5)
125       xpath (~> 3.2)
126     childprocess (3.0.0)
127     cliver (0.3.2)
128     coderay (1.1.2)
129     composite_primary_keys (12.0.1)
130       activerecord (~> 6.0.0)
131     concurrent-ruby (1.1.5)
132     config (2.0.0)
133       activesupport (>= 4.2)
134       deep_merge (~> 1.2, >= 1.2.1)
135       dry-schema (~> 1.0)
136     coveralls (0.8.23)
137       json (>= 1.8, < 3)
138       simplecov (~> 0.16.1)
139       term-ansicolor (~> 1.3)
140       thor (>= 0.19.4, < 2.0)
141       tins (~> 1.6)
142     crack (0.4.3)
143       safe_yaml (~> 1.0.0)
144     crass (1.0.5)
145     dalli (2.7.10)
146     debug_inspector (0.0.3)
147     deep_merge (1.2.1)
148     delayed_job (4.1.8)
149       activesupport (>= 3.0, < 6.1)
150     delayed_job_active_record (4.1.4)
151       activerecord (>= 3.0, < 6.1)
152       delayed_job (>= 3.0, < 5)
153     docile (1.3.2)
154     dry-configurable (0.9.0)
155       concurrent-ruby (~> 1.0)
156       dry-core (~> 0.4, >= 0.4.7)
157     dry-container (0.7.2)
158       concurrent-ruby (~> 1.0)
159       dry-configurable (~> 0.1, >= 0.1.3)
160     dry-core (0.4.9)
161       concurrent-ruby (~> 1.0)
162     dry-equalizer (0.3.0)
163     dry-inflector (0.2.0)
164     dry-initializer (3.0.2)
165     dry-logic (1.0.5)
166       concurrent-ruby (~> 1.0)
167       dry-core (~> 0.2)
168       dry-equalizer (~> 0.2)
169     dry-schema (1.4.1)
170       concurrent-ruby (~> 1.0)
171       dry-configurable (~> 0.8, >= 0.8.3)
172       dry-core (~> 0.4)
173       dry-equalizer (~> 0.2)
174       dry-initializer (~> 3.0)
175       dry-logic (~> 1.0)
176       dry-types (~> 1.2)
177     dry-types (1.2.1)
178       concurrent-ruby (~> 1.0)
179       dry-container (~> 0.3)
180       dry-core (~> 0.4, >= 0.4.4)
181       dry-equalizer (~> 0.2, >= 0.2.2)
182       dry-inflector (~> 0.1, >= 0.1.2)
183       dry-logic (~> 1.0, >= 1.0.2)
184     dynamic_form (1.1.4)
185     erb_lint (0.0.30)
186       activesupport
187       better_html (~> 1.0.7)
188       html_tokenizer
189       rainbow
190       rubocop (~> 0.51)
191       smart_properties
192     erubi (1.9.0)
193     execjs (2.7.0)
194     exifr (1.3.6)
195     factory_bot (5.1.1)
196       activesupport (>= 4.2.0)
197     factory_bot_rails (5.1.1)
198       factory_bot (~> 5.1.0)
199       railties (>= 4.2.0)
200     fakefs (0.20.1)
201     faraday (0.17.1)
202       multipart-post (>= 1.2, < 3)
203     ffi (1.11.3)
204     ffi-libarchive (0.4.10)
205       ffi (~> 1.0)
206     fspath (3.1.2)
207     gd2-ffij (0.4.0)
208       ffi (>= 1.0.0)
209     geoip (1.6.4)
210     globalid (0.4.2)
211       activesupport (>= 4.2.0)
212     hashdiff (1.0.0)
213     hashie (3.6.0)
214     html_tokenizer (0.0.7)
215     htmlentities (4.3.4)
216     http_accept_language (2.0.5)
217     i18n (0.9.5)
218       concurrent-ruby (~> 1.0)
219     i18n-js (3.5.0)
220       i18n (>= 0.6.6)
221     image_optim (0.26.5)
222       exifr (~> 1.2, >= 1.2.2)
223       fspath (~> 3.0)
224       image_size (>= 1.5, < 3)
225       in_threads (~> 1.3)
226       progress (~> 3.0, >= 3.0.1)
227     image_optim_rails (0.4.3)
228       image_optim (~> 0.24)
229       rails
230       sprockets
231     image_size (2.0.2)
232     in_threads (1.5.3)
233     jaro_winkler (1.5.4)
234     jbuilder (2.9.1)
235       activesupport (>= 4.2.0)
236     jmespath (1.4.0)
237     jquery-rails (4.3.5)
238       rails-dom-testing (>= 1, < 3)
239       railties (>= 4.2.0)
240       thor (>= 0.14, < 2.0)
241     json (2.2.0)
242     jwt (2.2.1)
243     kgio (2.11.2)
244     kramdown (2.1.0)
245     libxml-ruby (3.1.0)
246     listen (3.2.1)
247       rb-fsevent (~> 0.10, >= 0.10.3)
248       rb-inotify (~> 0.9, >= 0.9.10)
249     logstash-event (1.2.02)
250     logstasher (1.3.0)
251       activesupport (>= 4.0)
252       logstash-event (~> 1.2.0)
253       request_store
254     loofah (2.4.0)
255       crass (~> 1.0.2)
256       nokogiri (>= 1.5.9)
257     mail (2.7.1)
258       mini_mime (>= 0.1.1)
259     marcel (0.3.3)
260       mimemagic (~> 0.3.2)
261     method_source (0.9.2)
262     mimemagic (0.3.3)
263     mini_magick (4.9.5)
264     mini_mime (1.0.2)
265     mini_portile2 (2.4.0)
266     minitest (5.13.0)
267     msgpack (1.3.1)
268     multi_json (1.14.1)
269     multi_xml (0.6.0)
270     multipart-post (2.1.1)
271     nio4r (2.5.2)
272     nokogiri (1.10.7)
273       mini_portile2 (~> 2.4.0)
274     nokogumbo (2.0.2)
275       nokogiri (~> 1.8, >= 1.8.4)
276     oauth (0.4.7)
277     oauth-plugin (0.5.1)
278       multi_json
279       oauth (~> 0.4.4)
280       oauth2 (>= 0.5.0)
281       rack
282     oauth2 (1.4.2)
283       faraday (>= 0.8, < 2.0)
284       jwt (>= 1.0, < 3.0)
285       multi_json (~> 1.3)
286       multi_xml (~> 0.5)
287       rack (>= 1.2, < 3)
288     omniauth (1.9.0)
289       hashie (>= 3.4.6, < 3.7.0)
290       rack (>= 1.6.2, < 3)
291     omniauth-facebook (5.0.0)
292       omniauth-oauth2 (~> 1.2)
293     omniauth-github (1.3.0)
294       omniauth (~> 1.5)
295       omniauth-oauth2 (>= 1.4.0, < 2.0)
296     omniauth-google-oauth2 (0.8.0)
297       jwt (>= 2.0)
298       omniauth (>= 1.1.1)
299       omniauth-oauth2 (>= 1.6)
300     omniauth-mediawiki (0.0.4)
301       jwt (~> 2.0)
302       omniauth-oauth (~> 1.0)
303     omniauth-oauth (1.1.0)
304       oauth
305       omniauth (~> 1.0)
306     omniauth-oauth2 (1.6.0)
307       oauth2 (~> 1.1)
308       omniauth (~> 1.9)
309     omniauth-openid (1.0.1)
310       omniauth (~> 1.0)
311       rack-openid (~> 1.3.1)
312     omniauth-windowslive (0.0.12)
313       multi_json (~> 1.12)
314       omniauth-oauth2 (~> 1.4)
315     openstreetmap-actionpack-page_caching (1.1.2)
316       actionpack (>= 5.0.0)
317     openstreetmap-deadlock_retry (1.3.0)
318     parallel (1.19.1)
319     parser (2.6.5.0)
320       ast (~> 2.4.0)
321     pg (1.1.4)
322     poltergeist (1.18.1)
323       capybara (>= 2.1, < 4)
324       cliver (~> 0.3.1)
325       websocket-driver (>= 0.2.0)
326     popper_js (1.14.5)
327     progress (3.5.2)
328     psych (3.1.0)
329     public_suffix (4.0.1)
330     puma (3.12.2)
331     quad_tile (1.0.1)
332     r2 (0.2.7)
333     rack (2.0.7)
334     rack-cors (1.1.0)
335       rack (>= 2.0.0)
336     rack-openid (1.3.1)
337       rack (>= 1.1.0)
338       ruby-openid (>= 2.1.8)
339     rack-test (1.1.0)
340       rack (>= 1.0, < 3)
341     rack-uri_sanitizer (0.0.2)
342     rails (6.0.1)
343       actioncable (= 6.0.1)
344       actionmailbox (= 6.0.1)
345       actionmailer (= 6.0.1)
346       actionpack (= 6.0.1)
347       actiontext (= 6.0.1)
348       actionview (= 6.0.1)
349       activejob (= 6.0.1)
350       activemodel (= 6.0.1)
351       activerecord (= 6.0.1)
352       activestorage (= 6.0.1)
353       activesupport (= 6.0.1)
354       bundler (>= 1.3.0)
355       railties (= 6.0.1)
356       sprockets-rails (>= 2.0.0)
357     rails-controller-testing (1.0.4)
358       actionpack (>= 5.0.1.x)
359       actionview (>= 5.0.1.x)
360       activesupport (>= 5.0.1.x)
361     rails-dom-testing (2.0.3)
362       activesupport (>= 4.2.0)
363       nokogiri (>= 1.6)
364     rails-html-sanitizer (1.3.0)
365       loofah (~> 2.3)
366     rails-i18n (4.0.2)
367       i18n (~> 0.6)
368       rails (>= 4.0)
369     railties (6.0.1)
370       actionpack (= 6.0.1)
371       activesupport (= 6.0.1)
372       method_source
373       rake (>= 0.8.7)
374       thor (>= 0.20.3, < 2.0)
375     rainbow (3.0.0)
376     rake (13.0.1)
377     rb-fsevent (0.10.3)
378     rb-inotify (0.10.0)
379       ffi (~> 1.0)
380     regexp_parser (1.6.0)
381     request_store (1.4.1)
382       rack (>= 1.4)
383     rinku (2.0.6)
384     rotp (5.1.0)
385       addressable (~> 2.5)
386     rubocop (0.77.0)
387       jaro_winkler (~> 1.5.1)
388       parallel (~> 1.10)
389       parser (>= 2.6)
390       rainbow (>= 2.2.2, < 4.0)
391       ruby-progressbar (~> 1.7)
392       unicode-display_width (>= 1.4.0, < 1.7)
393     rubocop-performance (1.5.1)
394       rubocop (>= 0.71.0)
395     rubocop-rails (2.4.0)
396       rack (>= 1.1)
397       rubocop (>= 0.72.0)
398     ruby-openid (2.9.2)
399     ruby-progressbar (1.10.1)
400     rubyzip (2.0.0)
401     safe_yaml (1.0.5)
402     sanitize (5.1.0)
403       crass (~> 1.0.2)
404       nokogiri (>= 1.8.0)
405       nokogumbo (~> 2.0)
406     sassc (2.2.1)
407       ffi (~> 1.9)
408     sassc-rails (2.1.2)
409       railties (>= 4.0.0)
410       sassc (>= 2.0)
411       sprockets (> 3.0)
412       sprockets-rails
413       tilt
414     secure_headers (6.1.1)
415     selenium-webdriver (3.142.6)
416       childprocess (>= 0.5, < 4.0)
417       rubyzip (>= 1.2.2)
418     simplecov (0.16.1)
419       docile (~> 1.1)
420       json (>= 1.8, < 3)
421       simplecov-html (~> 0.10.0)
422     simplecov-html (0.10.2)
423     smart_properties (1.15.0)
424     sprockets (4.0.0)
425       concurrent-ruby (~> 1.0)
426       rack (> 1, < 3)
427     sprockets-rails (3.2.1)
428       actionpack (>= 4.0)
429       activesupport (>= 4.0)
430       sprockets (>= 3.0.0)
431     strong_migrations (0.5.0)
432       activerecord (>= 5)
433     term-ansicolor (1.7.1)
434       tins (~> 1.0)
435     thor (0.20.3)
436     thread_safe (0.3.6)
437     tilt (2.0.10)
438     tins (1.22.2)
439     tzinfo (1.2.5)
440       thread_safe (~> 0.1)
441     uglifier (4.2.0)
442       execjs (>= 0.3.0, < 3)
443     unicode-display_width (1.6.0)
444     validates_email_format_of (1.6.3)
445       i18n
446     vendorer (0.2.0)
447     webmock (3.7.6)
448       addressable (>= 2.3.6)
449       crack (>= 0.3.2)
450       hashdiff (>= 0.4.0, < 2.0.0)
451     websocket-driver (0.7.1)
452       websocket-extensions (>= 0.1.0)
453     websocket-extensions (0.1.4)
454     xpath (3.2.0)
455       nokogiri (~> 1.8)
456     zeitwerk (2.2.2)
457
458 PLATFORMS
459   ruby
460
461 DEPENDENCIES
462   SystemTimer (>= 1.1.3)
463   aasm
464   active_record_union
465   activerecord-import
466   annotate
467   autoprefixer-rails
468   aws-sdk-s3
469   better_errors
470   bigdecimal (~> 1.1.0)
471   binding_of_caller
472   bootsnap (>= 1.4.2)
473   bootstrap (~> 4.3.1)
474   browser
475   bzip2-ffi
476   cancancan
477   canonical-rails
478   capybara (>= 2.15)
479   composite_primary_keys (~> 12.0.0)
480   config
481   coveralls
482   dalli
483   delayed_job_active_record
484   dynamic_form
485   erb_lint
486   factory_bot_rails
487   fakefs
488   faraday
489   ffi-libarchive
490   gd2-ffij (>= 0.4.0)
491   geoip
492   htmlentities
493   http_accept_language (~> 2.0.0)
494   i18n-js (>= 3.0.0)
495   image_optim_rails
496   jbuilder (~> 2.7)
497   jquery-rails
498   json
499   kgio
500   kramdown
501   libxml-ruby (>= 2.0.5)
502   listen
503   logstasher
504   mimemagic
505   mini_magick
506   minitest (~> 5.1)
507   oauth-plugin (>= 0.5.1)
508   omniauth
509   omniauth-facebook
510   omniauth-github
511   omniauth-google-oauth2 (>= 0.6.0)
512   omniauth-mediawiki (>= 0.0.4)
513   omniauth-openid
514   omniauth-windowslive
515   openstreetmap-actionpack-page_caching (>= 1.1.2)
516   openstreetmap-deadlock_retry (>= 1.3.0)
517   pg
518   poltergeist
519   psych
520   puma (~> 3.11)
521   quad_tile (~> 1.0.1)
522   r2 (~> 0.2.7)
523   rack-cors
524   rack-uri_sanitizer
525   rails (= 6.0.1)
526   rails-controller-testing
527   rails-i18n (~> 4.0.0)
528   rinku (>= 2.0.6)
529   rotp
530   rubocop
531   rubocop-performance
532   rubocop-rails
533   sanitize
534   sassc-rails
535   secure_headers
536   selenium-webdriver
537   strong_migrations
538   uglifier (>= 1.3.0)
539   validates_email_format_of (>= 1.5.1)
540   vendorer
541   webmock
542
543 BUNDLED WITH
544    1.17.2