appium_lib.gemspec in appium_lib-9.4.10 vs appium_lib.gemspec in appium_lib-9.5.0
- old
+ new
@@ -11,10 +11,10 @@
s.description += '.' # avoid identical warning
s.authors = s.email = ['code@bootstraponline.com']
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
s.require_paths = ['lib']
- s.add_runtime_dependency 'selenium-webdriver', '>= 3.0.4', '<= 3.4'
+ s.add_runtime_dependency 'selenium-webdriver', '~> 3.4', '>= 3.4.1'
s.add_runtime_dependency 'awesome_print', '~> 1.7'
s.add_runtime_dependency 'json', '>= 1.8'
s.add_runtime_dependency 'tomlrb', '~> 1.1'
s.add_runtime_dependency 'nokogiri', '~> 1.6', '>= 1.6.6'