Skip to content

Commit c577fa6

Browse files
authored
Merge pull request #32 from patrickkabwe/dependabot/bundler/example/xcodeproj-1.27.0
chore(deps): bump xcodeproj from 1.25.1 to 1.27.0 in /example
2 parents b2494b8 + ef13204 commit c577fa6

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.4'
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
@@ -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)