Skip to content

Commit

Permalink
test removing net-* gems
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Oct 29, 2024
1 parent 7379eee commit 5f32536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ gem 'fiber-local', '1.0.0'
# https://stackoverflow.com/a/70500221/905697
# https://github.com/mikel/mail/pull/1439
# This can be removed after upgrade to Rails 7.x
gem 'net-smtp', require: false
gem 'net-imap', require: false
gem 'net-pop', require: false
#gem 'net-smtp', require: false
#gem 'net-imap', require: false
#gem 'net-pop', require: false
# fix for Rails 6.1.7.10
# https://github.com/ruby/net-pop/issues/26#issuecomment-2377936567
#gem 'net-protocol', require: false
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,6 @@ DEPENDENCIES
knapsack_pro!
listen
mutex_m
net-imap
net-pop
net-smtp
ostruct
parallel_tests
pg
Expand Down

0 comments on commit 5f32536

Please sign in to comment.