Skip to content

Commit

Permalink
add gem net/smtp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyAndriyovuch committed Nov 11, 2023
1 parent 9824eb2 commit 82e5ea5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ gem "it"

gem 'rugged', "1.6.3"

gem 'net-smtp'

gem "country_select", "~> 4.0"

gem "bigdecimal", "3.0.2"
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 82e5ea5

Please sign in to comment.