Skip to content

Commit

Permalink
Updated fastlane_core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Jan 21, 2016
1 parent de36db2 commit efd8d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion match.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'security' # Mac OS Keychain manager

spec.add_dependency 'fastlane_core', '>= 0.31.0', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'fastlane_core', '>= 0.35.0', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'credentials_manager', '>= 0.13.0', '< 1.0.0' # fastlane password manager
spec.add_dependency 'spaceship', '>= 0.18.1', '< 1.0.0' # communication layer with Apple's web services
spec.add_dependency 'sigh', '>= 1.2.2', '< 2.0.0'
Expand Down

0 comments on commit efd8d96

Please sign in to comment.