Skip to content

Commit

Permalink
chore(deps): update appium_lib_core requirement from >= 5, < 9 to >= …
Browse files Browse the repository at this point in the history
…5, < 10 (#689)

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...v9.1.0)

---
updated-dependencies:
- dependency-name: appium_lib_core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 6727f08 commit 1389407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder/ruby/appium_flutter_finder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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', '< 9'
spec.add_runtime_dependency 'appium_lib_core', '>= 5', '< 10'

spec.add_development_dependency 'bundler', '>= 1.17'
spec.add_development_dependency 'minitest', '~> 5.0'
Expand Down

0 comments on commit 1389407

Please sign in to comment.