Skip to content

Commit 8a0bc17

Browse files
committed
chore: allow appium lib core to use 10
1 parent ea9f6ab commit 8a0bc17

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6+
## 16.0.1 - 2025-02-16
7+
- Update appium_lib_core deps version condition
8+
69
## 16.0.0 - 2025-02-16
710
- Use `http://127.0.0.1:4723` as the default url destination instead of `http://127.0.0.1:4723/wd/hub`
811
- `--base-path` in appium server may need to drop the `/wd/hub` if configured

appium_lib.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
1414
s.require_paths = ['lib']
1515

16-
s.add_dependency 'appium_lib_core', '~> 9.2', '>= 9.2.1'
16+
s.add_dependency 'appium_lib_core', '>= 9.2.1', '< 11.0'
1717
s.add_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
1818
s.add_dependency 'tomlrb', '>= 1.1', '< 3.0'
1919

0 commit comments

Comments
 (0)