Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #287

Merged
merged 10 commits into from
Nov 15, 2024
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Showcase/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
10 changes: 5 additions & 5 deletions Showcase/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Loading