Skip to content

Commit ebbc096

Browse files
chore(deps): bump xcodeproj from 1.25.1 to 1.27.0 in /example
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] <support@github.com>
1 parent bbce2a0 commit ebbc096

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby ">= 2.6.10"
77
# bound in the template on Cocoapods with next React Native release.
88
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
99
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
10-
gem 'xcodeproj', '< 1.26.0'
10+
gem 'xcodeproj', '< 1.28.0'
1111
gem 'concurrent-ruby', '< 1.3.4'
1212

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

example/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
httpclient (~> 2.8, >= 2.8.3)
2424
json (>= 1.5.1)
2525
atomos (0.1.3)
26-
base64 (0.2.0)
26+
base64 (0.3.0)
2727
benchmark (0.4.0)
2828
bigdecimal (3.1.9)
2929
claide (1.1.0)
@@ -84,7 +84,7 @@ GEM
8484
minitest (5.25.5)
8585
molinillo (0.8.0)
8686
mutex_m (0.3.0)
87-
nanaimo (0.3.0)
87+
nanaimo (0.4.0)
8888
nap (1.1.0)
8989
netrc (0.11.0)
9090
nkf (0.2.0)
@@ -96,12 +96,12 @@ GEM
9696
ethon (>= 0.9.0)
9797
tzinfo (2.0.6)
9898
concurrent-ruby (~> 1.0)
99-
xcodeproj (1.25.1)
99+
xcodeproj (1.27.0)
100100
CFPropertyList (>= 2.3.3, < 4.0)
101101
atomos (~> 0.1.3)
102102
claide (>= 1.0.2, < 2.0)
103103
colored2 (~> 3.1)
104-
nanaimo (~> 0.3.0)
104+
nanaimo (~> 0.4.0)
105105
rexml (>= 3.3.6, < 4.0)
106106

107107
PLATFORMS
@@ -115,7 +115,7 @@ DEPENDENCIES
115115
concurrent-ruby (< 1.3.4)
116116
logger
117117
mutex_m
118-
xcodeproj (< 1.26.0)
118+
xcodeproj (< 1.28.0)
119119

120120
RUBY VERSION
121121
ruby 3.3.6p108

0 commit comments

Comments
 (0)