Skip to content

Commit 8187175

Browse files
Bump fastlane from 2.235.0 to 2.236.0 (#25626)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.235.0 to 2.236.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md) - [Commits](fastlane/fastlane@fastlane/2.235.0...fastlane/2.236.0) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.236.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 491bd0e commit 8187175

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'dotenv'
88
#
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
11-
gem 'fastlane', '~> 2.235'
11+
gem 'fastlane', '~> 2.236'
1212
gem 'fastlane-plugin-firebase_app_distribution', '~> 1.0'
1313
gem 'fastlane-plugin-sentry'
1414
# This comment avoids typing to switch to a development version for testing.

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
ast (2.4.3)
1010
atomos (0.1.3)
1111
aws-eventstream (1.4.0)
12-
aws-partitions (1.1257.0)
12+
aws-partitions (1.1258.0)
1313
aws-sdk-core (3.251.0)
1414
aws-eventstream (~> 1, >= 1.3.0)
1515
aws-partitions (~> 1, >= 1.992.0)
@@ -110,7 +110,7 @@ GEM
110110
faraday_middleware (1.2.1)
111111
faraday (~> 1.0)
112112
fastimage (2.4.1)
113-
fastlane (2.235.0)
113+
fastlane (2.236.0)
114114
CFPropertyList (>= 2.3, < 5.0.0)
115115
abbrev (~> 0.1)
116116
addressable (>= 2.8, < 3.0.0)
@@ -139,9 +139,10 @@ GEM
139139
highline (~> 2.0)
140140
http-cookie (~> 1.0.5)
141141
json (< 3.0.0)
142-
jwt (>= 2.1.0, < 4)
142+
jwt (>= 2.10.3, < 4)
143143
logger (>= 1.6, < 2.0)
144144
mini_magick (>= 4.9.4, < 5.0.0)
145+
multi_json (~> 1.12)
145146
multipart-post (>= 2.0.0, < 3.0.0)
146147
mutex_m (~> 0.3)
147148
naturally (~> 2.2)
@@ -197,7 +198,7 @@ GEM
197198
git (1.19.1)
198199
addressable (~> 2.8)
199200
rchardet (~> 1.8)
200-
google-apis-androidpublisher_v3 (0.101.0)
201+
google-apis-androidpublisher_v3 (0.102.0)
201202
google-apis-core (>= 0.15.0, < 2.a)
202203
google-apis-core (0.18.0)
203204
addressable (~> 2.5, >= 2.5.1)
@@ -234,13 +235,13 @@ GEM
234235
googleauth (~> 1.9)
235236
mini_mime (~> 1.0)
236237
google-logging-utils (0.2.0)
237-
googleauth (1.16.2)
238+
googleauth (1.17.0)
238239
faraday (>= 1.0, < 3.a)
239240
google-cloud-env (~> 2.2)
240241
google-logging-utils (~> 0.1)
241242
jwt (>= 1.4, < 4.0)
242-
multi_json (~> 1.11)
243243
os (>= 0.9, < 2.0)
244+
pstore (~> 0.1)
244245
signet (>= 0.16, < 2.a)
245246
highline (2.0.3)
246247
http-cookie (1.0.8)
@@ -339,11 +340,10 @@ GEM
339340
addressable (>= 2.3.5)
340341
faraday (>= 0.17.3, < 3)
341342
security (0.1.5)
342-
signet (0.21.0)
343+
signet (0.22.0)
343344
addressable (~> 2.8)
344345
faraday (>= 0.17.5, < 3.a)
345346
jwt (>= 1.5, < 4.0)
346-
multi_json (~> 1.10)
347347
simctl (1.6.10)
348348
CFPropertyList
349349
naturally
@@ -378,7 +378,7 @@ PLATFORMS
378378
DEPENDENCIES
379379
danger-dangermattic (~> 1.2)
380380
dotenv
381-
fastlane (~> 2.235)
381+
fastlane (~> 2.236)
382382
fastlane-plugin-firebase_app_distribution (~> 1.0)
383383
fastlane-plugin-sentry
384384
fastlane-plugin-wpmreleasetoolkit (~> 14.6)

0 commit comments

Comments
 (0)