Skip to content

Commit 01d5016

Browse files
Merge pull request #11 from SingTown/dependabot/bundler/example/xcodeproj-1.27.0
chore(deps): bump xcodeproj from 1.25.1 to 1.27.0 in /example
2 parents 3e61214 + 4030223 commit 01d5016

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/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.6'
1111

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

example/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
minitest (5.26.2)
8282
molinillo (0.8.0)
8383
mutex_m (0.3.0)
84-
nanaimo (0.3.0)
84+
nanaimo (0.4.0)
8585
nap (1.1.0)
8686
netrc (0.11.0)
8787
public_suffix (4.0.7)
@@ -92,12 +92,12 @@ GEM
9292
ethon (>= 0.9.0, < 0.16.0)
9393
tzinfo (2.0.6)
9494
concurrent-ruby (~> 1.0)
95-
xcodeproj (1.25.1)
95+
xcodeproj (1.27.0)
9696
CFPropertyList (>= 2.3.3, < 4.0)
9797
atomos (~> 0.1.3)
9898
claide (>= 1.0.2, < 2.0)
9999
colored2 (~> 3.1)
100-
nanaimo (~> 0.3.0)
100+
nanaimo (~> 0.4.0)
101101
rexml (>= 3.3.6, < 4.0)
102102

103103
PLATFORMS
@@ -111,7 +111,7 @@ DEPENDENCIES
111111
concurrent-ruby (< 1.3.6)
112112
logger
113113
mutex_m
114-
xcodeproj (< 1.26.0)
114+
xcodeproj (< 1.28.0)
115115

116116
RUBY VERSION
117117
ruby 3.1.2p20

0 commit comments

Comments
 (0)