Skip to content

Commit eee5dad

Browse files
Update dependency fastlane to "~> 2.226.0"
1 parent 584a36c commit eee5dad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "fastlane", "~> 2.225.0"
5+
gem "fastlane", "~> 2.226.0"
66
gem "fastlane-plugin-firebase_app_distribution", "~> 0.9.0"
77
gem "fastlane-plugin-update_xcodeproj", "~> 1.0.1"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
faraday_middleware (1.2.1)
6969
faraday (~> 1.0)
7070
fastimage (2.3.1)
71-
fastlane (2.225.0)
71+
fastlane (2.226.0)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
7474
artifactory (~> 3.0)
@@ -108,7 +108,7 @@ GEM
108108
tty-spinner (>= 0.8.0, < 1.0.0)
109109
word_wrap (~> 1.0.0)
110110
xcodeproj (>= 1.13.0, < 2.0.0)
111-
xcpretty (~> 0.3.0)
111+
xcpretty (~> 0.4.0)
112112
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
113113
fastlane-plugin-firebase_app_distribution (0.9.1)
114114
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
@@ -183,7 +183,7 @@ GEM
183183
uber (< 0.2.0)
184184
retriable (3.1.2)
185185
rexml (3.3.9)
186-
rouge (2.0.7)
186+
rouge (3.28.0)
187187
ruby2_keywords (0.0.5)
188188
rubyzip (2.3.2)
189189
security (0.1.5)
@@ -214,16 +214,16 @@ GEM
214214
colored2 (~> 3.1)
215215
nanaimo (~> 0.3.0)
216216
rexml (>= 3.3.6, < 4.0)
217-
xcpretty (0.3.0)
218-
rouge (~> 2.0.7)
217+
xcpretty (0.4.0)
218+
rouge (~> 3.28.0)
219219
xcpretty-travis-formatter (1.0.1)
220220
xcpretty (~> 0.2, >= 0.0.7)
221221

222222
PLATFORMS
223223
ruby
224224

225225
DEPENDENCIES
226-
fastlane (~> 2.225.0)
226+
fastlane (~> 2.226.0)
227227
fastlane-plugin-firebase_app_distribution (~> 0.9.0)
228228
fastlane-plugin-update_xcodeproj (~> 1.0.1)
229229

0 commit comments

Comments
 (0)