From 4767c1453ffb316e455496807703bcffe381f829 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Fri, 15 Nov 2024 12:58:51 +0100 Subject: [PATCH] chore(deps): update dependencies `fastlane`, `swiftformat/cli`, `json`, `cocoapods`, `net-http` (#286) (#287) Signed-off-by: Pierre-Yves Lapersonne Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Gemfile | 8 ++++---- Gemfile.lock | 26 +++++++++++++++----------- Showcase/Podfile | 2 +- Showcase/Podfile.lock | 10 +++++----- 5 files changed, 30 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b48529871..0e2437355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- [Tool] Update `net-http` gem from 0.4.1 to 0.5.0 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286)) +- [Tool] Update `cocoapods` gem from 1.15.2 to 1.16.2 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286)) +- [Tool] Update `json` gem from 2.7.2 to 2.8.2 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286)) +- [Tool] Update `swiftformat/cli` from 0.54.3 to 0.54.6 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286)) +- [Tool] Update `Fastlane` from 2.223.1 to 2.225.0 ([#286](https://github.com/Orange-OpenSource/ouds-ios/issues/286)) - [DemoApp] Update accessibility statement usage and instructions ([#278](https://github.com/Orange-OpenSource/ouds-ios/issues/278)) ### Fixed diff --git a/Gemfile b/Gemfile index 19f1c0dd0..a3c5eb37e 100644 --- a/Gemfile +++ b/Gemfile @@ -13,12 +13,12 @@ source "https://rubygems.org" -gem 'cocoapods', '1.15.2' -gem 'fastlane', '2.223.1' +gem 'cocoapods', '1.16.2' +gem 'fastlane', '2.225.0' gem 'fastlane-plugin-changelog', '0.16.0' gem 'fastlane-plugin-mattermost', '1.3.2' -gem 'json', '2.7.2' -gem 'net-http', '0.4.1' +gem 'json', '2.8.2' +gem 'net-http', '0.5.0' gem 'xcode-install', '2.8.1' plugins_path = File.join(File.dirname(__FILE__), 'Showcase/fastlane', 'Pluginfile') diff --git a/Gemfile.lock b/Gemfile.lock index 0865bf8c1..d7a60c95b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,10 +45,10 @@ GEM benchmark (0.3.0) bigdecimal (3.1.8) claide (1.1.0) - cocoapods (1.15.2) + cocoapods (1.16.2) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.15.2) + cocoapods-core (= 1.16.2) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 2.1, < 3.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -62,8 +62,8 @@ GEM molinillo (~> 0.8.0) nap (~> 1.0) ruby-macho (>= 2.3.0, < 3.0) - xcodeproj (>= 1.23.0, < 2.0) - cocoapods-core (1.15.2) + xcodeproj (>= 1.27.0, < 2.0) + cocoapods-core (1.16.2) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -128,7 +128,7 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.223.1) + fastlane (2.225.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -144,6 +144,7 @@ GEM faraday-cookie_jar (~> 0.0.6) faraday_middleware (~> 1.0) fastimage (>= 2.1.0, < 3.0.0) + fastlane-sirp (>= 1.0.0) gh_inspector (>= 1.1.2, < 2.0.0) google-apis-androidpublisher_v3 (~> 0.3) google-apis-playcustomapp_v1 (~> 0.1) @@ -171,6 +172,8 @@ GEM xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) fastlane-plugin-changelog (0.16.0) fastlane-plugin-mattermost (1.3.2) + fastlane-sirp (1.0.0) + sysrandom (~> 1.0) ffi (1.17.0) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-aarch64-linux-musl) @@ -228,7 +231,7 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) jmespath (1.6.2) - json (2.7.2) + json (2.8.2) jwt (2.9.3) base64 logger (1.6.1) @@ -241,7 +244,7 @@ GEM nanaimo (0.4.0) nap (1.1.0) naturally (2.2.1) - net-http (0.4.1) + net-http (0.5.0) uri netrc (0.11.0) nkf (0.2.0) @@ -270,6 +273,7 @@ GEM simctl (1.6.10) CFPropertyList naturally + sysrandom (1.0.5) terminal-notifier (2.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -315,12 +319,12 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - cocoapods (= 1.15.2) - fastlane (= 2.223.1) + cocoapods (= 1.16.2) + fastlane (= 2.225.0) fastlane-plugin-changelog (= 0.16.0) fastlane-plugin-mattermost (= 1.3.2) - json (= 2.7.2) - net-http (= 0.4.1) + json (= 2.8.2) + net-http (= 0.5.0) xcode-install (= 2.8.1) BUNDLED WITH diff --git a/Showcase/Podfile b/Showcase/Podfile index 75da0bc47..4208b8d0d 100644 --- a/Showcase/Podfile +++ b/Showcase/Podfile @@ -17,7 +17,7 @@ platform :ios, '15.0' target 'Showcase' do pod 'SwiftLint', '0.57.0' - pod 'SwiftFormat/CLI', '0.54.3' + pod 'SwiftFormat/CLI', '0.54.6' end post_install do |installer| diff --git a/Showcase/Podfile.lock b/Showcase/Podfile.lock index 16923568f..42492e757 100644 --- a/Showcase/Podfile.lock +++ b/Showcase/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - SwiftFormat/CLI (0.54.3) + - SwiftFormat/CLI (0.54.6) - SwiftLint (0.57.0) DEPENDENCIES: - - SwiftFormat/CLI (= 0.54.3) + - SwiftFormat/CLI (= 0.54.6) - SwiftLint (= 0.57.0) SPEC REPOS: @@ -12,9 +12,9 @@ SPEC REPOS: - SwiftLint SPEC CHECKSUMS: - SwiftFormat: 0e575b1d412d27cd5906c59fab64a806ba8f2b8e + SwiftFormat: 9f26de7d1d46de100e4d66bec289531b119fc057 SwiftLint: eb47480d47c982481592c195c221d11013a679cc -PODFILE CHECKSUM: bfef5a8fc64db26e764a569d0867dc51654ba6b9 +PODFILE CHECKSUM: 2875b3ba11f8c52a1dfa7a27eb0fc8d3301b87ea -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2