File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ gem 'matrix'
15
15
16
16
# Required until Rails 7 - https://github.com/mikel/mail/pull/1472#issuecomment-1165161541
17
17
gem 'net-smtp' , require : false
18
+ gem 'net-imap' , require : false
19
+ gem 'net-pop' , require : false
18
20
19
21
gem 'pg'
20
22
Original file line number Diff line number Diff line change 9
9
remote: https://rails-assets.org/
10
10
specs:
11
11
rails-assets-momentjs (2.22.2 )
12
+ strscan (3.0.1 )
12
13
13
14
GEM
14
15
remote: https://rubygems.org/
293
294
multi_xml (0.6.0 )
294
295
multipart-post (2.1.1 )
295
296
nenv (0.3.0 )
297
+ net-imap (0.2.3 )
298
+ digest
299
+ net-protocol
300
+ strscan
301
+ net-pop (0.1.1 )
302
+ digest
303
+ net-protocol
304
+ timeout
296
305
net-protocol (0.1.3 )
297
306
timeout
298
307
net-smtp (0.3.1 )
@@ -556,6 +565,8 @@ DEPENDENCIES
556
565
mime-types
557
566
mime-types-data
558
567
mimemagic !
568
+ net-imap
569
+ net-pop
559
570
net-smtp
560
571
nokogiri
561
572
omniauth-github
You can’t perform that action at this time.
0 commit comments