From d9f00ea7c07632147a22ed343356ebcedc293cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:23:12 -0700 Subject: [PATCH] chore(deps): update appium_lib_core requirement from >= 5, < 8 to >= 5, < 9 (#666) Updates the requirements on [appium_lib_core](https://github.com/appium/ruby_lib_core) to permit the latest version. - [Changelog](https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/ruby_lib_core/compare/v5.0.0...v8.0.0) --- updated-dependencies: - dependency-name: appium_lib_core dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- finder/ruby/appium_flutter_finder.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finder/ruby/appium_flutter_finder.gemspec b/finder/ruby/appium_flutter_finder.gemspec index ab285776..ec6859e7 100644 --- a/finder/ruby/appium_flutter_finder.gemspec +++ b/finder/ruby/appium_flutter_finder.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'appium_lib_core', '>= 5', '< 8' + spec.add_runtime_dependency 'appium_lib_core', '>= 5', '< 9' spec.add_development_dependency 'bundler', '>= 1.17' spec.add_development_dependency 'minitest', '~> 5.0'