Skip to content

Commit d638ec3

Browse files
Bump fastlane from 2.227.2 to 2.228.0 (#764)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.227.2 to 2.228.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.227.2...fastlane/2.228.0) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.228.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 b956f0f commit d638ec3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Gemfile

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

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

5-
gem 'fastlane', '~> 2.227'
5+
gem 'fastlane', '~> 2.228'
66
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.2'

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ GEM
2222
public_suffix (>= 2.0.2, < 7.0)
2323
artifactory (3.0.17)
2424
atomos (0.1.3)
25-
aws-eventstream (1.3.2)
26-
aws-partitions (1.1106.0)
27-
aws-sdk-core (3.224.0)
25+
aws-eventstream (1.4.0)
26+
aws-partitions (1.1115.0)
27+
aws-sdk-core (3.225.2)
2828
aws-eventstream (~> 1, >= 1.3.0)
2929
aws-partitions (~> 1, >= 1.992.0)
3030
aws-sigv4 (~> 1.9)
3131
base64
3232
jmespath (~> 1, >= 1.6.1)
3333
logger
34-
aws-sdk-kms (1.101.0)
35-
aws-sdk-core (~> 3, >= 3.216.0)
34+
aws-sdk-kms (1.104.0)
35+
aws-sdk-core (~> 3, >= 3.225.0)
3636
aws-sigv4 (~> 1.5)
37-
aws-sdk-s3 (1.186.1)
38-
aws-sdk-core (~> 3, >= 3.216.0)
37+
aws-sdk-s3 (1.189.1)
38+
aws-sdk-core (~> 3, >= 3.225.0)
3939
aws-sdk-kms (~> 1)
4040
aws-sigv4 (~> 1.5)
41-
aws-sigv4 (1.11.0)
41+
aws-sigv4 (1.12.1)
4242
aws-eventstream (~> 1, >= 1.0.2)
4343
babosa (1.0.4)
44-
base64 (0.2.0)
44+
base64 (0.3.0)
4545
benchmark (0.4.0)
4646
bigdecimal (3.1.9)
4747
buildkit (1.6.1)
@@ -92,7 +92,7 @@ GEM
9292
faraday_middleware (1.2.1)
9393
faraday (~> 1.0)
9494
fastimage (2.4.0)
95-
fastlane (2.227.2)
95+
fastlane (2.228.0)
9696
CFPropertyList (>= 2.3, < 4.0.0)
9797
addressable (>= 2.8, < 3.0.0)
9898
artifactory (~> 3.0)
@@ -202,7 +202,7 @@ GEM
202202
concurrent-ruby (~> 1.0)
203203
java-properties (0.3.0)
204204
jmespath (1.6.2)
205-
json (2.12.0)
205+
json (2.12.2)
206206
jwt (2.10.1)
207207
base64
208208
logger (1.7.0)
@@ -213,7 +213,7 @@ GEM
213213
multipart-post (2.4.1)
214214
mutex_m (0.3.0)
215215
nanaimo (0.4.0)
216-
naturally (2.2.1)
216+
naturally (2.2.2)
217217
nkf (0.2.0)
218218
nokogiri (1.18.8-arm64-darwin)
219219
racc (~> 1.4)
@@ -232,7 +232,7 @@ GEM
232232
options (~> 2.3.0)
233233
public_suffix (6.0.2)
234234
racc (1.8.1)
235-
rake (13.2.1)
235+
rake (13.3.0)
236236
rake-compiler (1.3.0)
237237
rake
238238
rchardet (1.9.0)
@@ -291,7 +291,7 @@ PLATFORMS
291291
x86_64-linux
292292

293293
DEPENDENCIES
294-
fastlane (~> 2.227)
294+
fastlane (~> 2.228)
295295
fastlane-plugin-wpmreleasetoolkit (~> 13.2)
296296

297297
BUNDLED WITH

0 commit comments

Comments
 (0)