We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a3c6b commit b00662aCopy full SHA for b00662a
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', '~> 5.5'
+ s.add_runtime_dependency 'appium_lib_core', '~> 5.5', '>= 5.5.2'
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