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 17, 2024
1 parent 77f8302 commit b49593b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/main/template.rb'
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/bump-solidus_support/template.rb'
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 b49593b

Please sign in to comment.