fix net smtp without creds

This commit is contained in:
Pete Matsyburka
2024-08-15 00:00:16 +03:00
parent 2e462e9633
commit 1efaf30fb7
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ gem 'image_processing'
gem 'jwt'
gem 'lograge'
gem 'mysql2', require: false
gem 'net-smtp', '0.4.0'
gem 'oj'
gem 'pagy'
gem 'pg', require: false
+2 -1
View File
@@ -326,7 +326,7 @@ GEM
net-pop (0.1.2)
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-smtp (0.4.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.7)
@@ -591,6 +591,7 @@ DEPENDENCIES
letter_opener_web
lograge
mysql2
net-smtp (= 0.4.0)
oj
pagy
pg