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'
1515
1616# Required until Rails 7 - https://github.com/mikel/mail/pull/1472#issuecomment-1165161541
1717gem 'net-smtp' , require : false
18+ gem 'net-imap' , require : false
19+ gem 'net-pop' , require : false
1820
1921gem 'pg'
2022
Original file line number Diff line number Diff line change 99 remote: https://rails-assets.org/
1010 specs:
1111 rails-assets-momentjs (2.22.2 )
12+ strscan (3.0.1 )
1213
1314GEM
1415 remote: https://rubygems.org/
293294 multi_xml (0.6.0 )
294295 multipart-post (2.1.1 )
295296 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
296305 net-protocol (0.1.3 )
297306 timeout
298307 net-smtp (0.3.1 )
@@ -556,6 +565,8 @@ DEPENDENCIES
556565 mime-types
557566 mime-types-data
558567 mimemagic !
568+ net-imap
569+ net-pop
559570 net-smtp
560571 nokogiri
561572 omniauth-github
You can’t perform that action at this time.
0 commit comments