We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc9be9 commit d6a2afeCopy full SHA for d6a2afe
appium_lib.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
15
s.require_paths = ['lib']
16
17
- s.add_runtime_dependency 'appium_lib_core', '~> 6.0'
+ s.add_runtime_dependency 'appium_lib_core', '>= 6', '< 8'
18
s.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
19
s.add_runtime_dependency 'tomlrb', '>= 1.1', '< 3.0'
20
0 commit comments