Skip to content

Commit

Permalink
Replace gems dependency with ruby.
Browse files Browse the repository at this point in the history
The new ruby packages are fully automated and already include cocoapods.
  • Loading branch information
godofredoc committed Oct 24, 2023
1 parent f22ff36 commit dfb0b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

0 comments on commit dfb0b88

Please sign in to comment.