Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Updated Capybara version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fonsan committed Apr 25, 2011
1 parent 1f671ca commit c793e6a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 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

33 changes: 17 additions & 16 deletions 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)
Expand All @@ -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

0 comments on commit c793e6a

Please sign in to comment.