Skip to content

Commit

Permalink
Updated Stripe version referenced in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
smakani committed Feb 10, 2024
1 parent 415bbea commit ab53d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe-ruby-mock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_dependency 'stripe', '> 5', '<= 7.1.0'
gem.add_dependency 'stripe', '> 5', '< 11.0'
gem.add_dependency 'multi_json', '~> 1.0'
gem.add_dependency 'dante', '>= 0.2.0'

Expand Down

0 comments on commit ab53d99

Please sign in to comment.