Skip to content

Commit

Permalink
Use at least solidus_support 0.12.0
Browse files Browse the repository at this point in the history
solidus_support 0.11.0 introduced flickwerk for patch
loading. Somehow this messes with the zeitwerk autoloader
and things acting weird (inflections broken, wrong constant
module nesting, etc.)

0.12.0 reverted flickwerk.
  • Loading branch information
tvdeyen committed Dec 18, 2024
1 parent 77f8302 commit 4afd217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion legacy_promotions/solidus_legacy_promotions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|

s.add_dependency 'solidus_api', s.version
s.add_dependency 'solidus_core', s.version
s.add_dependency 'solidus_support'
s.add_dependency 'solidus_support', '>= 0.12.0'
end
2 changes: 1 addition & 1 deletion promotions/solidus_promotions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "importmap-rails", "~> 1.2"
spec.add_dependency "ransack-enum", "~> 1.0"
spec.add_dependency "solidus_core", [">= 4.0.0", "< 5"]
spec.add_dependency "solidus_support", "~> 0.5"
spec.add_dependency "solidus_support", ">= 0.12.0"
spec.add_dependency "stimulus-rails", "~> 1.2"
spec.add_dependency "turbo-rails", ">= 1.4"
end

0 comments on commit 4afd217

Please sign in to comment.