diff --git a/Gemfile b/Gemfile index 17a0aaed4..5ef8e0660 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,8 @@ gem "it" gem 'rugged', "1.6.3" +gem 'net-smtp' + gem "country_select", "~> 4.0" gem "bigdecimal", "3.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index 8ec04d308..6a367f457 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,8 +264,12 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) + net-protocol (0.2.2) + timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) + net-smtp (0.4.0) + net-protocol net-ssh (7.0.1) nio4r (2.5.8) nokogiri (1.15.4) @@ -501,6 +505,7 @@ GEM terminal-table (1.6.0) thor (1.3.0) tilt (2.0.11) + timeout (0.4.1) toastr-rails (1.0.3) railties (>= 3.1.0) turbo-rails (1.4.0) @@ -580,6 +585,7 @@ DEPENDENCIES letter_opener listen (~> 3.3) mini_magick (>= 4.9.5) + net-smtp omniauth (~> 1.9.1) omniauth-facebook omniauth-google-oauth2