Skip to content

Commit b06fc08

Browse files
authored
feat: bump the ruby_lib_core to require 13+ for some implementation (#1111)
* chore: bump the ruby_lib_core to require 13+ for some implementation * Update appium_lib.gemspec
1 parent 47ac48a commit b06fc08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1', '< 13.0'
16+
s.add_dependency 'appium_lib_core', '>= 13.0.0', '< 14.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)