Skip to content

Commit

Permalink
chore: restrict the ruby core version (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jan 25, 2024
1 parent 202718c commit d14669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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', '>= 6', '< 7.4.0'
s.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
s.add_runtime_dependency 'tomlrb', '>= 1.1', '< 3.0'

Expand Down

0 comments on commit d14669e

Please sign in to comment.