Skip to content

Commit

Permalink
Merge pull request #12 from KrauseFx/patch-1
Browse files Browse the repository at this point in the history
Specified version number for fastlane_core
  • Loading branch information
neonichu committed Apr 11, 2015
2 parents 7fe7419 + f0a03ba commit 7110ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcode-install.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "claide", "~> 0.8.1"
spec.add_dependency "fastlane_core"
spec.add_dependency "fastlane_core", "~> 0.5.0"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 7110ec7

Please sign in to comment.