Skip to content

Commit e57305b

Browse files
authored
Merge pull request #144 from nnsnodnb/renovate/fastlane-plugin-firebase_app_distribution-0.x
2 parents 1479ffc + e26680e commit e57305b

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
@@ -3,5 +3,5 @@
33
source "https://rubygems.org"
44

55
gem "fastlane", "~> 2.226.0"
6-
gem "fastlane-plugin-firebase_app_distribution", "~> 0.9.0"
6+
gem "fastlane-plugin-firebase_app_distribution", "~> 0.10.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
@@ -58,8 +58,8 @@ GEM
5858
faraday-em_synchrony (1.0.0)
5959
faraday-excon (1.1.0)
6060
faraday-httpclient (1.0.1)
61-
faraday-multipart (1.0.4)
62-
multipart-post (~> 2)
61+
faraday-multipart (1.1.0)
62+
multipart-post (~> 2.0)
6363
faraday-net_http (1.0.2)
6464
faraday-net_http_persistent (1.2.0)
6565
faraday-patron (1.0.0)
@@ -110,7 +110,7 @@ GEM
110110
xcodeproj (>= 1.13.0, < 2.0.0)
111111
xcpretty (~> 0.4.0)
112112
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
113-
fastlane-plugin-firebase_app_distribution (0.9.1)
113+
fastlane-plugin-firebase_app_distribution (0.10.0)
114114
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
115115
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
116116
fastlane-plugin-update_xcodeproj (1.0.1)
@@ -163,7 +163,7 @@ GEM
163163
httpclient (2.8.3)
164164
jmespath (1.6.2)
165165
json (2.7.2)
166-
jwt (2.9.3)
166+
jwt (2.10.1)
167167
base64
168168
mini_magick (4.13.2)
169169
mini_mime (1.1.5)
@@ -182,7 +182,7 @@ GEM
182182
trailblazer-option (>= 0.1.1, < 0.2.0)
183183
uber (< 0.2.0)
184184
retriable (3.1.2)
185-
rexml (3.3.9)
185+
rexml (3.4.0)
186186
rouge (3.28.0)
187187
ruby2_keywords (0.0.5)
188188
rubyzip (2.3.2)
@@ -224,7 +224,7 @@ PLATFORMS
224224

225225
DEPENDENCIES
226226
fastlane (~> 2.226.0)
227-
fastlane-plugin-firebase_app_distribution (~> 0.9.0)
227+
fastlane-plugin-firebase_app_distribution (~> 0.10.0)
228228
fastlane-plugin-update_xcodeproj (~> 1.0.1)
229229

230230
BUNDLED WITH

0 commit comments

Comments
 (0)