Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Lock capybara to 2.x
Browse files Browse the repository at this point in the history
Capybara 3.0 has an undeclared dependency on puma, which is breaking the build.
  • Loading branch information
jhawthorn committed May 8, 2018
1 parent 2b4b0cd commit c2f0a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_paypal_braintree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency "braintree", '~> 2.65'
s.add_dependency 'activemerchant', '~> 1.48'

s.add_development_dependency 'capybara'
s.add_development_dependency 'capybara', '~> 2.18'
s.add_development_dependency 'capybara-screenshot'
s.add_development_dependency 'launchy'
s.add_development_dependency 'poltergeist'
Expand Down

0 comments on commit c2f0a48

Please sign in to comment.