Skip to content

Commit

Permalink
updated dependency so it works with latest watir
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Mar 2, 2017
1 parent 140661a commit 9037036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-object.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency 'watir', '~> 6.0'
s.add_dependency 'selenium-webdriver', '~> 3.0'
s.add_dependency 'page_navigation', '>= 0.9'
s.add_dependency 'net-http-persistent', '~> 2.9.4'
s.add_dependency 'net-http-persistent', '~> 3.0'

s.add_development_dependency 'rspec', '>= 3.0.0'
s.add_development_dependency 'cucumber', '>= 2.0.0'
Expand Down

0 comments on commit 9037036

Please sign in to comment.