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

Commit d45ed66

Browse files
committed
Updated fastlane_core dependency
1 parent 375c108 commit d45ed66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deliver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
2222
spec.require_paths = ["lib"]
2323

24-
spec.add_dependency 'fastlane_core', '>= 0.15.1' # all shared code and dependencies
24+
spec.add_dependency 'fastlane_core', '>= 0.15.3' # all shared code and dependencies
2525
spec.add_dependency 'credentials_manager', '>= 0.3.0'
2626
spec.add_dependency 'nokogiri', '~> 1.6.5' # parsing and updating XML files
2727
spec.add_dependency 'fastimage', '~> 1.6.3' # fetch the image sizes from the screenshots

0 commit comments

Comments
 (0)