Skip to content

Commit

Permalink
lock stripe dependency to 1.58 (stripe-ruby-mock#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmamonchik authored and gilbert committed Jun 1, 2017
1 parent 8a890ab commit 9cbd215
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
STRIPE_TEST_SECRET_KEY=sk_test_eFvAvN5rz4GqAbsWxg63Jx79
STRIPE_TEST_OAUTH_ACCESS_TOKEN=sk_test_WnZmEBIHhMcDltNe98sqWN7z
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This gem has unexpectedly grown in popularity and I've gotten pretty busy, so I'

In your gemfile:

gem 'stripe-ruby-mock', '~> 2.4.0', :require => 'stripe_mock'
gem 'stripe-ruby-mock', '~> 2.4.1', :require => 'stripe_mock'

## Features

Expand Down
2 changes: 1 addition & 1 deletion stripe-ruby-mock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_dependency 'stripe', '~> 1.31'
gem.add_dependency 'stripe', ['>= 1.31.0', '<= 1.58.0']
gem.add_dependency 'multi_json', '~> 1.0'
gem.add_dependency 'dante', '>= 0.2.0'

Expand Down

0 comments on commit 9cbd215

Please sign in to comment.