Commit 5334e67b authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Use dependencies directly from gemspec.

parent ce84e18e
source "http://rubygems.org" source "http://rubygems.org"
gem "colored" gemspec
gem "escape"
gem "json"
gem "open4"
gem "faraday", ">= 0.8.1"
gem "octokit"
group :development do group :development do
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git", :branch => "develop" gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git", :branch => "develop"
......
...@@ -5,6 +5,19 @@ GIT ...@@ -5,6 +5,19 @@ GIT
specs: specs:
xcodeproj (0.2.0.rc2) xcodeproj (0.2.0.rc2)
PATH
remote: .
specs:
cocoapods (0.6.0.rc2)
colored (~> 1.2)
escape (~> 0.0.4)
faraday (~> 0.8.1)
json (~> 1.7.3)
octokit (~> 1.7.0)
open4 (~> 1.3.0)
rake (~> 0.9.0)
xcodeproj (~> 0.2.0.rc1)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
...@@ -59,15 +72,10 @@ PLATFORMS ...@@ -59,15 +72,10 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
awesome_print awesome_print
bacon bacon
colored cocoapods!
escape
faraday (>= 0.8.1)
github-markup github-markup
json
kicker kicker
mocha-on-bacon mocha-on-bacon
octokit
open4
pry pry
rake rake
rb-fsevent rb-fsevent
......
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