Skip to content

Commit

Permalink
Merge pull request #5480 from solidusio/backport/v3.4/pr-5479
Browse files Browse the repository at this point in the history
[v3.4] Add activestorage as dependency
  • Loading branch information
tvdeyen authored Nov 1, 2023
2 parents 08d9569 + 11f024b commit 03f342b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/lib/spree/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
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
2 changes: 1 addition & 1 deletion core/solidus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|

%w[
actionmailer actionpack actionview activejob activemodel activerecord
activesupport railties
activestorage activesupport railties
].each do |rails_dep|
s.add_dependency rails_dep, ['>= 6.0', '< 7.1.x']
end
Expand Down

0 comments on commit 03f342b

Please sign in to comment.