From ed19bfb2c8983c6ebbc317c2c3f7f16980b17372 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Sat, 14 Aug 2010 14:33:55 +0200 Subject: [PATCH] Use xpath gem from github, not local --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index b0fbe8c9..49537264 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source :gemcutter gemspec -gem 'xpath', :path => '../xpath' +gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git' diff --git a/Gemfile.lock b/Gemfile.lock index 55a38a8f..228bd9e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,14 @@ +GIT + remote: git://github.com/jnicklas/xpath.git + revision: 43959c0 + specs: + xpath (0.0.1) + PATH remote: . specs: capybara (0.3.9) + celerity (>= 0.7.9) culerity (>= 0.2.4) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -9,11 +16,6 @@ PATH rack-test (>= 0.5.4) selenium-webdriver (>= 0.0.3) -PATH - remote: /Users/jonas/Projects/xpath - specs: - xpath (0.0.1) - GEM remote: http://rubygems.org/ specs: @@ -22,19 +24,19 @@ GEM culerity (0.2.10) ffi (0.6.3) rake (>= 0.8.7) - json_pure (1.4.3) + json_pure (1.4.6) launchy (0.3.7) configuration (>= 0.0.5) rake (>= 0.8.1) mime-types (1.16) - nokogiri (1.4.2) + nokogiri (1.4.3.1) rack (1.2.1) rack-test (0.5.4) rack (>= 1.0) rake (0.8.7) rspec (1.3.0) rubyzip (0.9.4) - selenium-webdriver (0.0.26) + selenium-webdriver (0.0.27) ffi (>= 0.6.1) json_pure rubyzip