Skip to content

Commit 0dd0a7a

Browse files
chore(deps): update dependency fastlane to v2.228.0 (#482)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastlane](https://fastlane.tools) ([source](https://redirect.github.com/fastlane/fastlane), [changelog](https://redirect.github.com/fastlane/fastlane/releases)) | `2.227.2` -> `2.228.0` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/fastlane/2.228.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/fastlane/2.228.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/fastlane/2.227.2/2.228.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/fastlane/2.227.2/2.228.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastlane/fastlane (fastlane)</summary> ### [`v2.228.0`](https://redirect.github.com/fastlane/fastlane/releases/tag/2.228.0): Improvements [Compare Source](https://redirect.github.com/fastlane/fastlane/compare/2.227.2...2.228.0) - \[sigh]\[match] fix issue where unknown attribute `template_name` is being sent when creating provisioning profiles ([#&#8203;29591](https://redirect.github.com/fastlane/fastlane/issues/29591)) via Florentin Luca Rieger ([@&#8203;visuallization](https://redirect.github.com/visuallization)) - \[action]\[hipchat] remove hipchat action ([#&#8203;29558](https://redirect.github.com/fastlane/fastlane/issues/29558)) via Eitan Adler ([@&#8203;grimreaper](https://redirect.github.com/grimreaper)) *** > \[!IMPORTANT] > If your app relies on managed capabilities (previously referred to as custom entitlements or the `template_name` parameter in *match*), you are impacted by a change that Apple made to their APIs in the last 2 weeks. > Please check out the ongoing discussion a[https://github.com/fastlane/fastlane/discussions/29609](https://redirect.github.com/fastlane/fastlane/discussions/29609)09 for the latest updates. Your insights and contributions are welcome! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/EmergeTools/hackernews). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad06f41 commit 0dd0a7a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

ios/Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ GEM
99
public_suffix (>= 2.0.2, < 7.0)
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
12-
aws-eventstream (1.3.2)
13-
aws-partitions (1.1090.0)
14-
aws-sdk-core (3.222.3)
12+
aws-eventstream (1.4.0)
13+
aws-partitions (1.1114.0)
14+
aws-sdk-core (3.225.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
base64
1919
jmespath (~> 1, >= 1.6.1)
2020
logger
21-
aws-sdk-kms (1.99.0)
22-
aws-sdk-core (~> 3, >= 3.216.0)
21+
aws-sdk-kms (1.104.0)
22+
aws-sdk-core (~> 3, >= 3.225.0)
2323
aws-sigv4 (~> 1.5)
24-
aws-sdk-s3 (1.183.0)
25-
aws-sdk-core (~> 3, >= 3.216.0)
24+
aws-sdk-s3 (1.189.0)
25+
aws-sdk-core (~> 3, >= 3.225.0)
2626
aws-sdk-kms (~> 1)
2727
aws-sigv4 (~> 1.5)
28-
aws-sigv4 (1.11.0)
28+
aws-sigv4 (1.12.0)
2929
aws-eventstream (~> 1, >= 1.0.2)
3030
babosa (1.0.4)
31-
base64 (0.2.0)
31+
base64 (0.3.0)
3232
claide (1.1.0)
3333
colored (1.2)
3434
colored2 (3.1.2)
@@ -70,7 +70,7 @@ GEM
7070
faraday_middleware (1.2.1)
7171
faraday (~> 1.0)
7272
fastimage (2.4.0)
73-
fastlane (2.227.2)
73+
fastlane (2.228.0)
7474
CFPropertyList (>= 2.3, < 4.0.0)
7575
addressable (>= 2.8, < 3.0.0)
7676
artifactory (~> 3.0)
@@ -161,7 +161,7 @@ GEM
161161
httpclient (2.9.0)
162162
mutex_m
163163
jmespath (1.6.2)
164-
json (2.10.2)
164+
json (2.12.2)
165165
jwt (2.10.1)
166166
base64
167167
logger (1.7.0)
@@ -171,13 +171,13 @@ GEM
171171
multipart-post (2.4.1)
172172
mutex_m (0.3.0)
173173
nanaimo (0.4.0)
174-
naturally (2.2.1)
174+
naturally (2.2.2)
175175
nkf (0.2.0)
176176
optparse (0.6.0)
177177
os (1.1.4)
178178
plist (3.7.2)
179179
public_suffix (6.0.2)
180-
rake (13.2.1)
180+
rake (13.3.0)
181181
representable (3.2.0)
182182
declarative (< 0.1.0)
183183
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -188,7 +188,7 @@ GEM
188188
ruby2_keywords (0.0.5)
189189
rubyzip (2.4.1)
190190
security (0.1.5)
191-
signet (0.19.0)
191+
signet (0.20.0)
192192
addressable (~> 2.8)
193193
faraday (>= 0.17.5, < 3.a)
194194
jwt (>= 1.5, < 3.0)

0 commit comments

Comments
 (0)