From 402709a0d2fb54351a78d10eb98537b94abe7f60 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Mon, 27 Dec 2021 15:11:41 -0800 Subject: [PATCH] mail gems having trouble --- Gemfile | 1 + Gemfile.lock | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/Gemfile b/Gemfile index 3ae8890..035e5e9 100644 --- a/Gemfile +++ b/Gemfile @@ -52,6 +52,7 @@ gem "bootsnap", require: false gem "image_processing", "~> 1.2" gem "brakeman" +gem "net-smtp" gem "bundler-audit" gem "rubocop-rails" diff --git a/Gemfile.lock b/Gemfile.lock index a719142..a65c7d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,6 +114,7 @@ GEM irb (>= 1.3.6) reline (>= 0.2.7) diff-lcs (1.5.0) + digest (3.1.0) erubi (1.10.0) ffi (1.15.4) globalid (1.0.0) @@ -127,6 +128,7 @@ GEM actionpack (>= 6.0.0) railties (>= 6.0.0) io-console (0.5.10) + io-wait (0.2.1) irb (1.4.1) reline (>= 0.3.0) jbuilder (2.11.5) @@ -145,6 +147,13 @@ GEM mini_portile2 (2.6.1) minitest (5.15.0) msgpack (1.4.2) + net-protocol (0.1.2) + io-wait + timeout + net-smtp (0.3.1) + digest + net-protocol + timeout nio4r (2.5.8) nokogiri (1.12.5) mini_portile2 (~> 2.6.1) @@ -226,6 +235,7 @@ GEM stimulus-rails (1.0.2) railties (>= 6.0.0) thor (1.1.0) + timeout (0.2.0) turbo-rails (1.0.0) actionpack (>= 6.0.0) railties (>= 6.0.0) @@ -263,6 +273,7 @@ DEPENDENCIES image_processing (~> 1.2) importmap-rails jbuilder + net-smtp pg (~> 1.1) puma (~> 5.0) rack-mini-profiler