File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
### Changed
10
10
11
+ - [ Tool] Update ` fastlane ` gem from v2.227.0 to v2.227.1
11
12
- [ Tool] Update ` SwiftLint ` pod from v0.58.2 to v0.59.0
12
13
13
14
## [ 0.13.0] ( https://github.com/Orange-OpenSource/ouds-ios/compare/0.12.0...0.13.0 ) - 2025-04-11
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ gem 'abbrev', '0.1.2'
29
29
# Really needed gems
30
30
# ------------------
31
31
32
- gem 'fastlane' , '2.227.0 '
32
+ gem 'fastlane' , '2.227.1 '
33
33
gem 'fastlane-plugin-changelog' , '0.16.0'
34
34
gem 'fastlane-plugin-mattermost' , '1.3.2'
35
35
gem 'cocoapods' , '1.16.2'
Original file line number Diff line number Diff line change 131
131
faraday_middleware (1.2.1 )
132
132
faraday (~> 1.0 )
133
133
fastimage (2.4.0 )
134
- fastlane (2.227.0 )
134
+ fastlane (2.227.1 )
135
135
CFPropertyList (>= 2.3 , < 4.0.0 )
136
136
addressable (>= 2.8 , < 3.0.0 )
137
137
artifactory (~> 3.0 )
171
171
tty-spinner (>= 0.8.0 , < 1.0.0 )
172
172
word_wrap (~> 1.0.0 )
173
173
xcodeproj (>= 1.13.0 , < 2.0.0 )
174
- xcpretty (~> 0.4.0 )
174
+ xcpretty (~> 0.4.1 )
175
175
xcpretty-travis-formatter (>= 0.0.3 , < 2.0.0 )
176
176
fastlane-plugin-changelog (0.16.0 )
177
177
fastlane-plugin-mattermost (1.3.2 )
@@ -325,7 +325,7 @@ PLATFORMS
325
325
DEPENDENCIES
326
326
abbrev (= 0.1.2 )
327
327
cocoapods (= 1.16.2 )
328
- fastlane (= 2.227.0 )
328
+ fastlane (= 2.227.1 )
329
329
fastlane-plugin-changelog (= 0.16.0 )
330
330
fastlane-plugin-mattermost (= 1.3.2 )
331
331
json (= 2.10.2 )
You can’t perform that action at this time.
0 commit comments