Add net-imap gem for ruby 3.1
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user