]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Link to current and old element versions from changeset pages
[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.1.3)
7       actionpack (= 7.1.3)
8       activesupport (= 7.1.3)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11       zeitwerk (~> 2.6)
12     actionmailbox (7.1.3)
13       actionpack (= 7.1.3)
14       activejob (= 7.1.3)
15       activerecord (= 7.1.3)
16       activestorage (= 7.1.3)
17       activesupport (= 7.1.3)
18       mail (>= 2.7.1)
19       net-imap
20       net-pop
21       net-smtp
22     actionmailer (7.1.3)
23       actionpack (= 7.1.3)
24       actionview (= 7.1.3)
25       activejob (= 7.1.3)
26       activesupport (= 7.1.3)
27       mail (~> 2.5, >= 2.5.4)
28       net-imap
29       net-pop
30       net-smtp
31       rails-dom-testing (~> 2.2)
32     actionpack (7.1.3)
33       actionview (= 7.1.3)
34       activesupport (= 7.1.3)
35       nokogiri (>= 1.8.5)
36       racc
37       rack (>= 2.2.4)
38       rack-session (>= 1.0.1)
39       rack-test (>= 0.6.3)
40       rails-dom-testing (~> 2.2)
41       rails-html-sanitizer (~> 1.6)
42     actionpack-page_caching (1.2.4)
43       actionpack (>= 4.0.0)
44     actiontext (7.1.3)
45       actionpack (= 7.1.3)
46       activerecord (= 7.1.3)
47       activestorage (= 7.1.3)
48       activesupport (= 7.1.3)
49       globalid (>= 0.6.0)
50       nokogiri (>= 1.8.5)
51     actionview (7.1.3)
52       activesupport (= 7.1.3)
53       builder (~> 3.1)
54       erubi (~> 1.11)
55       rails-dom-testing (~> 2.2)
56       rails-html-sanitizer (~> 1.6)
57     active_record_union (1.3.0)
58       activerecord (>= 4.0)
59     activejob (7.1.3)
60       activesupport (= 7.1.3)
61       globalid (>= 0.3.6)
62     activemodel (7.1.3)
63       activesupport (= 7.1.3)
64     activerecord (7.1.3)
65       activemodel (= 7.1.3)
66       activesupport (= 7.1.3)
67       timeout (>= 0.4.0)
68     activerecord-import (1.5.1)
69       activerecord (>= 4.2)
70     activestorage (7.1.3)
71       actionpack (= 7.1.3)
72       activejob (= 7.1.3)
73       activerecord (= 7.1.3)
74       activesupport (= 7.1.3)
75       marcel (~> 1.0)
76     activesupport (7.1.3)
77       base64
78       bigdecimal
79       concurrent-ruby (~> 1.0, >= 1.0.2)
80       connection_pool (>= 2.2.5)
81       drb
82       i18n (>= 1.6, < 2)
83       minitest (>= 5.1)
84       mutex_m
85       tzinfo (~> 2.0)
86     addressable (2.8.6)
87       public_suffix (>= 2.0.2, < 6.0)
88     annotate (3.2.0)
89       activerecord (>= 3.2, < 8.0)
90       rake (>= 10.4, < 14.0)
91     argon2 (2.3.0)
92       ffi (~> 1.15)
93       ffi-compiler (~> 1.0)
94     ast (2.4.2)
95     autoprefixer-rails (10.4.16.0)
96       execjs (~> 2)
97     aws-eventstream (1.3.0)
98     aws-partitions (1.889.0)
99     aws-sdk-core (3.191.1)
100       aws-eventstream (~> 1, >= 1.3.0)
101       aws-partitions (~> 1, >= 1.651.0)
102       aws-sigv4 (~> 1.8)
103       jmespath (~> 1, >= 1.6.1)
104     aws-sdk-kms (1.77.0)
105       aws-sdk-core (~> 3, >= 3.191.0)
106       aws-sigv4 (~> 1.1)
107     aws-sdk-s3 (1.143.0)
108       aws-sdk-core (~> 3, >= 3.191.0)
109       aws-sdk-kms (~> 1)
110       aws-sigv4 (~> 1.8)
111     aws-sigv4 (1.8.0)
112       aws-eventstream (~> 1, >= 1.0.2)
113     base64 (0.2.0)
114     better_errors (2.10.1)
115       erubi (>= 1.0.0)
116       rack (>= 0.9.0)
117       rouge (>= 1.0.0)
118     better_html (2.0.2)
119       actionview (>= 6.0)
120       activesupport (>= 6.0)
121       ast (~> 2.0)
122       erubi (~> 1.4)
123       parser (>= 2.4)
124       smart_properties
125     bigdecimal (3.1.6)
126     binding_of_caller (1.0.0)
127       debug_inspector (>= 0.0.1)
128     bootsnap (1.18.3)
129       msgpack (~> 1.2)
130     bootstrap (5.3.2)
131       autoprefixer-rails (>= 9.1.0)
132       popper_js (>= 2.11.8, < 3)
133     bootstrap_form (5.4.0)
134       actionpack (>= 6.1)
135       activemodel (>= 6.1)
136     brakeman (6.1.2)
137       racc
138     brotli (0.5.0)
139     browser (5.3.1)
140     builder (3.2.4)
141     bzip2-ffi (1.1.1)
142       ffi (~> 1.0)
143     cancancan (3.5.0)
144     canonical-rails (0.2.15)
145       actionview (>= 4.1, <= 7.2)
146     capybara (3.40.0)
147       addressable
148       matrix
149       mini_mime (>= 0.1.3)
150       nokogiri (~> 1.11)
151       rack (>= 1.6.0)
152       rack-test (>= 0.6.3)
153       regexp_parser (>= 1.5, < 3.0)
154       xpath (~> 3.2)
155     concurrent-ruby (1.2.3)
156     config (5.1.0)
157       deep_merge (~> 1.2, >= 1.2.1)
158       dry-validation (~> 1.0, >= 1.0.0)
159     connection_pool (2.4.1)
160     crack (1.0.0)
161       bigdecimal
162       rexml
163     crass (1.0.6)
164     dalli (3.2.8)
165     dartsass-ruby (3.0.2)
166       sass-embedded (~> 1.54, < 1.67)
167     dartsass-sprockets (3.0.0)
168       dartsass-ruby (~> 3.0)
169       railties (>= 4.0.0)
170       sprockets (> 3.0)
171       sprockets-rails
172       tilt
173     date (3.3.4)
174     debug_inspector (1.2.0)
175     deep_merge (1.2.2)
176     delayed_job (4.1.11)
177       activesupport (>= 3.0, < 8.0)
178     delayed_job_active_record (4.1.8)
179       activerecord (>= 3.0, < 8.0)
180       delayed_job (>= 3.0, < 5)
181     docile (1.4.0)
182     doorkeeper (5.6.8)
183       railties (>= 5)
184     doorkeeper-i18n (5.2.7)
185       doorkeeper (>= 5.2)
186     doorkeeper-openid_connect (1.8.7)
187       doorkeeper (>= 5.5, < 5.7)
188       jwt (>= 2.5)
189     drb (2.2.0)
190       ruby2_keywords
191     dry-configurable (1.1.0)
192       dry-core (~> 1.0, < 2)
193       zeitwerk (~> 2.6)
194     dry-core (1.0.1)
195       concurrent-ruby (~> 1.0)
196       zeitwerk (~> 2.6)
197     dry-inflector (1.0.0)
198     dry-initializer (3.1.1)
199     dry-logic (1.5.0)
200       concurrent-ruby (~> 1.0)
201       dry-core (~> 1.0, < 2)
202       zeitwerk (~> 2.6)
203     dry-schema (1.13.3)
204       concurrent-ruby (~> 1.0)
205       dry-configurable (~> 1.0, >= 1.0.1)
206       dry-core (~> 1.0, < 2)
207       dry-initializer (~> 3.0)
208       dry-logic (>= 1.4, < 2)
209       dry-types (>= 1.7, < 2)
210       zeitwerk (~> 2.6)
211     dry-types (1.7.2)
212       bigdecimal (~> 3.0)
213       concurrent-ruby (~> 1.0)
214       dry-core (~> 1.0)
215       dry-inflector (~> 1.0)
216       dry-logic (~> 1.4)
217       zeitwerk (~> 2.6)
218     dry-validation (1.10.0)
219       concurrent-ruby (~> 1.0)
220       dry-core (~> 1.0, < 2)
221       dry-initializer (~> 3.0)
222       dry-schema (>= 1.12, < 2)
223       zeitwerk (~> 2.6)
224     erb_lint (0.5.0)
225       activesupport
226       better_html (>= 2.0.1)
227       parser (>= 2.7.1.4)
228       rainbow
229       rubocop
230       smart_properties
231     erubi (1.12.0)
232     execjs (2.9.1)
233     exifr (1.4.0)
234     factory_bot (6.4.6)
235       activesupport (>= 5.0.0)
236     factory_bot_rails (6.4.3)
237       factory_bot (~> 6.4)
238       railties (>= 5.0.0)
239     faraday (2.9.0)
240       faraday-net_http (>= 2.0, < 3.2)
241     faraday-net_http (3.1.0)
242       net-http
243     ffi (1.16.3)
244     ffi-compiler (1.0.1)
245       ffi (>= 1.0.0)
246       rake
247     ffi-libarchive (1.1.14)
248       ffi (~> 1.0)
249     file_exists (0.2.0)
250     frozen_record (0.27.0)
251       activemodel
252     fspath (3.1.2)
253     gd2-ffij (0.4.0)
254       ffi (>= 1.0.0)
255     globalid (1.2.1)
256       activesupport (>= 6.1)
257     google-protobuf (3.25.2)
258     hashdiff (1.1.0)
259     hashie (5.0.0)
260     highline (3.0.1)
261     htmlentities (4.3.4)
262     http_accept_language (2.1.1)
263     i18n (1.14.1)
264       concurrent-ruby (~> 1.0)
265     i18n-js (3.9.2)
266       i18n (>= 0.6.6)
267     i18n-tasks (1.0.13)
268       activesupport (>= 4.0.2)
269       ast (>= 2.1.0)
270       better_html (>= 1.0, < 3.0)
271       erubi
272       highline (>= 2.0.0)
273       i18n
274       parser (>= 3.2.2.1)
275       rails-i18n
276       rainbow (>= 2.2.2, < 4.0)
277       terminal-table (>= 1.5.1)
278     image_optim (0.31.3)
279       exifr (~> 1.2, >= 1.2.2)
280       fspath (~> 3.0)
281       image_size (>= 1.5, < 4)
282       in_threads (~> 1.3)
283       progress (~> 3.0, >= 3.0.1)
284     image_optim_rails (0.5.0)
285       image_optim (~> 0.24)
286       railties
287       sprockets
288     image_processing (1.12.2)
289       mini_magick (>= 4.9.5, < 5)
290       ruby-vips (>= 2.0.17, < 3)
291     image_size (3.4.0)
292     in_threads (1.6.0)
293     io-console (0.7.2)
294     irb (1.11.2)
295       rdoc
296       reline (>= 0.4.2)
297     jbuilder (2.11.5)
298       actionview (>= 5.0.0)
299       activesupport (>= 5.0.0)
300     jmespath (1.6.2)
301     jquery-rails (4.6.0)
302       rails-dom-testing (>= 1, < 3)
303       railties (>= 4.2.0)
304       thor (>= 0.14, < 2.0)
305     json (2.7.1)
306     jwt (2.7.1)
307     kgio (2.11.4)
308     kramdown (2.4.0)
309       rexml
310     language_server-protocol (3.17.0.3)
311     libv8-node (18.16.0.0)
312     libxml-ruby (5.0.2)
313     listen (3.8.0)
314       rb-fsevent (~> 0.10, >= 0.10.3)
315       rb-inotify (~> 0.9, >= 0.9.10)
316     logstasher (2.1.5)
317       activesupport (>= 5.2)
318       request_store
319     loofah (2.22.0)
320       crass (~> 1.0.2)
321       nokogiri (>= 1.12.0)
322     mail (2.8.1)
323       mini_mime (>= 0.1.1)
324       net-imap
325       net-pop
326       net-smtp
327     marcel (1.0.2)
328     matrix (0.4.2)
329     maxminddb (0.1.22)
330     mini_magick (4.12.0)
331     mini_mime (1.1.5)
332     mini_portile2 (2.8.5)
333     mini_racer (0.8.0)
334       libv8-node (~> 18.16.0.0)
335     minitest (5.22.2)
336     minitest-focus (1.4.0)
337       minitest (>= 4, < 6)
338     msgpack (1.7.2)
339     multi_json (1.15.0)
340     multi_xml (0.6.0)
341     mutex_m (0.2.0)
342     net-http (0.4.1)
343       uri
344     net-imap (0.4.10)
345       date
346       net-protocol
347     net-pop (0.1.2)
348       net-protocol
349     net-protocol (0.2.2)
350       timeout
351     net-smtp (0.4.0.1)
352       net-protocol
353     nio4r (2.7.0)
354     nokogiri (1.16.2)
355       mini_portile2 (~> 2.8.2)
356       racc (~> 1.4)
357     oauth (0.4.7)
358     oauth-plugin (0.5.1)
359       multi_json
360       oauth (~> 0.4.4)
361       oauth2 (>= 0.5.0)
362       rack
363     oauth2 (2.0.9)
364       faraday (>= 0.17.3, < 3.0)
365       jwt (>= 1.0, < 3.0)
366       multi_xml (~> 0.5)
367       rack (>= 1.2, < 4)
368       snaky_hash (~> 2.0)
369       version_gem (~> 1.1)
370     omniauth (2.0.4)
371       hashie (>= 3.4.6)
372       rack (>= 1.6.2, < 3)
373       rack-protection
374     omniauth-facebook (9.0.0)
375       omniauth-oauth2 (~> 1.2)
376     omniauth-github (2.0.1)
377       omniauth (~> 2.0)
378       omniauth-oauth2 (~> 1.8)
379     omniauth-google-oauth2 (1.1.1)
380       jwt (>= 2.0)
381       oauth2 (~> 2.0.6)
382       omniauth (~> 2.0)
383       omniauth-oauth2 (~> 1.8.0)
384     omniauth-mediawiki (0.0.4)
385       jwt (~> 2.0)
386       omniauth-oauth (~> 1.0)
387     omniauth-microsoft_graph (2.0.0)
388       jwt (~> 2.0)
389       omniauth (~> 2.0)
390       omniauth-oauth2 (~> 1.8.0)
391     omniauth-oauth (1.2.0)
392       oauth
393       omniauth (>= 1.0, < 3)
394     omniauth-oauth2 (1.8.0)
395       oauth2 (>= 1.4, < 3)
396       omniauth (~> 2.0)
397     omniauth-openid (2.0.1)
398       omniauth (>= 1.0, < 3.0)
399       rack-openid (~> 1.4.0)
400     omniauth-rails_csrf_protection (1.0.1)
401       actionpack (>= 4.2)
402       omniauth (~> 2.0)
403     openstreetmap-deadlock_retry (1.3.1)
404     parallel (1.24.0)
405     parser (3.3.0.5)
406       ast (~> 2.4.1)
407       racc
408     pg (1.5.4)
409     popper_js (2.11.8)
410     progress (3.6.0)
411     psych (5.1.2)
412       stringio
413     public_suffix (5.0.4)
414     puma (5.6.8)
415       nio4r (~> 2.0)
416     quad_tile (1.0.1)
417     racc (1.7.3)
418     rack (2.2.8)
419     rack-cors (2.0.1)
420       rack (>= 2.0.0)
421     rack-openid (1.4.2)
422       rack (>= 1.1.0)
423       ruby-openid (>= 2.1.8)
424     rack-protection (3.2.0)
425       base64 (>= 0.1.0)
426       rack (~> 2.2, >= 2.2.4)
427     rack-session (1.0.2)
428       rack (< 3)
429     rack-test (2.1.0)
430       rack (>= 1.3)
431     rack-uri_sanitizer (0.0.2)
432     rackup (1.0.0)
433       rack (< 3)
434       webrick
435     rails (7.1.3)
436       actioncable (= 7.1.3)
437       actionmailbox (= 7.1.3)
438       actionmailer (= 7.1.3)
439       actionpack (= 7.1.3)
440       actiontext (= 7.1.3)
441       actionview (= 7.1.3)
442       activejob (= 7.1.3)
443       activemodel (= 7.1.3)
444       activerecord (= 7.1.3)
445       activestorage (= 7.1.3)
446       activesupport (= 7.1.3)
447       bundler (>= 1.15.0)
448       railties (= 7.1.3)
449     rails-controller-testing (1.0.5)
450       actionpack (>= 5.0.1.rc1)
451       actionview (>= 5.0.1.rc1)
452       activesupport (>= 5.0.1.rc1)
453     rails-dom-testing (2.2.0)
454       activesupport (>= 5.0.0)
455       minitest
456       nokogiri (>= 1.6)
457     rails-html-sanitizer (1.6.0)
458       loofah (~> 2.21)
459       nokogiri (~> 1.14)
460     rails-i18n (7.0.8)
461       i18n (>= 0.7, < 2)
462       railties (>= 6.0.0, < 8)
463     railties (7.1.3)
464       actionpack (= 7.1.3)
465       activesupport (= 7.1.3)
466       irb
467       rackup (>= 1.0.0)
468       rake (>= 12.2)
469       thor (~> 1.0, >= 1.2.2)
470       zeitwerk (~> 2.6)
471     rainbow (3.1.1)
472     rake (13.1.0)
473     rb-fsevent (0.11.2)
474     rb-inotify (0.10.1)
475       ffi (~> 1.0)
476     rdoc (6.6.2)
477       psych (>= 4.0.0)
478     regexp_parser (2.9.0)
479     reline (0.4.2)
480       io-console (~> 0.5)
481     request_store (1.6.0)
482       rack (>= 1.4)
483     rexml (3.2.6)
484     rinku (2.0.6)
485     rotp (6.3.0)
486     rouge (4.2.0)
487     rtlcss (0.2.1)
488       mini_racer (>= 0.6.3)
489     rubocop (1.60.2)
490       json (~> 2.3)
491       language_server-protocol (>= 3.17.0)
492       parallel (~> 1.10)
493       parser (>= 3.3.0.2)
494       rainbow (>= 2.2.2, < 4.0)
495       regexp_parser (>= 1.8, < 3.0)
496       rexml (>= 3.2.5, < 4.0)
497       rubocop-ast (>= 1.30.0, < 2.0)
498       ruby-progressbar (~> 1.7)
499       unicode-display_width (>= 2.4.0, < 3.0)
500     rubocop-ast (1.30.0)
501       parser (>= 3.2.1.0)
502     rubocop-capybara (2.20.0)
503       rubocop (~> 1.41)
504     rubocop-factory_bot (2.25.1)
505       rubocop (~> 1.41)
506     rubocop-minitest (0.34.5)
507       rubocop (>= 1.39, < 2.0)
508       rubocop-ast (>= 1.30.0, < 2.0)
509     rubocop-performance (1.20.2)
510       rubocop (>= 1.48.1, < 2.0)
511       rubocop-ast (>= 1.30.0, < 2.0)
512     rubocop-rails (2.23.1)
513       activesupport (>= 4.2.0)
514       rack (>= 1.1)
515       rubocop (>= 1.33.0, < 2.0)
516       rubocop-ast (>= 1.30.0, < 2.0)
517     rubocop-rake (0.6.0)
518       rubocop (~> 1.0)
519     ruby-openid (2.9.2)
520     ruby-progressbar (1.13.0)
521     ruby-vips (2.2.0)
522       ffi (~> 1.12)
523     ruby2_keywords (0.0.5)
524     rubyzip (2.3.2)
525     sanitize (6.1.0)
526       crass (~> 1.0.2)
527       nokogiri (>= 1.12.0)
528     sass-embedded (1.64.2)
529       google-protobuf (~> 3.23)
530       rake (>= 13.0.0)
531     secure_headers (6.5.0)
532     selenium-webdriver (4.17.0)
533       base64 (~> 0.2)
534       rexml (~> 3.2, >= 3.2.5)
535       rubyzip (>= 1.2.2, < 3.0)
536       websocket (~> 1.0)
537     simplecov (0.22.0)
538       docile (~> 1.1)
539       simplecov-html (~> 0.11)
540       simplecov_json_formatter (~> 0.1)
541     simplecov-html (0.12.3)
542     simplecov-lcov (0.8.0)
543     simplecov_json_formatter (0.1.4)
544     smart_properties (1.17.0)
545     snaky_hash (2.0.1)
546       hashie
547       version_gem (~> 1.1, >= 1.1.1)
548     sprockets (4.2.1)
549       concurrent-ruby (~> 1.0)
550       rack (>= 2.2.4, < 4)
551     sprockets-exporters_pack (0.1.2)
552       brotli (>= 0.2.0)
553       sprockets (>= 4.0.0.beta3)
554     sprockets-rails (3.4.2)
555       actionpack (>= 5.2)
556       activesupport (>= 5.2)
557       sprockets (>= 3.0.0)
558     stringio (3.1.0)
559     strong_migrations (1.7.0)
560       activerecord (>= 5.2)
561     terminal-table (3.0.2)
562       unicode-display_width (>= 1.1.1, < 3)
563     terser (1.2.0)
564       execjs (>= 0.3.0, < 3)
565     thor (1.3.0)
566     tilt (2.3.0)
567     timeout (0.4.1)
568     tzinfo (2.0.6)
569       concurrent-ruby (~> 1.0)
570     unicode-display_width (2.5.0)
571     uri (0.13.0)
572     validates_email_format_of (1.7.2)
573       i18n
574     vendorer (0.2.0)
575     version_gem (1.1.3)
576     webmock (3.20.0)
577       addressable (>= 2.8.0)
578       crack (>= 0.3.2)
579       hashdiff (>= 0.4.0, < 2.0.0)
580     webrick (1.8.1)
581     websocket (1.2.10)
582     websocket-driver (0.7.6)
583       websocket-extensions (>= 0.1.0)
584     websocket-extensions (0.1.5)
585     xpath (3.2.0)
586       nokogiri (~> 1.8)
587     zeitwerk (2.6.13)
588
589 PLATFORMS
590   ruby
591
592 DEPENDENCIES
593   aasm
594   actionpack-page_caching (>= 1.2.0)
595   active_record_union
596   activerecord-import
597   annotate
598   argon2
599   autoprefixer-rails
600   aws-sdk-s3
601   better_errors
602   binding_of_caller
603   bootsnap (>= 1.4.2)
604   bootstrap (~> 5.3.2)
605   bootstrap_form (~> 5.0)
606   brakeman
607   browser
608   bzip2-ffi
609   cancancan
610   canonical-rails
611   capybara (>= 2.15)
612   config
613   connection_pool
614   dalli
615   dartsass-sprockets
616   debug_inspector
617   delayed_job_active_record
618   doorkeeper
619   doorkeeper-i18n
620   doorkeeper-openid_connect
621   erb_lint
622   factory_bot_rails
623   faraday
624   ffi-libarchive
625   file_exists
626   frozen_record
627   gd2-ffij (>= 0.4.0)
628   htmlentities
629   http_accept_language (~> 2.1.1)
630   i18n-js (~> 3.9.2)
631   i18n-tasks
632   image_optim_rails
633   image_processing
634   jbuilder (~> 2.7)
635   jquery-rails
636   json
637   jwt
638   kgio
639   kramdown
640   libxml-ruby (>= 2.0.5)
641   listen
642   logstasher
643   marcel
644   maxminddb
645   minitest (~> 5.1)
646   minitest-focus
647   oauth-plugin (>= 0.5.1)
648   omniauth (~> 2.0.2)
649   omniauth-facebook
650   omniauth-github
651   omniauth-google-oauth2 (>= 0.6.0)
652   omniauth-mediawiki (>= 0.0.4)
653   omniauth-microsoft_graph
654   omniauth-openid
655   omniauth-rails_csrf_protection (~> 1.0)
656   openstreetmap-deadlock_retry (>= 1.3.1)
657   pg
658   puma (~> 5.6)
659   quad_tile (~> 1.0.1)
660   rack-cors
661   rack-uri_sanitizer
662   rails (~> 7.1.0)
663   rails-controller-testing
664   rails-i18n (~> 7.0.0)
665   rinku (>= 2.0.6)
666   rotp
667   rtlcss
668   rubocop
669   rubocop-capybara
670   rubocop-factory_bot
671   rubocop-minitest
672   rubocop-performance
673   rubocop-rails
674   rubocop-rake
675   sanitize
676   sass-embedded (~> 1.64.0)
677   secure_headers
678   selenium-webdriver
679   simplecov
680   simplecov-lcov
681   sprockets-exporters_pack
682   strong_migrations
683   terser
684   validates_email_format_of (>= 1.5.1)
685   vendorer
686   webmock
687
688 BUNDLED WITH
689    2.4.19