Skip to content

Commit

Permalink
Also add pop and imap
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed May 26, 2024
1 parent 0c94efa commit 828973d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ gem "sassc-rails", "~> 2.1"
gem "webpacker", "~> 5.0"

# Not sure why
gem "net-imap", require: false
gem "net-pop", require: false
gem "net-smtp", require: false

# Bulma
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ GEM
rexml
crass (1.0.6)
daemons (1.4.1)
date (3.3.4)
delayed_job (4.1.10)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
Expand Down Expand Up @@ -176,6 +177,11 @@ GEM
multi_xml (0.6.0)
mutex_m (0.2.0)
mysql2 (0.5.4)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
Expand Down Expand Up @@ -410,6 +416,8 @@ DEPENDENCIES
kt-paperclip (~> 7.0)
listen (~> 3.7)
mysql2 (~> 0.5.3)
net-imap
net-pop
net-smtp
omniauth-rails_csrf_protection
omniauth-zeuswpi
Expand Down

0 comments on commit 828973d

Please sign in to comment.