Skip to content

Commit

Permalink
Add Capybara 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Apr 8, 2018
1 parent 764bd56 commit e90018f
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 e90018f

Please sign in to comment.