From f31a78f23f5766b6890dbfbd9836e7c3cd0cd4fd Mon Sep 17 00:00:00 2001 From: Ilya Zhitomirskiy <ilya@laptop.(none)> Date: Thu, 9 Jun 2011 17:42:33 -0700 Subject: [PATCH] updated the Gemfile to point to repo instead of path --- Gemfile | 2 +- Gemfile.lock | 5 +++-- spec/chubbies/Gemfile | 2 +- spec/chubbies/Gemfile.lock | 9 +++++---- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 44dc2e6dba..69413e3a16 100644 --- a/Gemfile +++ b/Gemfile @@ -94,5 +94,5 @@ group :test do gem 'rspec-instafail', '>= 0.1.7', :require => false gem 'fuubar' - gem 'diaspora-client', :path => '~/workspace/diaspora-client' + gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git' end diff --git a/Gemfile.lock b/Gemfile.lock index 4b7d8d3018..b59cc2ebe3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,8 +37,9 @@ GIT addressable (>= 2.1.1) eventmachine (>= 0.12.9) -PATH - remote: ~/workspace/diaspora-client +GIT + remote: git@github.com:diaspora/diaspora-client.git + revision: c84fe1090fcbc16407582deca804fad48bf11ead specs: diaspora-client (0.0.0) activerecord diff --git a/spec/chubbies/Gemfile b/spec/chubbies/Gemfile index 4fe4235ac9..2a4a280318 100644 --- a/spec/chubbies/Gemfile +++ b/spec/chubbies/Gemfile @@ -7,4 +7,4 @@ gem 'json' gem 'shotgun' gem 'sqlite3' gem 'activerecord', '3.0.3' -gem 'diaspora-client', :path => '~/workspace/diaspora-client' +gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git' diff --git a/spec/chubbies/Gemfile.lock b/spec/chubbies/Gemfile.lock index 7012943171..632b8aec0b 100644 --- a/spec/chubbies/Gemfile.lock +++ b/spec/chubbies/Gemfile.lock @@ -1,5 +1,6 @@ -PATH - remote: ~/workspace/diaspora-client +GIT + remote: git@github.com:diaspora/diaspora-client.git + revision: c84fe1090fcbc16407582deca804fad48bf11ead specs: diaspora-client (0.0.0) activerecord @@ -20,13 +21,13 @@ GEM arel (~> 2.0.2) tzinfo (~> 0.3.23) activesupport (3.0.3) - addressable (2.2.6) + addressable (2.2.4) arel (2.0.10) builder (2.1.2) faraday (0.6.1) addressable (~> 2.2.4) multipart-post (~> 1.1.0) - rack (>= 1.1.0, < 2) + rack (< 2, >= 1.1.0) haml (3.0.18) i18n (0.6.0) json (1.4.6) -- GitLab