Skip to content

Commit 2b33786

Browse files
committed
Update gems
1 parent efbbf9f commit 2b33786

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ gem 'dotenv'
99
# See failures like https://buildkite.com/automattic/wordpress-ios/builds/24053#019234f2-80a5-40f6-b55e-2f420e6483a8/3840-3915
1010
# and https://github.com/fastlane/fastlane/pull/22256
1111
gem 'fastlane', '~> 2.226'
12-
gem 'fastlane-plugin-appcenter', '~> 2.1'
12+
gem 'fastlane-plugin-firebase_app_distribution', '~> 0.10'
1313
gem 'fastlane-plugin-sentry'
1414
# This comment avoids typing to switch to a development version for testing.
1515
#
1616
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: ''
17-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.5'
17+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.0'
1818
gem 'rake'
1919
gem 'rubocop', '~> 1.72'
2020
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

+11-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (8.0.1)
8+
activesupport (8.0.2)
99
base64
1010
benchmark (>= 0.3)
1111
bigdecimal
@@ -60,7 +60,6 @@ GEM
6060
connection_pool (2.5.0)
6161
cork (0.3.0)
6262
colored2 (~> 3.1)
63-
csv (3.3.2)
6463
danger (9.5.1)
6564
base64 (~> 0.2)
6665
claide (~> 1.0)
@@ -167,11 +166,12 @@ GEM
167166
xcodeproj (>= 1.13.0, < 2.0.0)
168167
xcpretty (~> 0.4.0)
169168
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
170-
fastlane-plugin-appcenter (2.1.3)
171-
csv
169+
fastlane-plugin-firebase_app_distribution (0.10.0)
170+
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
171+
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
172172
fastlane-plugin-sentry (1.28.0)
173173
os (~> 1.1, >= 1.1.4)
174-
fastlane-plugin-wpmreleasetoolkit (12.5.0)
174+
fastlane-plugin-wpmreleasetoolkit (13.0.0)
175175
activesupport (>= 6.1.7.1)
176176
buildkit (~> 1.5)
177177
chroma (= 0.2.0)
@@ -204,6 +204,10 @@ GEM
204204
representable (~> 3.0)
205205
retriable (>= 2.0, < 4.a)
206206
rexml
207+
google-apis-firebaseappdistribution_v1 (0.3.0)
208+
google-apis-core (>= 0.11.0, < 2.a)
209+
google-apis-firebaseappdistribution_v1alpha (0.2.0)
210+
google-apis-core (>= 0.11.0, < 2.a)
207211
google-apis-iamcredentials_v1 (0.17.0)
208212
google-apis-core (>= 0.11.0, < 2.a)
209213
google-apis-playcustomapp_v1 (0.13.0)
@@ -365,9 +369,9 @@ DEPENDENCIES
365369
danger-dangermattic (~> 1.2)
366370
dotenv
367371
fastlane (~> 2.226)
368-
fastlane-plugin-appcenter (~> 2.1)
372+
fastlane-plugin-firebase_app_distribution (~> 0.10)
369373
fastlane-plugin-sentry
370-
fastlane-plugin-wpmreleasetoolkit (~> 12.5)
374+
fastlane-plugin-wpmreleasetoolkit (~> 13.0)
371375
rake
372376
rmagick (~> 6.1.1)
373377
rubocop (~> 1.72)

0 commit comments

Comments
 (0)