Skip to content

Commit

Permalink
Merge pull request #306 from solidusio/waiting-for-dev/support_solidus_4
Browse files Browse the repository at this point in the history
Support Solidus v4
  • Loading branch information
waiting-for-dev authored May 8, 2023
2 parents 4ad2db7 + ad23390 commit efb0bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_stripe.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', ['>= 3.2', '< 4']
spec.add_dependency 'solidus_core', ['>= 3.2', '< 5']
spec.add_dependency 'solidus_support', '~> 0.8'

spec.add_dependency 'stripe', '~> 8.0'
Expand Down

0 comments on commit efb0bf8

Please sign in to comment.