Skip to content

Commit 0770f63

Browse files
authored
set < 3.14 (#117)
1 parent 443f089 commit 0770f63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
### Enhancements
66
- silence warning for pointeractions [#113](https://github.com/appium/ruby_lib_core/pull/113)
77
- Use method missing to get attributes like `e.resource_id` instead of `e.attribute 'resource-id'` [#116](https://github.com/appium/ruby_lib_core/pull/116)
8+
- Set `'~> 3.5', '< 3.14'`
89

910
### Bug fixes
1011

appium_lib_core.gemspec

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

25-
spec.add_runtime_dependency 'selenium-webdriver', '~> 3.5'
25+
spec.add_runtime_dependency 'selenium-webdriver', '~> 3.5', '< 3.14'
2626
spec.add_runtime_dependency 'faye-websocket', '~> 0.10.0'
2727

2828
spec.add_development_dependency 'bundler', '~> 1.14'

0 commit comments

Comments
 (0)