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 Sep 7, 2015
1 parent 4334881 commit 822738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.15.2' # all shared code and dependencies
spec.add_dependency 'fastlane_core', '>= 0.16.0', '< 1.0.0' # all shared code and dependencies

# Development only
spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 822738c

Please sign in to comment.