From b287a9455ad0fdd00988645245abf73bc0ab5b35 Mon Sep 17 00:00:00 2001 From: Frederik Seiffert Date: Mon, 7 Mar 2022 15:41:02 +0100 Subject: [PATCH] Remove CLAide version restriction. Fixes #452 --- xcode-install.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'