updated the Gemfile to point to repo instead of path
This commit is contained in:
parent
6d5169d707
commit
f31a78f23f
4 changed files with 10 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -94,5 +94,5 @@ group :test do
|
||||||
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
||||||
gem 'fuubar'
|
gem 'fuubar'
|
||||||
|
|
||||||
gem 'diaspora-client', :path => '~/workspace/diaspora-client'
|
gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,9 @@ GIT
|
||||||
addressable (>= 2.1.1)
|
addressable (>= 2.1.1)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
|
|
||||||
PATH
|
GIT
|
||||||
remote: ~/workspace/diaspora-client
|
remote: git@github.com:diaspora/diaspora-client.git
|
||||||
|
revision: c84fe1090fcbc16407582deca804fad48bf11ead
|
||||||
specs:
|
specs:
|
||||||
diaspora-client (0.0.0)
|
diaspora-client (0.0.0)
|
||||||
activerecord
|
activerecord
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@ gem 'json'
|
||||||
gem 'shotgun'
|
gem 'shotgun'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
gem 'activerecord', '3.0.3'
|
gem 'activerecord', '3.0.3'
|
||||||
gem 'diaspora-client', :path => '~/workspace/diaspora-client'
|
gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
PATH
|
GIT
|
||||||
remote: ~/workspace/diaspora-client
|
remote: git@github.com:diaspora/diaspora-client.git
|
||||||
|
revision: c84fe1090fcbc16407582deca804fad48bf11ead
|
||||||
specs:
|
specs:
|
||||||
diaspora-client (0.0.0)
|
diaspora-client (0.0.0)
|
||||||
activerecord
|
activerecord
|
||||||
|
|
@ -20,13 +21,13 @@ GEM
|
||||||
arel (~> 2.0.2)
|
arel (~> 2.0.2)
|
||||||
tzinfo (~> 0.3.23)
|
tzinfo (~> 0.3.23)
|
||||||
activesupport (3.0.3)
|
activesupport (3.0.3)
|
||||||
addressable (2.2.6)
|
addressable (2.2.4)
|
||||||
arel (2.0.10)
|
arel (2.0.10)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
faraday (0.6.1)
|
faraday (0.6.1)
|
||||||
addressable (~> 2.2.4)
|
addressable (~> 2.2.4)
|
||||||
multipart-post (~> 1.1.0)
|
multipart-post (~> 1.1.0)
|
||||||
rack (>= 1.1.0, < 2)
|
rack (< 2, >= 1.1.0)
|
||||||
haml (3.0.18)
|
haml (3.0.18)
|
||||||
i18n (0.6.0)
|
i18n (0.6.0)
|
||||||
json (1.4.6)
|
json (1.4.6)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue