Skip to content

Commit 4767c14

Browse files
chore(deps): update dependencies fastlane, swiftformat/cli, json, cocoapods, net-http (#286) (#287)
Signed-off-by: Pierre-Yves Lapersonne <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26c2016 commit 4767c14

File tree

5 files changed

+30
-21
lines changed

5 files changed

+30
-21
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Changed
1616

17+
- [Tool] Update `net-http` gem from 0.4.1 to 0.5.0 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286))
18+
- [Tool] Update `cocoapods` gem from 1.15.2 to 1.16.2 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286))
19+
- [Tool] Update `json` gem from 2.7.2 to 2.8.2 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286))
20+
- [Tool] Update `swiftformat/cli` from 0.54.3 to 0.54.6 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286))
21+
- [Tool] Update `Fastlane` from 2.223.1 to 2.225.0 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286))
1722
- [DemoApp] Update accessibility statement usage and instructions ([#278](https://github.com/Orange-OpenSource/ouds-ios/issues/278))
1823

1924
### Fixed

Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
source "https://rubygems.org"
1515

16-
gem 'cocoapods', '1.15.2'
17-
gem 'fastlane', '2.223.1'
16+
gem 'cocoapods', '1.16.2'
17+
gem 'fastlane', '2.225.0'
1818
gem 'fastlane-plugin-changelog', '0.16.0'
1919
gem 'fastlane-plugin-mattermost', '1.3.2'
20-
gem 'json', '2.7.2'
21-
gem 'net-http', '0.4.1'
20+
gem 'json', '2.8.2'
21+
gem 'net-http', '0.5.0'
2222
gem 'xcode-install', '2.8.1'
2323

2424
plugins_path = File.join(File.dirname(__FILE__), 'Showcase/fastlane', 'Pluginfile')

Gemfile.lock

+15-11
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ GEM
4545
benchmark (0.3.0)
4646
bigdecimal (3.1.8)
4747
claide (1.1.0)
48-
cocoapods (1.15.2)
48+
cocoapods (1.16.2)
4949
addressable (~> 2.8)
5050
claide (>= 1.0.2, < 2.0)
51-
cocoapods-core (= 1.15.2)
51+
cocoapods-core (= 1.16.2)
5252
cocoapods-deintegrate (>= 1.0.3, < 2.0)
5353
cocoapods-downloader (>= 2.1, < 3.0)
5454
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -62,8 +62,8 @@ GEM
6262
molinillo (~> 0.8.0)
6363
nap (~> 1.0)
6464
ruby-macho (>= 2.3.0, < 3.0)
65-
xcodeproj (>= 1.23.0, < 2.0)
66-
cocoapods-core (1.15.2)
65+
xcodeproj (>= 1.27.0, < 2.0)
66+
cocoapods-core (1.16.2)
6767
activesupport (>= 5.0, < 8)
6868
addressable (~> 2.8)
6969
algoliasearch (~> 1.0)
@@ -128,7 +128,7 @@ GEM
128128
faraday_middleware (1.2.1)
129129
faraday (~> 1.0)
130130
fastimage (2.3.1)
131-
fastlane (2.223.1)
131+
fastlane (2.225.0)
132132
CFPropertyList (>= 2.3, < 4.0.0)
133133
addressable (>= 2.8, < 3.0.0)
134134
artifactory (~> 3.0)
@@ -144,6 +144,7 @@ GEM
144144
faraday-cookie_jar (~> 0.0.6)
145145
faraday_middleware (~> 1.0)
146146
fastimage (>= 2.1.0, < 3.0.0)
147+
fastlane-sirp (>= 1.0.0)
147148
gh_inspector (>= 1.1.2, < 2.0.0)
148149
google-apis-androidpublisher_v3 (~> 0.3)
149150
google-apis-playcustomapp_v1 (~> 0.1)
@@ -171,6 +172,8 @@ GEM
171172
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
172173
fastlane-plugin-changelog (0.16.0)
173174
fastlane-plugin-mattermost (1.3.2)
175+
fastlane-sirp (1.0.0)
176+
sysrandom (~> 1.0)
174177
ffi (1.17.0)
175178
ffi (1.17.0-aarch64-linux-gnu)
176179
ffi (1.17.0-aarch64-linux-musl)
@@ -228,7 +231,7 @@ GEM
228231
i18n (1.14.6)
229232
concurrent-ruby (~> 1.0)
230233
jmespath (1.6.2)
231-
json (2.7.2)
234+
json (2.8.2)
232235
jwt (2.9.3)
233236
base64
234237
logger (1.6.1)
@@ -241,7 +244,7 @@ GEM
241244
nanaimo (0.4.0)
242245
nap (1.1.0)
243246
naturally (2.2.1)
244-
net-http (0.4.1)
247+
net-http (0.5.0)
245248
uri
246249
netrc (0.11.0)
247250
nkf (0.2.0)
@@ -270,6 +273,7 @@ GEM
270273
simctl (1.6.10)
271274
CFPropertyList
272275
naturally
276+
sysrandom (1.0.5)
273277
terminal-notifier (2.0.0)
274278
terminal-table (3.0.2)
275279
unicode-display_width (>= 1.1.1, < 3)
@@ -315,12 +319,12 @@ PLATFORMS
315319
x86_64-linux-musl
316320

317321
DEPENDENCIES
318-
cocoapods (= 1.15.2)
319-
fastlane (= 2.223.1)
322+
cocoapods (= 1.16.2)
323+
fastlane (= 2.225.0)
320324
fastlane-plugin-changelog (= 0.16.0)
321325
fastlane-plugin-mattermost (= 1.3.2)
322-
json (= 2.7.2)
323-
net-http (= 0.4.1)
326+
json (= 2.8.2)
327+
net-http (= 0.5.0)
324328
xcode-install (= 2.8.1)
325329

326330
BUNDLED WITH

Showcase/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ platform :ios, '15.0'
1717

1818
target 'Showcase' do
1919
pod 'SwiftLint', '0.57.0'
20-
pod 'SwiftFormat/CLI', '0.54.3'
20+
pod 'SwiftFormat/CLI', '0.54.6'
2121
end
2222

2323
post_install do |installer|

Showcase/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- SwiftFormat/CLI (0.54.3)
2+
- SwiftFormat/CLI (0.54.6)
33
- SwiftLint (0.57.0)
44

55
DEPENDENCIES:
6-
- SwiftFormat/CLI (= 0.54.3)
6+
- SwiftFormat/CLI (= 0.54.6)
77
- SwiftLint (= 0.57.0)
88

99
SPEC REPOS:
@@ -12,9 +12,9 @@ SPEC REPOS:
1212
- SwiftLint
1313

1414
SPEC CHECKSUMS:
15-
SwiftFormat: 0e575b1d412d27cd5906c59fab64a806ba8f2b8e
15+
SwiftFormat: 9f26de7d1d46de100e4d66bec289531b119fc057
1616
SwiftLint: eb47480d47c982481592c195c221d11013a679cc
1717

18-
PODFILE CHECKSUM: bfef5a8fc64db26e764a569d0867dc51654ba6b9
18+
PODFILE CHECKSUM: 2875b3ba11f8c52a1dfa7a27eb0fc8d3301b87ea
1919

20-
COCOAPODS: 1.15.2
20+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)