Skip to content

Commit

Permalink
Merge pull request #129 from pbsupplyco/fix/update-xcodeproj-to-1-27-0
Browse files Browse the repository at this point in the history
Bump Xcodeproj to 1.27.0.
  • Loading branch information
barakwei authored Nov 27, 2024
2 parents 8034a9f + 805ad0e commit 3d8fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kintsugi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "tty-prompt", "~> 0"
spec.add_dependency "xcodeproj", ">= 1.19.0", "<= 1.25.0"
spec.add_dependency "xcodeproj", ">= 1.19.0", "<= 1.27.0"

spec.add_development_dependency "git", "~> 1.11"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 3d8fc38

Please sign in to comment.