Skip to content

Commit

Permalink
Merge pull request #39 from tnypxl/require_latest_watir
Browse files Browse the repository at this point in the history
Require Watir 5.0.0 and above
  • Loading branch information
uchagani committed Feb 23, 2017
2 parents 8a203cd + 9ca3426 commit 28bf2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/taza/version.rb
@@ -1,3 +1,3 @@
module Taza
VERSION = "2.0"
VERSION = "2.1.0"
end
2 changes: 1 addition & 1 deletion taza.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<Selenium>, ["~> 1.1.14"])
s.add_runtime_dependency(%q<firewatir>, ["~> 1.9.4"])
s.add_runtime_dependency(%q<watir-webdriver>, ["~> 0.4"])
s.add_runtime_dependency(%q<watir>, ["~> 5.0.0"])
s.add_runtime_dependency(%q<watir>, [">= 5.0.0"])
s.add_runtime_dependency(%q<activesupport>, [">= 3.2.0"])
s.add_runtime_dependency(%q<thor>, [">= 0.18.1"])
s.add_runtime_dependency(%q<rspec>, ["~> 3.0"])
Expand Down

0 comments on commit 28bf2e9

Please sign in to comment.