Skip to content

Commit

Permalink
Ruby 2.3 or above only and Watir 6.16 and above only.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnyman committed Aug 20, 2019
1 parent 29f8033 commit 188f564
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testable.gemspec
Expand Up @@ -26,14 +26,16 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "rubocop"
spec.add_development_dependency "pry"

spec.add_runtime_dependency "watir", ["~> 6.4"]
spec.add_runtime_dependency "watir", ["~> 6.16"]
spec.add_runtime_dependency "capybara", ["~> 3.0"]
spec.add_runtime_dependency "webdrivers", ["~> 4.0"]

Expand Down

0 comments on commit 188f564

Please sign in to comment.