Skip to content

Commit

Permalink
Pin xcodeproj gem to < 1.26.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored Oct 28, 2024
1 parent 3714441 commit 05b05a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ ruby ">= 2.6.10"
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'

0 comments on commit 05b05a8

Please sign in to comment.