Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 6391799

Browse files
[v1.0.4] Update fastlane (#85)
1 parent 0840490 commit 6391799

File tree

1 file changed

+35
-34
lines changed

1 file changed

+35
-34
lines changed

Gemfile.lock

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
addressable (2.8.0)
7-
public_suffix (>= 2.0.2, < 5.0)
6+
addressable (2.8.1)
7+
public_suffix (>= 2.0.2, < 6.0)
88
artifactory (3.0.15)
99
atomos (0.1.3)
1010
aws-eventstream (1.2.0)
11-
aws-partitions (1.618.0)
12-
aws-sdk-core (3.132.0)
11+
aws-partitions (1.697.0)
12+
aws-sdk-core (3.169.0)
1313
aws-eventstream (~> 1, >= 1.0.2)
14-
aws-partitions (~> 1, >= 1.525.0)
15-
aws-sigv4 (~> 1.1)
14+
aws-partitions (~> 1, >= 1.651.0)
15+
aws-sigv4 (~> 1.5)
1616
jmespath (~> 1, >= 1.6.1)
17-
aws-sdk-kms (1.58.0)
18-
aws-sdk-core (~> 3, >= 3.127.0)
17+
aws-sdk-kms (1.62.0)
18+
aws-sdk-core (~> 3, >= 3.165.0)
1919
aws-sigv4 (~> 1.1)
20-
aws-sdk-s3 (1.114.0)
21-
aws-sdk-core (~> 3, >= 3.127.0)
20+
aws-sdk-s3 (1.118.0)
21+
aws-sdk-core (~> 3, >= 3.165.0)
2222
aws-sdk-kms (~> 1)
2323
aws-sigv4 (~> 1.4)
24-
aws-sigv4 (1.5.1)
24+
aws-sigv4 (1.5.2)
2525
aws-eventstream (~> 1, >= 1.0.2)
2626
babosa (1.0.4)
2727
claide (1.1.0)
@@ -36,8 +36,8 @@ GEM
3636
unf (>= 0.0.5, < 1.0.0)
3737
dotenv (2.8.1)
3838
emoji_regex (3.2.3)
39-
excon (0.92.4)
40-
faraday (1.10.1)
39+
excon (0.97.2)
40+
faraday (1.10.3)
4141
faraday-em_http (~> 1.0)
4242
faraday-em_synchrony (~> 1.0)
4343
faraday-excon (~> 1.1)
@@ -66,7 +66,7 @@ GEM
6666
faraday_middleware (1.2.0)
6767
faraday (~> 1.0)
6868
fastimage (2.2.6)
69-
fastlane (2.209.0)
69+
fastlane (2.211.0)
7070
CFPropertyList (>= 2.3, < 4.0.0)
7171
addressable (>= 2.8, < 3.0.0)
7272
artifactory (~> 3.0)
@@ -105,11 +105,11 @@ GEM
105105
xcodeproj (>= 1.13.0, < 2.0.0)
106106
xcpretty (~> 0.3.0)
107107
xcpretty-travis-formatter (>= 0.0.3)
108-
fastlane-plugin-firebase_app_distribution (0.3.5)
108+
fastlane-plugin-firebase_app_distribution (0.4.0)
109109
gh_inspector (1.1.3)
110-
google-apis-androidpublisher_v3 (0.25.0)
111-
google-apis-core (>= 0.7, < 2.a)
112-
google-apis-core (0.7.0)
110+
google-apis-androidpublisher_v3 (0.32.0)
111+
google-apis-core (>= 0.9.1, < 2.a)
112+
google-apis-core (0.9.5)
113113
addressable (~> 2.5, >= 2.5.1)
114114
googleauth (>= 0.16.2, < 2.a)
115115
httpclient (>= 2.8.1, < 3.a)
@@ -118,27 +118,27 @@ GEM
118118
retriable (>= 2.0, < 4.a)
119119
rexml
120120
webrick
121-
google-apis-iamcredentials_v1 (0.13.0)
122-
google-apis-core (>= 0.7, < 2.a)
123-
google-apis-playcustomapp_v1 (0.10.0)
124-
google-apis-core (>= 0.7, < 2.a)
125-
google-apis-storage_v1 (0.17.0)
126-
google-apis-core (>= 0.7, < 2.a)
121+
google-apis-iamcredentials_v1 (0.16.0)
122+
google-apis-core (>= 0.9.1, < 2.a)
123+
google-apis-playcustomapp_v1 (0.12.0)
124+
google-apis-core (>= 0.9.1, < 2.a)
125+
google-apis-storage_v1 (0.19.0)
126+
google-apis-core (>= 0.9.0, < 2.a)
127127
google-cloud-core (1.6.0)
128128
google-cloud-env (~> 1.0)
129129
google-cloud-errors (~> 1.0)
130130
google-cloud-env (1.6.0)
131131
faraday (>= 0.17.3, < 3.0)
132-
google-cloud-errors (1.2.0)
133-
google-cloud-storage (1.38.0)
132+
google-cloud-errors (1.3.0)
133+
google-cloud-storage (1.44.0)
134134
addressable (~> 2.8)
135135
digest-crc (~> 0.4)
136136
google-apis-iamcredentials_v1 (~> 0.1)
137-
google-apis-storage_v1 (~> 0.17.0)
137+
google-apis-storage_v1 (~> 0.19.0)
138138
google-cloud-core (~> 1.6)
139139
googleauth (>= 0.16.2, < 2.a)
140140
mini_mime (~> 1.0)
141-
googleauth (1.2.0)
141+
googleauth (1.3.0)
142142
faraday (>= 0.17.3, < 3.a)
143143
jwt (>= 1.4, < 3.0)
144144
memoist (~> 0.16)
@@ -149,11 +149,11 @@ GEM
149149
http-cookie (1.0.5)
150150
domain_name (~> 0.5)
151151
httpclient (2.8.3)
152-
jmespath (1.6.1)
153-
json (2.6.2)
154-
jwt (2.4.1)
152+
jmespath (1.6.2)
153+
json (2.6.3)
154+
jwt (2.6.0)
155155
memoist (0.16.2)
156-
mini_magick (4.11.0)
156+
mini_magick (4.12.0)
157157
mini_mime (1.1.2)
158158
multi_json (1.15.0)
159159
multipart-post (2.0.0)
@@ -162,7 +162,7 @@ GEM
162162
optparse (0.1.1)
163163
os (1.1.4)
164164
plist (3.6.0)
165-
public_suffix (4.0.7)
165+
public_suffix (5.0.1)
166166
rake (13.0.6)
167167
representable (3.2.0)
168168
declarative (< 0.1.0)
@@ -211,6 +211,7 @@ GEM
211211

212212
PLATFORMS
213213
arm64-darwin-21
214+
universal-darwin-22
214215
x86_64-darwin-19
215216
x86_64-linux
216217

@@ -219,4 +220,4 @@ DEPENDENCIES
219220
fastlane-plugin-firebase_app_distribution
220221

221222
BUNDLED WITH
222-
2.3.20
223+
2.4.5

0 commit comments

Comments
 (0)