Commit 0f009cc1 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Adopt local git repos feature of Bunlder

parent 784513fc
...@@ -6,15 +6,11 @@ end ...@@ -6,15 +6,11 @@ end
gemspec gemspec
group :development do group :development do
if ENV['COCOA_PODS_DEPENDENCIES'] == 'local' # To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler.
gem 'cocoapods-core', :path => '../Core'
gem 'xcodeproj', :path => '../Xcodeproj'
gem 'cocoapods-downloader', :path => '../cocoapods-downloader'
else
gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master' gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master'
gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git" gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master'
gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git" gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master'
end gem 'claide', :git => 'https://github.com/CocoaPods/CLAide.git', :branch => 'master'
gem "mocha" gem "mocha"
gem "bacon" gem "bacon"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment