Skip to content

Commit 82868ed

Browse files
authored
Merge pull request #2 from patrickkabwe/dependabot/bundler/example/xcodeproj-1.27.0
build(deps): bump xcodeproj from 1.25.1 to 1.27.0 in /example
2 parents 18e5f00 + 547270d commit 82868ed

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
@@ -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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,24 +84,24 @@ 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)
9191
public_suffix (4.0.7)
92-
rexml (3.4.2)
92+
rexml (3.4.4)
9393
ruby-macho (2.5.1)
9494
securerandom (0.4.1)
9595
typhoeus (1.5.0)
9696
ethon (>= 0.9.0, < 0.16.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)