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

Commit

Permalink
Merge pull request #506 from fastlane/local-gems
Browse files Browse the repository at this point in the history
Reference local gems for development
  • Loading branch information
KrauseFx committed Dec 4, 2015
2 parents 817d2ff + 7010e9e commit df0b6a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in .gemspec
gemspec

if `cd ..; git remote -v`.include?('countdown')
gem 'fastlane_core', path: '../fastlane_core'
gem 'credentials_manager', path: '../credentials_manager'
gem 'spaceship', path: '../spaceship'
end

0 comments on commit df0b6a7

Please sign in to comment.