Add net-imap gem for ruby 3.1

This commit is contained in:
Ryan W
2021-12-27 15:15:56 -08:00
parent 15efc11ec1
commit af323d9bc3
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ gem "image_processing", "~> 1.2"
gem "brakeman" gem "brakeman"
gem "bundler-audit" gem "bundler-audit"
gem "net-imap"
gem "net-pop" gem "net-pop"
gem "net-smtp" gem "net-smtp"
gem "rubocop-rails" gem "rubocop-rails"
+6
View File
@@ -147,6 +147,10 @@ GEM
mini_portile2 (2.6.1) mini_portile2 (2.6.1)
minitest (5.15.0) minitest (5.15.0)
msgpack (1.4.2) msgpack (1.4.2)
net-imap (0.2.2)
digest
net-protocol
strscan
net-pop (0.1.1) net-pop (0.1.1)
digest digest
net-protocol net-protocol
@@ -238,6 +242,7 @@ GEM
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
stimulus-rails (1.0.2) stimulus-rails (1.0.2)
railties (>= 6.0.0) railties (>= 6.0.0)
strscan (3.0.1)
thor (1.1.0) thor (1.1.0)
timeout (0.2.0) timeout (0.2.0)
turbo-rails (1.0.0) turbo-rails (1.0.0)
@@ -277,6 +282,7 @@ DEPENDENCIES
image_processing (~> 1.2) image_processing (~> 1.2)
importmap-rails importmap-rails
jbuilder jbuilder
net-imap
net-pop net-pop
net-smtp net-smtp
pg (~> 1.1) pg (~> 1.1)