Skip to content

Commit 80482b1

Browse files
committed
Bundle update fastlane
1 parent e8d1df6 commit 80482b1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem "fastlane", "~> 2.222.0"
3+
gem "fastlane", "~> 2.225.0"
44
gem "cocoapods", "~> 1.15.2"

Gemfile.lock

+6-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
faraday_middleware (1.2.1)
127127
faraday (~> 1.0)
128128
fastimage (2.3.1)
129-
fastlane (2.222.0)
129+
fastlane (2.225.0)
130130
CFPropertyList (>= 2.3, < 4.0.0)
131131
addressable (>= 2.8, < 3.0.0)
132132
artifactory (~> 3.0)
@@ -142,6 +142,7 @@ GEM
142142
faraday-cookie_jar (~> 0.0.6)
143143
faraday_middleware (~> 1.0)
144144
fastimage (>= 2.1.0, < 3.0.0)
145+
fastlane-sirp (>= 1.0.0)
145146
gh_inspector (>= 1.1.2, < 2.0.0)
146147
google-apis-androidpublisher_v3 (~> 0.3)
147148
google-apis-playcustomapp_v1 (~> 0.1)
@@ -167,6 +168,8 @@ GEM
167168
xcodeproj (>= 1.13.0, < 2.0.0)
168169
xcpretty (~> 0.3.0)
169170
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
171+
fastlane-sirp (1.0.0)
172+
sysrandom (~> 1.0)
170173
ffi (1.17.0)
171174
fourflusher (2.3.1)
172175
fuzzy_match (2.0.4)
@@ -254,6 +257,7 @@ GEM
254257
simctl (1.6.10)
255258
CFPropertyList
256259
naturally
260+
sysrandom (1.0.5)
257261
terminal-notifier (2.0.0)
258262
terminal-table (3.0.2)
259263
unicode-display_width (>= 1.1.1, < 3)
@@ -288,7 +292,7 @@ PLATFORMS
288292

289293
DEPENDENCIES
290294
cocoapods (~> 1.15.2)
291-
fastlane (~> 2.222.0)
295+
fastlane (~> 2.225.0)
292296

293297
BUNDLED WITH
294298
2.4.22

0 commit comments

Comments
 (0)