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 Mar 4, 2015
1 parent e2943a8 commit 65f9942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
aws-sdk (~> 1.0)
cert (>= 0.1.0)
deliver (>= 0.5.0)
fastlane_core (~> 0.2.0)
fastlane_core (>= 0.2.1)
frameit (>= 0.2.0)
nokogiri (~> 1.6.5)
pem (>= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion fastlane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'slack-notifier', '~> 1.0' # Slack notifications
spec.add_dependency "aws-sdk", "~> 1.0" # Upload ipa files to S3

spec.add_dependency 'fastlane_core', '~> 0.2.0' # all shared code and dependencies
spec.add_dependency 'fastlane_core', '>= 0.2.1' # all shared code and dependencies

spec.add_dependency 'deliver', '>= 0.5.0'
spec.add_dependency 'snapshot', '>= 0.4.0'
Expand Down

0 comments on commit 65f9942

Please sign in to comment.