Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #612 from fastlane/patch/gemfile-update
Browse files Browse the repository at this point in the history
Gemspec Update
  • Loading branch information
Sam Robbins committed Mar 2, 2016
2 parents 8d2ff94 + e8924ce commit 30ce75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deliver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# fastlane dependencies
spec.add_dependency 'fastlane_core', '>= 0.36.4', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'fastlane_core', '>= 0.37.0', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'credentials_manager', '>= 0.12.0', '< 1.0.0'
spec.add_dependency 'spaceship', '>= 0.19.0', '<= 1.0.0' # Communication with iTunes Connect

Expand Down

0 comments on commit 30ce75e

Please sign in to comment.