We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ac48a commit b06fc08Copy full SHA for b06fc08
1 file changed
appium_lib.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
14
s.require_paths = ['lib']
15
16
- s.add_dependency 'appium_lib_core', '>= 9.2.1', '< 13.0'
+ s.add_dependency 'appium_lib_core', '>= 13.0.0', '< 14.0'
17
s.add_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
18
s.add_dependency 'tomlrb', '>= 1.1', '< 3.0'
19
0 commit comments