Skip to content

Commit 8b4d419

Browse files
Bump fastlane-plugin-wpmreleasetoolkit from 13.7.0 to 13.8.0 (#25051)
Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 13.7.0 to 13.8.0. - [Release notes](https://github.com/wordpress-mobile/release-toolkit/releases) - [Changelog](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/CHANGELOG.md) - [Commits](wordpress-mobile/release-toolkit@13.7.0...13.8.0) --- updated-dependencies: - dependency-name: fastlane-plugin-wpmreleasetoolkit dependency-version: 13.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 018015a commit 8b4d419

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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', '~> 13.7'
17+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.8'
1818
gem 'rake'
1919
gem 'rubocop', '~> 1.81'
2020
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ GEM
1616
securerandom (>= 0.3)
1717
tzinfo (~> 2.0, >= 2.0.5)
1818
uri (>= 0.13.1)
19-
addressable (2.8.7)
20-
public_suffix (>= 2.0.2, < 7.0)
19+
addressable (2.8.8)
20+
public_suffix (>= 2.0.2, < 8.0)
2121
artifactory (3.0.17)
2222
ast (2.4.3)
2323
atomos (0.1.3)
2424
aws-eventstream (1.4.0)
25-
aws-partitions (1.1187.0)
26-
aws-sdk-core (3.239.1)
25+
aws-partitions (1.1191.0)
26+
aws-sdk-core (3.239.2)
2727
aws-eventstream (~> 1, >= 1.3.0)
2828
aws-partitions (~> 1, >= 1.992.0)
2929
aws-sigv4 (~> 1.9)
@@ -34,7 +34,7 @@ GEM
3434
aws-sdk-kms (1.118.0)
3535
aws-sdk-core (~> 3, >= 3.239.1)
3636
aws-sigv4 (~> 1.5)
37-
aws-sdk-s3 (1.205.0)
37+
aws-sdk-s3 (1.206.0)
3838
aws-sdk-core (~> 3, >= 3.234.0)
3939
aws-sdk-kms (~> 1)
4040
aws-sigv4 (~> 1.5)
@@ -56,7 +56,7 @@ GEM
5656
commander (4.6.0)
5757
highline (~> 2.0.0)
5858
concurrent-ruby (1.3.5)
59-
connection_pool (2.5.4)
59+
connection_pool (3.0.2)
6060
cork (0.3.0)
6161
colored2 (~> 3.1)
6262
csv (3.3.5)
@@ -174,7 +174,7 @@ GEM
174174
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
175175
fastlane-plugin-sentry (1.35.0)
176176
os (~> 1.1, >= 1.1.4)
177-
fastlane-plugin-wpmreleasetoolkit (13.7.0)
177+
fastlane-plugin-wpmreleasetoolkit (13.8.0)
178178
activesupport (>= 6.1.7.1)
179179
buildkit (~> 1.5)
180180
chroma (= 0.2.0)
@@ -246,7 +246,7 @@ GEM
246246
concurrent-ruby (~> 1.0)
247247
java-properties (0.3.0)
248248
jmespath (1.6.2)
249-
json (2.16.0)
249+
json (2.17.1)
250250
jwt (2.10.2)
251251
base64
252252
kramdown (2.5.1)
@@ -259,8 +259,8 @@ GEM
259259
mini_magick (4.13.2)
260260
mini_mime (1.1.5)
261261
mini_portile2 (2.8.9)
262-
minitest (5.26.1)
263-
multi_json (1.17.0)
262+
minitest (5.26.2)
263+
multi_json (1.18.0)
264264
multipart-post (2.4.1)
265265
mutex_m (0.3.0)
266266
nanaimo (0.4.0)
@@ -288,7 +288,7 @@ GEM
288288
highline (>= 1.6)
289289
options (~> 2.3.0)
290290
pstore (0.2.0)
291-
public_suffix (6.0.2)
291+
public_suffix (7.0.0)
292292
racc (1.8.1)
293293
rainbow (3.1.1)
294294
rake (13.3.1)
@@ -375,7 +375,7 @@ DEPENDENCIES
375375
fastlane (~> 2.229)
376376
fastlane-plugin-firebase_app_distribution (~> 0.10)
377377
fastlane-plugin-sentry
378-
fastlane-plugin-wpmreleasetoolkit (~> 13.7)
378+
fastlane-plugin-wpmreleasetoolkit (~> 13.8)
379379
rake
380380
rmagick (~> 6.1.4)
381381
rubocop (~> 1.81)

0 commit comments

Comments
 (0)