From 69a1e50f7495cd06b231e4c246832907106d4e80 Mon Sep 17 00:00:00 2001 From: KrauseFx Date: Mon, 15 Jun 2015 14:23:07 +0700 Subject: [PATCH] Updated spaceship dependency --- sigh.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigh.gemspec b/sigh.gemspec index 1951b43..5b66b40 100644 --- a/sigh.gemspec +++ b/sigh.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'fastlane_core', '>= 0.7.6' # all shared code and dependencies spec.add_dependency 'plist', '~> 3.1.0' # for reading the provisioning profile - spec.add_dependency 'spaceship', '>= 0.0.8' # communication with Apple + spec.add_dependency 'spaceship', '>= 0.0.10' # communication with Apple # Development only spec.add_development_dependency 'bundler'