From 69f2cfb56b9ef9adff78bf7c03b9c165f7234b12 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sun, 10 May 2026 17:39:13 -0700 Subject: [PATCH] test: use a specific one --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index aa55e2b2..59640d2b 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,8 @@ source 'https://rubygems.org' gemspec +gem 'appium_lib_core', git: 'https://github.com/appium/ruby_lib_core.git', branch: 'remove-unnecessary-lines' + gem 'appium_thor', '~> 2.0' gem 'hashdiff', '~> 1.2.0' gem 'minitest', '~> 5.0'