Skip to content

Commit 05b05a8

Browse files
authored
Pin xcodeproj gem to < 1.26.0 (#71)
1 parent 3714441 commit 05b05a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ 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'

0 commit comments

Comments
 (0)