From 281b7fc8d465ef2c6fd42f2bb77a9a7b4ccdb87d Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 25 Jan 2024 09:49:14 -0800 Subject: [PATCH] bump --- appium_lib.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appium_lib.gemspec b/appium_lib.gemspec index 74fe4988..860a95d2 100644 --- a/appium_lib.gemspec +++ b/appium_lib.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib s.require_paths = ['lib'] - s.add_runtime_dependency 'appium_lib_core', '>= 6', '< 8' + s.add_runtime_dependency 'appium_lib_core', '>= 7.4.0', '< 8' s.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1' s.add_runtime_dependency 'tomlrb', '>= 1.1', '< 3.0'