We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e34f82 commit 6e6b61dCopy full SHA for 6e6b61d
appium_lib.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
17
s.add_runtime_dependency 'appium_lib_core', '~> 4.1'
18
s.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
19
- s.add_runtime_dependency 'tomlrb', '~> 1.1'
+ s.add_runtime_dependency 'tomlrb', '>= 1.1', '< 3.0'
20
21
s.add_development_dependency 'appium_thor', '~> 1.1', '>= 1.1.4'
22
s.add_development_dependency 'fakefs', '~> 1.3.0'
0 commit comments