Skip to content

Commit

Permalink
Merge pull request #5453 from solidusio/backport/v3.4/pr-5450
Browse files Browse the repository at this point in the history
[v3.4] Do not require active_storage/engine
  • Loading branch information
tvdeyen authored Oct 27, 2023
2 parents 00a6ba4 + 8b1bfa7 commit 6234102
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 'acts_as_list'
Expand Down

0 comments on commit 6234102

Please sign in to comment.