Skip to content

Commit

Permalink
feat: remove deprecated export_session
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 25, 2024
1 parent 96dfa0b commit f0efe67
Show file tree
Hide file tree
Showing 7 changed files with 445 additions and 488 deletions.
2 changes: 0 additions & 2 deletions android_tests/lib/android/specs/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def sauce?
expected = {
automation_name: :uiautomator2,
custom_url: 'http://127.0.0.1:4723/wd/hub',
export_session: false,
export_session_path: '/tmp/appium_lib_session',
default_wait: 1,
sauce_username: nil,
sauce_access_key: nil,
Expand Down
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', '< 7.4.0'
s.add_runtime_dependency 'appium_lib_core', '>= 6', '< 8'
s.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
s.add_runtime_dependency 'tomlrb', '>= 1.1', '< 3.0'

Expand Down
Loading

0 comments on commit f0efe67

Please sign in to comment.