Skip to content

Commit

Permalink
Add email protocol gems and update mail dependencies
Browse files Browse the repository at this point in the history
- Add net-imap, net-pop, and net-smtp gems
- Update mail gem to version 2.8.1
- These gems are required for proper email functionality as they were extracted from Ruby standard library
  • Loading branch information
OlegPhenomenon committed Jan 2, 2025
1 parent 9ae5078 commit 7bbd438
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ gem 'pg_query', '>= 0.9.0'
# token
gem 'jwt'
gem 'net-ftp'

# gem 'mail', '2.8.1'
gem 'net-imap'
gem 'net-pop'
gem 'net-smtp'
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ GEM
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.4)
net-imap
net-pop
Expand Down Expand Up @@ -600,6 +603,9 @@ DEPENDENCIES
minitest-stub_any_instance
money-rails
net-ftp
net-imap
net-pop
net-smtp
newrelic-infinite_tracing
newrelic_rpm
nokogiri (~> 1.16.0)
Expand Down

0 comments on commit 7bbd438

Please sign in to comment.