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