Skip to content

Commit

Permalink
Replace gems dependency with ruby. (flutter#5219)
Browse files Browse the repository at this point in the history
The new ruby packages are fully automated and already include cocoapods.

Bug: flutter#136377
  • Loading branch information
godofredoc authored Oct 25, 2023
1 parent afefb12 commit 58b61d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ platform_properties:
properties:
dependencies: >-
[
{"dependency": "gems", "version": "v3.3.14"}
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: "Mac-12|Mac-13"
device_type: none
Expand All @@ -96,7 +96,7 @@ platform_properties:
properties:
dependencies: >-
[
{"dependency": "gems", "version": "v3.3.14"}
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: "Mac-12|Mac-13"
device_type: none
Expand Down Expand Up @@ -615,7 +615,7 @@ targets:

- name: Linux_android android_device_tests_shard_1 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -624,7 +624,7 @@ targets:

- name: Linux_android android_device_tests_shard_2 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -633,7 +633,7 @@ targets:

- name: Linux_android android_device_tests_shard_3 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -642,7 +642,7 @@ targets:

- name: Linux_android android_device_tests_shard_4 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -651,7 +651,7 @@ targets:

- name: Linux_android android_device_tests_shard_5 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -660,7 +660,7 @@ targets:

- name: Linux_android android_device_tests_shard_6 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand Down

0 comments on commit 58b61d4

Please sign in to comment.