Skip to content

Commit 0e4ead5

Browse files
authored
Merge pull request #134 from anassalzurba/feature/require-xcodeproj-1-26-0
kintsugi.gemspec: require xcodeproj >= 1.26.0
2 parents 67cc775 + dd37463 commit 0e4ead5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kintsugi.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.require_paths = ["lib"]
2424

2525
spec.add_dependency "tty-prompt", "~> 0"
26-
spec.add_dependency "xcodeproj", ">= 1.19.0", "<= 1.27.0"
26+
spec.add_dependency "xcodeproj", ">= 1.26.0", "<= 1.27.0"
2727

2828
spec.add_development_dependency "git", "~> 1.11"
2929
spec.add_development_dependency "rake", "~> 13.0"

0 commit comments

Comments
 (0)