diff --git a/xcode-install.gemspec b/xcode-install.gemspec index ba08c3a..2746b0c 100644 --- a/xcode-install.gemspec +++ b/xcode-install.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] # CLI parsing - spec.add_dependency 'claide', '>= 0.9.1', '< 1.1.0' + spec.add_dependency 'claide', '>= 0.9.1' # contains spaceship, which is used for auth and dev portal interactions spec.add_dependency 'fastlane', '>= 2.1.0', '< 3.0.0'