Skip to content

Commit

Permalink
Add activestorage as dependency
Browse files Browse the repository at this point in the history
We use ActiveStorage::Current in our BaseControllers
since a3119d5 but
we never depended on it.

For stores never having activestorage as dependency
this was breaking.

(cherry picked from commit d495087)
  • Loading branch information
tvdeyen committed Nov 1, 2023
1 parent f5290d0 commit 11f024b
Showing 1 changed file with 1 addition and 1 deletion.
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 11f024b

Please sign in to comment.