Skip to content
This repository has been archived by the owner on Oct 23, 2019. 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 5de139b commit 9c28769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_trackers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency 'solidus_core', ['>= 2.1.0.alpha', '< 3']
s.add_dependency "solidus_support"

s.add_development_dependency 'capybara'
s.add_development_dependency 'capybara', '~> 2.18'
s.add_development_dependency 'poltergeist'
s.add_development_dependency 'coffee-rails'
s.add_development_dependency 'sass-rails'
Expand Down

0 comments on commit 9c28769

Please sign in to comment.