Skip to content

Commit 068448b

Browse files
chore(deps): update dependency fastlane to v2.227.1 (#598)
Signed-off-by: Pierre-Yves Lapersonne <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 9fcbdc3 commit 068448b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Changed
1010

11+
- [Tool] Update `fastlane` gem from v2.227.0 to v2.227.1
1112
- [Tool] Update `SwiftLint` pod from v0.58.2 to v0.59.0
1213

1314
## [0.13.0](https://github.com/Orange-OpenSource/ouds-ios/compare/0.12.0...0.13.0) - 2025-04-11

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'abbrev', '0.1.2'
2929
# Really needed gems
3030
# ------------------
3131

32-
gem 'fastlane', '2.227.0'
32+
gem 'fastlane', '2.227.1'
3333
gem 'fastlane-plugin-changelog', '0.16.0'
3434
gem 'fastlane-plugin-mattermost', '1.3.2'
3535
gem 'cocoapods', '1.16.2'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
faraday_middleware (1.2.1)
132132
faraday (~> 1.0)
133133
fastimage (2.4.0)
134-
fastlane (2.227.0)
134+
fastlane (2.227.1)
135135
CFPropertyList (>= 2.3, < 4.0.0)
136136
addressable (>= 2.8, < 3.0.0)
137137
artifactory (~> 3.0)
@@ -171,7 +171,7 @@ GEM
171171
tty-spinner (>= 0.8.0, < 1.0.0)
172172
word_wrap (~> 1.0.0)
173173
xcodeproj (>= 1.13.0, < 2.0.0)
174-
xcpretty (~> 0.4.0)
174+
xcpretty (~> 0.4.1)
175175
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
176176
fastlane-plugin-changelog (0.16.0)
177177
fastlane-plugin-mattermost (1.3.2)
@@ -325,7 +325,7 @@ PLATFORMS
325325
DEPENDENCIES
326326
abbrev (= 0.1.2)
327327
cocoapods (= 1.16.2)
328-
fastlane (= 2.227.0)
328+
fastlane (= 2.227.1)
329329
fastlane-plugin-changelog (= 0.16.0)
330330
fastlane-plugin-mattermost (= 1.3.2)
331331
json (= 2.10.2)

0 commit comments

Comments
 (0)