From c793e6a20d33bcccc2dd9def6c26c6a7a8575195 Mon Sep 17 00:00:00 2001 From: Erik Fonselius Date: Mon, 25 Apr 2011 16:40:57 +0200 Subject: [PATCH] Updated Capybara version --- Gemfile | 2 +- Gemfile.lock | 33 +++++++++++++++++---------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index ed17047f..1726323e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "http://rubygems.org" gem "rspec", :require => false -gem "capybara" +gem "capybara", :git => 'git://github.com/jnicklas/capybara.git' gem "sinatra", :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 7a3085e7..d3703803 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,22 @@ -GEM - remote: http://rubygems.org/ +GIT + remote: git://github.com/jnicklas/capybara.git + revision: aa5fefa385f3c0258c9271e29bda82b4a29d0b44 specs: - capybara (0.4.1.2) - celerity (>= 0.7.9) - culerity (>= 0.2.4) + capybara (1.0.0.beta1) mime-types (>= 1.16) nokogiri (>= 1.3.3) rack (>= 1.0.0) rack-test (>= 0.5.4) selenium-webdriver (>= 0.0.27) - xpath (~> 0.1.3) - celerity (0.8.8) - childprocess (0.1.7) - ffi (~> 0.6.3) - culerity (0.2.15) + xpath (~> 0.1.4) + +GEM + remote: http://rubygems.org/ + specs: + childprocess (0.1.8) + ffi (~> 1.0.6) diff-lcs (1.1.2) - ffi (0.6.3) + ffi (1.0.7) rake (>= 0.8.7) json_pure (1.5.1) mime-types (1.16) @@ -33,22 +34,22 @@ GEM diff-lcs (~> 1.1.2) rspec-mocks (2.5.0) rubyzip (0.9.4) - selenium-webdriver (0.1.3) - childprocess (~> 0.1.5) - ffi (~> 0.6.3) + selenium-webdriver (0.2.0) + childprocess (>= 0.1.7) + ffi (>= 1.0.7) json_pure rubyzip sinatra (1.1.2) rack (~> 1.1) tilt (~> 1.2) tilt (1.2.2) - xpath (0.1.3) + xpath (0.1.4) nokogiri (~> 1.3) PLATFORMS ruby DEPENDENCIES - capybara + capybara! rspec sinatra