diff --git a/Gemfile b/Gemfile index a8baaf126..8eb9a83dd 100644 --- a/Gemfile +++ b/Gemfile @@ -57,6 +57,10 @@ gem 'view_component' # Use Turbo for rails gem 'turbo-rails' +gem 'net-imap', require: false +gem 'net-pop', require: false +gem 'net-smtp', require: false + # Use administrate admin framework gem 'administrate' gem 'administrate-field-active_storage' @@ -65,7 +69,7 @@ gem 'administrate-field-select', '~> 2.0', require: 'administrate/field/select_b gem 'image_processing' # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '>= 1.4.4', require: false +gem 'bootsnap', require: false gem 'city-state' gem 'pronto' gem 'pronto-flay', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6b1122cba..415bbfcf1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,6 +177,7 @@ GEM responders warden (~> 1.2.3) diff-lcs (1.4.4) + digest (3.1.0) docile (1.4.0) draper (4.0.2) actionpack (>= 5.0) @@ -308,6 +309,18 @@ GEM name_of_person (1.1.1) activesupport (>= 5.2.0) nenv (0.3.0) + net-imap (0.2.2) + digest + net-protocol + strscan + net-pop (0.1.1) + digest + net-protocol + timeout + net-protocol (0.2.2) + timeout + net-smtp (0.4.0.1) + net-protocol nio4r (2.5.9) nokogiri (1.14.3-arm64-darwin) racc (~> 1.4) @@ -512,12 +525,14 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + strscan (3.0.1) temple (0.8.2) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thor (1.1.0) tilt (2.0.10) timecop (0.9.5) + timeout (0.4.1) turbo-rails (1.3.0) actionpack (>= 6.0.0) activejob (>= 6.0.0) @@ -573,7 +588,7 @@ DEPENDENCIES aws-sdk-s3 better_errors binding_of_caller - bootsnap (>= 1.4.4) + bootsnap brakeman bullet byebug @@ -598,6 +613,9 @@ DEPENDENCIES listen (~> 3.3) mobility (~> 1.1.3) name_of_person + net-imap + net-pop + net-smtp pagy pg (~> 1.1) pg_search