From d8bf9d6f0fe479b6750d215d73b475490ae38d9d Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 3 Jan 2023 12:33:10 -0800 Subject: [PATCH] Use Ruby 3.0 --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8bcf93186..ad6727a1e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -300,8 +300,8 @@ for: build_script: - cd studio/client/ios + - rvm use 3.0 - ruby --version - - gem install bundler:2.3.11 - bundle install - sh: | export FLET_PACKAGE_VERSION="${APPVEYOR_BUILD_VERSION}" @@ -338,8 +338,9 @@ for: # Flutter iOS client - cd client - cd ios + - rvm use 3.0 - ruby --version - - bundle install --path vendor/bundle + - bundle install - sh: | export FLET_PACKAGE_VERSION="${APPVEYOR_BUILD_VERSION}" if [[ ! -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]]; then