bump selenium-webdriver
This commit is contained in:
parent
62c6ccdc56
commit
07b2ceaf69
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -176,7 +176,7 @@ group :test do
|
||||||
|
|
||||||
gem 'capybara', '1.1.3'
|
gem 'capybara', '1.1.3'
|
||||||
gem 'database_cleaner', '0.9.1'
|
gem 'database_cleaner', '0.9.1'
|
||||||
gem 'selenium-webdriver', '2.31.0'
|
gem 'selenium-webdriver', '2.32.1'
|
||||||
|
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ GEM
|
||||||
multipart-post (~> 1.1)
|
multipart-post (~> 1.1)
|
||||||
faraday_middleware (0.9.0)
|
faraday_middleware (0.9.0)
|
||||||
faraday (>= 0.7.4, < 0.9)
|
faraday (>= 0.7.4, < 0.9)
|
||||||
ffi (1.5.0)
|
ffi (1.7.0)
|
||||||
fixture_builder (0.3.5)
|
fixture_builder (0.3.5)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
|
|
@ -343,7 +343,7 @@ GEM
|
||||||
railties (~> 3.2.0)
|
railties (~> 3.2.0)
|
||||||
sass (>= 3.1.10)
|
sass (>= 3.1.10)
|
||||||
tilt (~> 1.3)
|
tilt (~> 1.3)
|
||||||
selenium-webdriver (2.31.0)
|
selenium-webdriver (2.32.1)
|
||||||
childprocess (>= 0.2.5)
|
childprocess (>= 0.2.5)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rubyzip
|
rubyzip
|
||||||
|
|
@ -472,7 +472,7 @@ DEPENDENCIES
|
||||||
rspec-rails (= 2.13.0)
|
rspec-rails (= 2.13.0)
|
||||||
ruby-oembed (= 0.8.8)
|
ruby-oembed (= 0.8.8)
|
||||||
sass-rails (= 3.2.6)
|
sass-rails (= 3.2.6)
|
||||||
selenium-webdriver (= 2.31.0)
|
selenium-webdriver (= 2.32.1)
|
||||||
sidekiq (= 2.10.0)
|
sidekiq (= 2.10.0)
|
||||||
spork (= 1.0.0rc3)
|
spork (= 1.0.0rc3)
|
||||||
timecop (= 0.6.1)
|
timecop (= 0.6.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue