Skip to content

Commit

Permalink
Require braintree 3.0.0 for development
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed May 31, 2021
1 parent e2dcd13 commit 543e217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_dependency 'spree_core', '>= 3.7.0'
s.add_dependency 'spree_extension'

s.add_development_dependency 'braintree', '~>2.78'
s.add_development_dependency 'braintree', '~> 3.0.0'
s.add_development_dependency 'rspec-activemodel-mocks'
s.add_development_dependency 'spree_dev_tools'
end

0 comments on commit 543e217

Please sign in to comment.