Skip to content

Commit 58afa15

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 8e94e8d commit 58afa15

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,5 +6,5 @@ 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'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
minitest (5.19.0)
7474
molinillo (0.8.0)
7575
mutex_m (0.3.0)
76-
nanaimo (0.3.0)
76+
nanaimo (0.4.0)
7777
nap (1.1.0)
7878
netrc (0.11.0)
7979
nkf (0.2.0)
@@ -84,12 +84,12 @@ GEM
8484
ethon (>= 0.9.0)
8585
tzinfo (2.0.6)
8686
concurrent-ruby (~> 1.0)
87-
xcodeproj (1.25.1)
87+
xcodeproj (1.27.0)
8888
CFPropertyList (>= 2.3.3, < 4.0)
8989
atomos (~> 0.1.3)
9090
claide (>= 1.0.2, < 2.0)
9191
colored2 (~> 3.1)
92-
nanaimo (~> 0.3.0)
92+
nanaimo (~> 0.4.0)
9393
rexml (>= 3.3.6, < 4.0)
9494
zeitwerk (2.6.11)
9595

@@ -100,7 +100,7 @@ DEPENDENCIES
100100
activesupport (>= 6.1.7.5, != 7.1.0)
101101
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
102102
concurrent-ruby (< 1.3.4)
103-
xcodeproj (< 1.26.0)
103+
xcodeproj (< 1.28.0)
104104

105105
RUBY VERSION
106106
ruby 2.7.5p203

0 commit comments

Comments
 (0)