Skip to content

Commit

Permalink
fix for Rails 6.1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Oct 29, 2024
1 parent 16cae3b commit d827cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ 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-smtp', require: false
gem 'net-imap', require: false
gem 'net-pop', require: false
# fix for Rails 6.1.7.10
gem 'net-protocol', require: false

group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ DEPENDENCIES
mutex_m
net-imap
net-pop
net-protocol
net-smtp
ostruct
parallel_tests
Expand Down

0 comments on commit d827cae

Please sign in to comment.