main
 1PATH
 2  remote: .
 3  specs:
 4    minbox (0.2.0)
 5      base64 (~> 0.3)
 6      concurrent-ruby (~> 1.1)
 7      hashie (~> 3.6)
 8      listen (~> 3.1)
 9      logger (~> 1.0)
10      mail (~> 2.7)
11      net-smtp (~> 0.1)
12      openssl (~> 3.0)
13      thor (~> 1.0)
14
15GEM
16  remote: https://rubygems.org/
17  specs:
18    base64 (0.3.0)
19    concurrent-ruby (1.3.5)
20    date (3.4.1)
21    diff-lcs (1.6.2)
22    faker (3.5.2)
23      i18n (>= 1.8.11, < 2)
24    ffi (1.17.2-x86_64-linux-gnu)
25    fileutils (1.7.3)
26    hashie (3.6.0)
27    i18n (1.14.7)
28      concurrent-ruby (~> 1.0)
29    listen (3.9.0)
30      rb-fsevent (~> 0.10, >= 0.10.3)
31      rb-inotify (~> 0.9, >= 0.9.10)
32    logger (1.7.0)
33    mail (2.8.1)
34      mini_mime (>= 0.1.1)
35      net-imap
36      net-pop
37      net-smtp
38    mini_mime (1.1.5)
39    net-imap (0.5.10)
40      date
41      net-protocol
42    net-pop (0.1.2)
43      net-protocol
44    net-protocol (0.2.2)
45      timeout
46    net-smtp (0.5.1)
47      net-protocol
48    openssl (3.3.0)
49    rake (13.3.0)
50    rb-fsevent (0.11.2)
51    rb-inotify (0.11.1)
52      ffi (~> 1.0)
53    rspec (3.13.1)
54      rspec-core (~> 3.13.0)
55      rspec-expectations (~> 3.13.0)
56      rspec-mocks (~> 3.13.0)
57    rspec-core (3.13.5)
58      rspec-support (~> 3.13.0)
59    rspec-expectations (3.13.5)
60      diff-lcs (>= 1.2.0, < 2.0)
61      rspec-support (~> 3.13.0)
62    rspec-mocks (3.13.5)
63      diff-lcs (>= 1.2.0, < 2.0)
64      rspec-support (~> 3.13.0)
65    rspec-support (3.13.6)
66    thor (1.4.0)
67    timeout (0.4.3)
68
69PLATFORMS
70  x86_64-linux
71
72DEPENDENCIES
73  bundler (~> 2.0)
74  faker (~> 3.0)
75  fileutils (~> 1.0)
76  minbox!
77  rake (~> 13.0)
78  rspec (~> 3.0)
79
80BUNDLED WITH
81   2.7.2