Skip to content

Commit

Permalink
Add Capybara 3 compatibility
Browse files Browse the repository at this point in the history
Fix: #228
  • Loading branch information
tagliala authored and mattheworiordan committed Apr 10, 2018
1 parent 552bee8 commit b6c9c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capybara-screenshot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
if RUBY_VERSION < "1.9"
s.add_dependency 'capybara', ['>= 1.0', '< 2']
else
s.add_dependency 'capybara', ['>= 1.0', '< 3']
s.add_dependency 'capybara', ['>= 1.0', '< 4']
end
s.add_dependency 'launchy'

Expand Down

0 comments on commit b6c9c60

Please sign in to comment.