Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v3.2] Do not require 'mail' #4792

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Do not require 'mail'
This was added a long time ago and is actually not necessary
anymore. If a shop depends on mail then through actionmailer.

Refs #4734

(cherry picked from commit 4ff8593)
tvdeyen committed Dec 19, 2022
commit 6795597a9e27d61ae8e38c73c2cd60bff9de615e
1 change: 0 additions & 1 deletion core/lib/spree/core.rb
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@
require 'cancan'
require 'friendly_id'
require 'kaminari/activerecord'
require 'mail'
require 'monetize'
require 'paperclip'
require 'ransack'