Skip to content

Commit

Permalink
Do not require 'mail'
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
tvdeyen committed Dec 19, 2022
1 parent 20d784d commit 6795597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/lib/spree/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
require 'cancan'
require 'friendly_id'
require 'kaminari/activerecord'
require 'mail'
require 'monetize'
require 'paperclip'
require 'ransack'
Expand Down

0 comments on commit 6795597

Please sign in to comment.