Skip to content

Commit

Permalink
support solidus v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarruitero committed Oct 20, 2023
1 parent 54e6a70 commit a2c5488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_marketplace_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'solidus_core', ['>= 2.0.0', '< 3']
spec.add_dependency 'solidus_core', ['>= 2.0.0', '< 5']
spec.add_dependency 'solidus_marketplace'
spec.add_dependency 'solidus_stripe'
spec.add_dependency 'solidus_support', '~> 0.5'
Expand Down

0 comments on commit a2c5488

Please # to comment.