add some net gems
This commit is contained in:
parent
d62c4a69d1
commit
a8c936da8b
2
Gemfile
2
Gemfile
|
@ -111,3 +111,5 @@ gem "webpacker", "~> 5.2"
|
||||||
gem "omniauth-rails_csrf_protection", "~> 1.0"
|
gem "omniauth-rails_csrf_protection", "~> 1.0"
|
||||||
|
|
||||||
gem "net-smtp"
|
gem "net-smtp"
|
||||||
|
gem "net-imap"
|
||||||
|
gem "net-pop"
|
||||||
|
|
15
Gemfile.lock
15
Gemfile.lock
|
@ -147,6 +147,7 @@ GEM
|
||||||
devise-i18n (1.10.2)
|
devise-i18n (1.10.2)
|
||||||
devise (>= 4.8.0)
|
devise (>= 4.8.0)
|
||||||
diff-lcs (1.5.0)
|
diff-lcs (1.5.0)
|
||||||
|
digest (3.1.0)
|
||||||
docile (1.4.0)
|
docile (1.4.0)
|
||||||
domain_name (0.5.20190701)
|
domain_name (0.5.20190701)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
|
@ -312,6 +313,16 @@ GEM
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
|
net-imap (0.2.3)
|
||||||
|
digest
|
||||||
|
net-protocol
|
||||||
|
strscan
|
||||||
|
net-pop (0.1.1)
|
||||||
|
digest
|
||||||
|
net-protocol
|
||||||
|
timeout
|
||||||
|
net-protocol (0.1.3)
|
||||||
|
timeout
|
||||||
net-smtp (0.1.0)
|
net-smtp (0.1.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.7)
|
nokogiri (1.13.7)
|
||||||
|
@ -516,11 +527,13 @@ GEM
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
|
strscan (3.0.3)
|
||||||
sysexits (1.2.0)
|
sysexits (1.2.0)
|
||||||
temple (0.8.2)
|
temple (0.8.2)
|
||||||
thor (1.2.1)
|
thor (1.2.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
|
timeout (0.3.0)
|
||||||
turbo-rails (1.1.1)
|
turbo-rails (1.1.1)
|
||||||
actionpack (>= 6.0.0)
|
actionpack (>= 6.0.0)
|
||||||
activejob (>= 6.0.0)
|
activejob (>= 6.0.0)
|
||||||
|
@ -607,6 +620,8 @@ DEPENDENCIES
|
||||||
letter_opener
|
letter_opener
|
||||||
lograge
|
lograge
|
||||||
mini_magick
|
mini_magick
|
||||||
|
net-imap
|
||||||
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
oj
|
oj
|
||||||
omniauth
|
omniauth
|
||||||
|
|
Loading…
Reference in New Issue