Revert "update selenium-webdriver to 0.1.4,fixes #829"
This reverts commit eddd8d969f.
This commit is contained in:
parent
5c4979ccf0
commit
36a262a3ad
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -73,7 +73,7 @@ end
|
|||
group :test do
|
||||
gem 'factory_girl_rails'
|
||||
gem 'fixture_builder', '~> 0.2.0'
|
||||
gem 'selenium-webdriver', '0.1.4'
|
||||
gem 'selenium-webdriver', '0.1.3'
|
||||
gem 'capybara', '~> 0.3.9'
|
||||
gem 'cucumber-rails', '0.3.2'
|
||||
gem 'rspec', '>= 2.0.0'
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -136,8 +136,8 @@ GEM
|
|||
ohai (>= 0.5.7)
|
||||
rest-client (< 1.7.0, >= 1.0.4)
|
||||
uuidtools
|
||||
childprocess (0.1.8)
|
||||
ffi (~> 1.0.6)
|
||||
childprocess (0.1.7)
|
||||
ffi (~> 0.6.3)
|
||||
closure-compiler (1.0.0)
|
||||
cloudfiles (1.4.10)
|
||||
mime-types (>= 1.16)
|
||||
|
|
@ -176,7 +176,7 @@ GEM
|
|||
faraday (~> 0.5.4)
|
||||
fastercsv (1.5.4)
|
||||
fastthread (1.0.7)
|
||||
ffi (1.0.7)
|
||||
ffi (0.6.3)
|
||||
rake (>= 0.8.7)
|
||||
fixture_builder (0.2.0)
|
||||
fog (0.3.25)
|
||||
|
|
@ -352,9 +352,9 @@ GEM
|
|||
selenium-client (1.2.18)
|
||||
selenium-rc (2.3.2)
|
||||
selenium-client (>= 1.2.18)
|
||||
selenium-webdriver (0.1.4)
|
||||
childprocess (>= 0.1.7)
|
||||
ffi (>= 1.0.7)
|
||||
selenium-webdriver (0.1.3)
|
||||
childprocess (~> 0.1.5)
|
||||
ffi (~> 0.6.3)
|
||||
json_pure
|
||||
rubyzip
|
||||
simple_oauth (0.1.4)
|
||||
|
|
@ -436,7 +436,7 @@ DEPENDENCIES
|
|||
rspec-instafail (>= 0.1.7)
|
||||
rspec-rails (>= 2.0.0)
|
||||
ruby-debug
|
||||
selenium-webdriver (= 0.1.4)
|
||||
selenium-webdriver (= 0.1.3)
|
||||
thin (= 1.2.8)
|
||||
twitter!
|
||||
typhoeus
|
||||
|
|
|
|||
Loading…
Reference in a new issue