Skip to content

Commit

Permalink
Allow for newer stripe version
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntovanini committed Nov 25, 2023
1 parent fa1db30 commit 1988ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe_event.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- Appraisals {spec,gemfiles}/*`.split("\n")

s.add_dependency "activesupport", ">= 3.1"
s.add_dependency "stripe", [">= 2.8", "< 9"]
s.add_dependency "stripe", [">= 2.8", "< 11"]

s.add_development_dependency "appraisal"
s.add_development_dependency "coveralls"
Expand Down

0 comments on commit 1988ee9

Please sign in to comment.