Skip to content

Commit

Permalink
Merge pull request #5450 from tvdeyen/do-not-require-active_storage
Browse files Browse the repository at this point in the history
Do not require active_storage/engine
  • Loading branch information
tvdeyen committed Oct 25, 2023
2 parents af2803a + ea0254b commit 4790f56
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 @@ -6,7 +6,6 @@
require "active_job/railtie"
require "active_model/railtie"
require "active_record/railtie"
require "active_storage/engine"
require "sprockets/railtie"

require 'active_support/deprecation'
Expand Down

0 comments on commit 4790f56

Please sign in to comment.