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