Skip to content

Commit d9f00ea

Browse files
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](appium/ruby_lib_core@v5.0.0...v8.0.0) --- updated-dependencies: - dependency-name: appium_lib_core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcda4e1 commit d9f00ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finder/ruby/appium_flutter_finder.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2424
spec.require_paths = ['lib']
2525

26-
spec.add_runtime_dependency 'appium_lib_core', '>= 5', '< 8'
26+
spec.add_runtime_dependency 'appium_lib_core', '>= 5', '< 9'
2727

2828
spec.add_development_dependency 'bundler', '>= 1.17'
2929
spec.add_development_dependency 'minitest', '~> 5.0'

0 commit comments

Comments
 (0)