Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Commit

Permalink
Updated Capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Jun 14, 2011
1 parent 95d7d64 commit 4215301
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ end
group :test do
gem 'factory_girl_rails', '~> 1.0.1'
gem 'bourne', '~> 1.0'
gem 'capybara', :git => 'https://github.com/jnicklas/capybara.git'
gem 'capybara', '~> 1.0.0'
gem 'database_cleaner', '~> 0.6.0'
gem 'timecop', '~> 0.3.5'
gem 'email_spec', '~> 1.1'
Expand Down
23 changes: 9 additions & 14 deletions Gemfile.lock
@@ -1,15 +1,3 @@
GIT
remote: https://github.com/jnicklas/capybara.git
revision: 36a0aa942b27e142cc72260f9ccf051999627769
specs:
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.2.0)
xpath (~> 0.1.4)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -45,6 +33,13 @@ GEM
bourne (1.0)
mocha (= 0.9.8)
builder (2.1.2)
capybara (1.0.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 0.2.0)
xpath (~> 0.1.4)
childprocess (0.1.9)
ffi (~> 1.0.6)
chunky_png (1.2.0)
Expand Down Expand Up @@ -137,7 +132,7 @@ GEM
archive-tar-minitar (>= 0.5.2)
rubyzip (0.9.4)
sass (3.1.1)
selenium-webdriver (0.2.0)
selenium-webdriver (0.2.1)
childprocess (>= 0.1.7)
ffi (>= 1.0.7)
json_pure
Expand All @@ -159,7 +154,7 @@ PLATFORMS

DEPENDENCIES
bourne (~> 1.0)
capybara!
capybara (~> 1.0.0)
compass (~> 0.11.1)
database_cleaner (~> 0.6.0)
email_spec (~> 1.1)
Expand Down

0 comments on commit 4215301

Please sign in to comment.