Skip to content

Commit ec5d382

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 77b254e commit ec5d382

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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

1111
# Ruby 3.4.0 has removed some libraries from the standard library.
1212
gem 'bigdecimal'

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ GEM
2828
benchmark (0.4.1)
2929
bigdecimal (3.2.2)
3030
claide (1.1.0)
31-
cocoapods (1.15.2)
31+
cocoapods (1.16.2)
3232
addressable (~> 2.8)
3333
claide (>= 1.0.2, < 2.0)
34-
cocoapods-core (= 1.15.2)
34+
cocoapods-core (= 1.16.2)
3535
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3636
cocoapods-downloader (>= 2.1, < 3.0)
3737
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -45,8 +45,8 @@ GEM
4545
molinillo (~> 0.8.0)
4646
nap (~> 1.0)
4747
ruby-macho (>= 2.3.0, < 3.0)
48-
xcodeproj (>= 1.23.0, < 2.0)
49-
cocoapods-core (1.15.2)
48+
xcodeproj (>= 1.27.0, < 2.0)
49+
cocoapods-core (1.16.2)
5050
activesupport (>= 5.0, < 8)
5151
addressable (~> 2.8)
5252
algoliasearch (~> 1.0)
@@ -85,24 +85,24 @@ GEM
8585
minitest (5.25.5)
8686
molinillo (0.8.0)
8787
mutex_m (0.3.0)
88-
nanaimo (0.3.0)
88+
nanaimo (0.4.0)
8989
nap (1.1.0)
9090
netrc (0.11.0)
9191
nkf (0.2.0)
9292
public_suffix (4.0.7)
9393
rexml (3.4.1)
9494
ruby-macho (2.5.1)
95-
securerandom (0.3.2)
95+
securerandom (0.4.1)
9696
typhoeus (1.4.1)
9797
ethon (>= 0.9.0)
9898
tzinfo (2.0.6)
9999
concurrent-ruby (~> 1.0)
100-
xcodeproj (1.25.1)
100+
xcodeproj (1.27.0)
101101
CFPropertyList (>= 2.3.3, < 4.0)
102102
atomos (~> 0.1.3)
103103
claide (>= 1.0.2, < 2.0)
104104
colored2 (~> 3.1)
105-
nanaimo (~> 0.3.0)
105+
nanaimo (~> 0.4.0)
106106
rexml (>= 3.3.6, < 4.0)
107107

108108
PLATFORMS
@@ -115,7 +115,7 @@ DEPENDENCIES
115115
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
116116
logger
117117
mutex_m
118-
xcodeproj (< 1.26.0)
118+
xcodeproj (< 1.28.0)
119119

120120
RUBY VERSION
121121
ruby 2.7.5p203

0 commit comments

Comments
 (0)