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
|
group :test do
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
gem 'fixture_builder', '~> 0.2.0'
|
gem 'fixture_builder', '~> 0.2.0'
|
||||||
gem 'selenium-webdriver', '0.1.4'
|
gem 'selenium-webdriver', '0.1.3'
|
||||||
gem 'capybara', '~> 0.3.9'
|
gem 'capybara', '~> 0.3.9'
|
||||||
gem 'cucumber-rails', '0.3.2'
|
gem 'cucumber-rails', '0.3.2'
|
||||||
gem 'rspec', '>= 2.0.0'
|
gem 'rspec', '>= 2.0.0'
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -136,8 +136,8 @@ GEM
|
||||||
ohai (>= 0.5.7)
|
ohai (>= 0.5.7)
|
||||||
rest-client (< 1.7.0, >= 1.0.4)
|
rest-client (< 1.7.0, >= 1.0.4)
|
||||||
uuidtools
|
uuidtools
|
||||||
childprocess (0.1.8)
|
childprocess (0.1.7)
|
||||||
ffi (~> 1.0.6)
|
ffi (~> 0.6.3)
|
||||||
closure-compiler (1.0.0)
|
closure-compiler (1.0.0)
|
||||||
cloudfiles (1.4.10)
|
cloudfiles (1.4.10)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
|
|
@ -176,7 +176,7 @@ GEM
|
||||||
faraday (~> 0.5.4)
|
faraday (~> 0.5.4)
|
||||||
fastercsv (1.5.4)
|
fastercsv (1.5.4)
|
||||||
fastthread (1.0.7)
|
fastthread (1.0.7)
|
||||||
ffi (1.0.7)
|
ffi (0.6.3)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
fixture_builder (0.2.0)
|
fixture_builder (0.2.0)
|
||||||
fog (0.3.25)
|
fog (0.3.25)
|
||||||
|
|
@ -352,9 +352,9 @@ GEM
|
||||||
selenium-client (1.2.18)
|
selenium-client (1.2.18)
|
||||||
selenium-rc (2.3.2)
|
selenium-rc (2.3.2)
|
||||||
selenium-client (>= 1.2.18)
|
selenium-client (>= 1.2.18)
|
||||||
selenium-webdriver (0.1.4)
|
selenium-webdriver (0.1.3)
|
||||||
childprocess (>= 0.1.7)
|
childprocess (~> 0.1.5)
|
||||||
ffi (>= 1.0.7)
|
ffi (~> 0.6.3)
|
||||||
json_pure
|
json_pure
|
||||||
rubyzip
|
rubyzip
|
||||||
simple_oauth (0.1.4)
|
simple_oauth (0.1.4)
|
||||||
|
|
@ -436,7 +436,7 @@ DEPENDENCIES
|
||||||
rspec-instafail (>= 0.1.7)
|
rspec-instafail (>= 0.1.7)
|
||||||
rspec-rails (>= 2.0.0)
|
rspec-rails (>= 2.0.0)
|
||||||
ruby-debug
|
ruby-debug
|
||||||
selenium-webdriver (= 0.1.4)
|
selenium-webdriver (= 0.1.3)
|
||||||
thin (= 1.2.8)
|
thin (= 1.2.8)
|
||||||
twitter!
|
twitter!
|
||||||
typhoeus
|
typhoeus
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue