symbiont.gemspec in symbiont-0.7.0 vs symbiont.gemspec in symbiont-0.8.0

- old
+ new

@@ -23,25 +23,26 @@ You can use Symbiont directly as an automated test library or you can use it with other tools such as RSpec, Cucumber, or my own Lucid tool. } spec.homepage = 'https://github.com/jnyman/symbiont' spec.license = 'MIT' - spec.requirements << 'Watir-WebDriver, Colorize' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|specs|features)/}) spec.require_paths = %w(lib) - spec.required_ruby_version = '>= 1.9.3' + spec.required_ruby_version = '>= 2.0' spec.required_rubygems_version = '>= 1.8.29' - spec.add_development_dependency 'bundler', '~> 1.6' - spec.add_development_dependency 'rake' - spec.add_development_dependency 'rspec', '>= 3.0' + spec.add_development_dependency 'bundler', '~> 1.7' + spec.add_development_dependency 'rake', '~> 10.0' + spec.add_development_dependency 'rspec', '~> 3.0' - spec.add_runtime_dependency 'colorize', '>= 0.7.2' - spec.add_runtime_dependency 'watir-webdriver', '>= 0.6.10' + spec.add_runtime_dependency 'colorize', '~> 0.7' + spec.add_runtime_dependency 'watir-webdriver', '~> 0.6' + spec.add_runtime_dependency 'watir-dom-wait' + spec.add_runtime_dependency 'watir-scroll' spec.post_install_message = %{ (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) Symbiont #{Symbiont::VERSION} has been installed.