From 15efc11ec1614127e1d99aaf8ffe5b3490523623 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Mon, 27 Dec 2021 15:13:29 -0800 Subject: [PATCH] mail gems having trouble --- Gemfile | 1 + Gemfile.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index e248cce..8f26ca2 100644 --- a/Gemfile +++ b/Gemfile @@ -53,6 +53,7 @@ gem "image_processing", "~> 1.2" gem "brakeman" gem "bundler-audit" +gem "net-pop" gem "net-smtp" gem "rubocop-rails" diff --git a/Gemfile.lock b/Gemfile.lock index a65c7d4..daecd1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,6 +147,10 @@ GEM mini_portile2 (2.6.1) minitest (5.15.0) msgpack (1.4.2) + net-pop (0.1.1) + digest + net-protocol + timeout net-protocol (0.1.2) io-wait timeout @@ -273,6 +277,7 @@ DEPENDENCIES image_processing (~> 1.2) importmap-rails jbuilder + net-pop net-smtp pg (~> 1.1) puma (~> 5.0)