diff --git a/Gemfile b/Gemfile index b6dfdb42..2e8b6062 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,9 @@ gem "sassc-rails", "~> 2.1" # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem "webpacker", "~> 5.0" +# Not sure why +gem "net-smtp", require: false + # Bulma gem "bulma-rails", "~> 0.9.1" gem "font-awesome-sass", "~> 5.15" diff --git a/Gemfile.lock b/Gemfile.lock index 4a07accf..ed86bece 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,8 +177,12 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) mysql2 (0.5.4) + net-protocol (0.2.2) + timeout net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) + net-smtp (0.5.0) + net-protocol net-ssh (6.1.0) nio4r (2.7.3) nokogiri (1.16.5-arm64-darwin) @@ -344,6 +348,7 @@ GEM climate_control (>= 0.0.3, < 1.0) thor (1.3.1) tilt (2.0.10) + timeout (0.4.1) tqdm (0.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -402,6 +407,7 @@ DEPENDENCIES kt-paperclip (~> 7.0) listen (~> 3.7) mysql2 (~> 0.5.3) + net-smtp omniauth-rails_csrf_protection omniauth-zeuswpi puma (~> 5.5.0)