Skip to content

Commit d8bf9d6

Browse files
committed
Use Ruby 3.0
1 parent f5bde58 commit d8bf9d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ for:
300300

301301
build_script:
302302
- cd studio/client/ios
303+
- rvm use 3.0
303304
- ruby --version
304-
- gem install bundler:2.3.11
305305
- bundle install
306306
- sh: |
307307
export FLET_PACKAGE_VERSION="${APPVEYOR_BUILD_VERSION}"
@@ -338,8 +338,9 @@ for:
338338
# Flutter iOS client
339339
- cd client
340340
- cd ios
341+
- rvm use 3.0
341342
- ruby --version
342-
- bundle install --path vendor/bundle
343+
- bundle install
343344
- sh: |
344345
export FLET_PACKAGE_VERSION="${APPVEYOR_BUILD_VERSION}"
345346
if [[ ! -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]]; then

0 commit comments

Comments
 (0)