Skip to content

Commit b9c89e9

Browse files
Build(deps): Bump xcodeproj from 1.25.1 to 1.27.0
Bumps [xcodeproj](https://github.com/cocoapods/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: 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 b9c89e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)