Skip to content

Commit 0410034

Browse files
authored
Remove CLAide version restriction (#454)
Fixes #452
1 parent 17b5e91 commit 0410034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcode-install.gemspec

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

2424
# CLI parsing
25-
spec.add_dependency 'claide', '>= 0.9.1', '< 1.1.0'
25+
spec.add_dependency 'claide', '>= 0.9.1'
2626

2727
# contains spaceship, which is used for auth and dev portal interactions
2828
spec.add_dependency 'fastlane', '>= 2.1.0', '< 3.0.0'

0 commit comments

Comments
 (0)