We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcda4e1 commit d9f00eaCopy full SHA for d9f00ea
finder/ruby/appium_flutter_finder.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
spec.require_paths = ['lib']
25
26
- spec.add_runtime_dependency 'appium_lib_core', '>= 5', '< 8'
+ spec.add_runtime_dependency 'appium_lib_core', '>= 5', '< 9'
27
28
spec.add_development_dependency 'bundler', '>= 1.17'
29
spec.add_development_dependency 'minitest', '~> 5.0'
0 commit comments