Skip to content

Commit 0961bf9

Browse files
Build(deps): Bump cocoapods and xcodeproj
Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) and [xcodeproj](https://github.com/cocoapods/xcodeproj). These dependencies needed to be updated together. Updates `cocoapods` from 1.15.2 to 1.16.2 - [Release notes](https://github.com/CocoaPods/CocoaPods/releases) - [Changelog](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md) - [Commits](CocoaPods/CocoaPods@1.15.2...1.16.2) Updates `xcodeproj` from 1.25.1 to 1.27.0 - [Release notes](https://github.com/cocoapods/xcodeproj/releases) - [Changelog](https://github.com/CocoaPods/Xcodeproj/blob/master/CHANGELOG.md) - [Commits](CocoaPods/Xcodeproj@1.25.1...1.27.0) --- updated-dependencies: - dependency-name: cocoapods dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: xcodeproj dependency-version: 1.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47d1246 commit 0961bf9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9-
gem 'xcodeproj', '< 1.26.0'
9+
gem 'xcodeproj', '< 1.28.0'
1010
gem 'concurrent-ruby', '< 1.3.4'
1111

1212
# Ruby 3.4.0 has removed some libraries from the standard library.

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ GEM
2525
benchmark (0.1.0)
2626
bigdecimal (2.0.0)
2727
claide (1.1.0)
28-
cocoapods (1.15.2)
28+
cocoapods (1.16.2)
2929
addressable (~> 2.8)
3030
claide (>= 1.0.2, < 2.0)
31-
cocoapods-core (= 1.15.2)
31+
cocoapods-core (= 1.16.2)
3232
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3333
cocoapods-downloader (>= 2.1, < 3.0)
3434
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -42,8 +42,8 @@ GEM
4242
molinillo (~> 0.8.0)
4343
nap (~> 1.0)
4444
ruby-macho (>= 2.3.0, < 3.0)
45-
xcodeproj (>= 1.23.0, < 2.0)
46-
cocoapods-core (1.15.2)
45+
xcodeproj (>= 1.27.0, < 2.0)
46+
cocoapods-core (1.16.2)
4747
activesupport (>= 5.0, < 8)
4848
addressable (~> 2.8)
4949
algoliasearch (~> 1.0)
@@ -82,7 +82,7 @@ GEM
8282
minitest (5.25.5)
8383
molinillo (0.8.0)
8484
mutex_m (0.3.0)
85-
nanaimo (0.3.0)
85+
nanaimo (0.4.0)
8686
nap (1.1.0)
8787
netrc (0.11.0)
8888
nkf (0.2.0)
@@ -93,12 +93,12 @@ GEM
9393
ethon (>= 0.9.0)
9494
tzinfo (2.0.6)
9595
concurrent-ruby (~> 1.0)
96-
xcodeproj (1.25.1)
96+
xcodeproj (1.27.0)
9797
CFPropertyList (>= 2.3.3, < 4.0)
9898
atomos (~> 0.1.3)
9999
claide (>= 1.0.2, < 2.0)
100100
colored2 (~> 3.1)
101-
nanaimo (~> 0.3.0)
101+
nanaimo (~> 0.4.0)
102102
rexml (>= 3.3.6, < 4.0)
103103

104104
PLATFORMS
@@ -112,7 +112,7 @@ DEPENDENCIES
112112
concurrent-ruby (< 1.3.4)
113113
logger
114114
mutex_m
115-
xcodeproj (< 1.26.0)
115+
xcodeproj (< 1.28.0)
116116

117117
RUBY VERSION
118118
ruby 2.7.5p203

0 commit comments

Comments
 (0)