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 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') diff --git a/ios_tests/Gemfile b/ios_tests/Gemfile index 94a7e609..eaec87cc 100644 --- a/ios_tests/Gemfile +++ b/ios_tests/Gemfile @@ -13,8 +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 'appium_console' gem 'parallel_tests'