Skip to content

Commit

Permalink
Update Flickwerk dependency to 0.3
Browse files Browse the repository at this point in the history
This should not mess with load order the way 0.2 did.
  • Loading branch information
mamhoff committed Dec 18, 2024
1 parent 45748d0 commit f64be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.executables = files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'flickwerk', '~> 0.2.0'
spec.add_dependency 'flickwerk', '~> 0.3.0'
spec.add_dependency 'solidus_core', '~> 4.1'

spec.add_development_dependency 'rails'
Expand Down

0 comments on commit f64be5e

Please sign in to comment.