Skip to content

Commit 7583208

Browse files
authored
Merge pull request #990 from crossroads/master
[Release] Update fastlane
2 parents 125c2a0 + 167d9a9 commit 7583208

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

Gemfile.lock

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ GEM
1212
algoliasearch (1.27.4)
1313
httpclient (~> 2.8, >= 2.8.3)
1414
json (>= 1.5.1)
15+
artifactory (3.0.15)
1516
atomos (0.1.3)
1617
aws-eventstream (1.1.0)
17-
aws-partitions (1.414.0)
18-
aws-sdk-core (3.110.0)
18+
aws-partitions (1.417.0)
19+
aws-sdk-core (3.111.2)
1920
aws-eventstream (~> 1, >= 1.0.2)
2021
aws-partitions (~> 1, >= 1.239.0)
2122
aws-sigv4 (~> 1.1)
2223
jmespath (~> 1.0)
23-
aws-sdk-kms (1.40.0)
24+
aws-sdk-kms (1.41.0)
2425
aws-sdk-core (~> 3, >= 3.109.0)
2526
aws-sigv4 (~> 1.1)
2627
aws-sdk-s3 (1.87.0)
@@ -92,13 +93,14 @@ GEM
9293
faraday-cookie_jar (0.0.7)
9394
faraday (>= 0.8.0)
9495
http-cookie (~> 1.0.0)
95-
faraday-net_http (1.0.0)
96+
faraday-net_http (1.0.1)
9697
faraday_middleware (1.0.0)
9798
faraday (~> 1.0)
9899
fastimage (2.2.1)
99-
fastlane (2.171.0)
100+
fastlane (2.172.0)
100101
CFPropertyList (>= 2.3, < 4.0.0)
101102
addressable (>= 2.3, < 3.0.0)
103+
artifactory (~> 3.0)
102104
aws-sdk-s3 (~> 1.0)
103105
babosa (>= 1.0.3, < 2.0.0)
104106
bundler (>= 1.12.0, < 3.0.0)
@@ -143,16 +145,30 @@ GEM
143145
representable (~> 3.0)
144146
retriable (>= 2.0, < 4.0)
145147
signet (~> 0.12)
148+
google-apis-core (0.2.0)
149+
addressable (~> 2.5, >= 2.5.1)
150+
googleauth (~> 0.14)
151+
httpclient (>= 2.8.1, < 3.0)
152+
mini_mime (~> 1.0)
153+
representable (~> 3.0)
154+
retriable (>= 2.0, < 4.0)
155+
rexml
156+
signet (~> 0.14)
157+
google-apis-iamcredentials_v1 (0.1.0)
158+
google-apis-core (~> 0.1)
159+
google-apis-storage_v1 (0.1.0)
160+
google-apis-core (~> 0.1)
146161
google-cloud-core (1.5.0)
147162
google-cloud-env (~> 1.0)
148163
google-cloud-errors (~> 1.0)
149164
google-cloud-env (1.4.0)
150165
faraday (>= 0.17.3, < 2.0)
151166
google-cloud-errors (1.0.1)
152-
google-cloud-storage (1.29.2)
167+
google-cloud-storage (1.30.0)
153168
addressable (~> 2.5)
154169
digest-crc (~> 0.4)
155-
google-api-client (~> 0.33)
170+
google-apis-iamcredentials_v1 (~> 0.1)
171+
google-apis-storage_v1 (~> 0.1)
156172
google-cloud-core (~> 1.2)
157173
googleauth (~> 0.9)
158174
mini_mime (~> 1.0)
@@ -182,7 +198,7 @@ GEM
182198
multipart-post (2.0.0)
183199
nanaimo (0.3.0)
184200
nap (1.1.0)
185-
naturally (2.2.0)
201+
naturally (2.2.1)
186202
net-scp (2.0.0)
187203
net-ssh (>= 2.6.5, < 6.0.0)
188204
net-ssh (5.2.0)
@@ -198,9 +214,10 @@ GEM
198214
declarative-option (< 0.2.0)
199215
uber (< 0.2.0)
200216
retriable (3.1.2)
217+
rexml (3.2.4)
201218
rouge (2.0.7)
202219
ruby-macho (1.4.0)
203-
ruby2_keywords (0.0.2)
220+
ruby2_keywords (0.0.4)
204221
rubyzip (2.3.0)
205222
security (0.1.3)
206223
signet (0.14.0)

0 commit comments

Comments
 (0)