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

Commit

Permalink
Updated fastlane_core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Apr 6, 2015
1 parent 42f1116 commit f11c8eb
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 @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'fastlane_core', '>= 0.4.1' # all shared code and dependencies
spec.add_dependency 'fastlane_core', '>= 0.4.3' # all shared code and dependencies
spec.add_dependency 'nokogiri', '~> 1.6.5' # parsing and updating XML files
spec.add_dependency 'fastimage', '~> 1.6.3' # fetch the image sizes from the screenshots
spec.add_dependency 'rubyzip', '~> 1.1.6' # needed for extracting the ipa file
Expand Down

0 comments on commit f11c8eb

Please sign in to comment.