From 8363a4541eef2c87155e72b566d010674e8081ef Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 25 Dec 2025 00:56:18 -0800 Subject: [PATCH 1/6] ci: use ruby v4 --- .github/workflows/functional-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 9b35e5ff..0e669e19 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -60,7 +60,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3 + ruby-version: 4.0 - run: | bundle install rake ios From 24639c5e2943532fc823f2cb49fb2ddadd5f152c Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 25 Dec 2025 01:14:08 -0800 Subject: [PATCH 2/6] remove redundant gemfile --- ios_tests/Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ios_tests/Gemfile b/ios_tests/Gemfile index 94a7e609..c152c0d2 100644 --- a/ios_tests/Gemfile +++ b/ios_tests/Gemfile @@ -14,7 +14,6 @@ source 'https://rubygems.org' gemspec path: File.expand_path('..', __dir__) -eval_gemfile File.join(File.expand_path('..', __dir__), 'Gemfile') gem 'appium_console' gem 'parallel_tests' From a98a5cbefd95961b996aeb52473d08fea976f61e Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 25 Dec 2025 08:41:48 -0800 Subject: [PATCH 3/6] Revert "remove redundant gemfile" This reverts commit 24639c5e2943532fc823f2cb49fb2ddadd5f152c. --- ios_tests/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios_tests/Gemfile b/ios_tests/Gemfile index c152c0d2..94a7e609 100644 --- a/ios_tests/Gemfile +++ b/ios_tests/Gemfile @@ -14,6 +14,7 @@ source 'https://rubygems.org' gemspec path: File.expand_path('..', __dir__) +eval_gemfile File.join(File.expand_path('..', __dir__), 'Gemfile') gem 'appium_console' gem 'parallel_tests' From d5ecbca02d7e9ce0381e7260293e0c3a77802124 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 25 Dec 2025 08:47:54 -0800 Subject: [PATCH 4/6] remove unnecessary arc --- ios_tests/Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ios_tests/Gemfile b/ios_tests/Gemfile index 94a7e609..f93fe10c 100644 --- a/ios_tests/Gemfile +++ b/ios_tests/Gemfile @@ -16,5 +16,4 @@ source 'https://rubygems.org' gemspec path: File.expand_path('..', __dir__) eval_gemfile File.join(File.expand_path('..', __dir__), 'Gemfile') -gem 'appium_console' gem 'parallel_tests' From 19c9c37559547b1b011d20f3bc6d4a5ee9cf4a03 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 25 Dec 2025 20:56:33 -0800 Subject: [PATCH 5/6] modify --- ios_tests/Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ios_tests/Gemfile b/ios_tests/Gemfile index f93fe10c..eaec87cc 100644 --- a/ios_tests/Gemfile +++ b/ios_tests/Gemfile @@ -13,7 +13,6 @@ # limitations under the License. source 'https://rubygems.org' -gemspec path: File.expand_path('..', __dir__) eval_gemfile File.join(File.expand_path('..', __dir__), 'Gemfile') gem 'parallel_tests' From 45e1c9e26690892f9116af97f2a767c0ed9da3d3 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 25 Dec 2025 21:08:42 -0800 Subject: [PATCH 6/6] update a bit more --- android_tests/Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/android_tests/Gemfile b/android_tests/Gemfile index 576c4882..f110cbd6 100644 --- a/android_tests/Gemfile +++ b/android_tests/Gemfile @@ -13,5 +13,4 @@ # limitations under the License. source 'https://rubygems.org' -gemspec path: File.expand_path('..', __dir__) eval_gemfile File.join(File.expand_path('..', __dir__), 'Gemfile')