bump selenium-webdriver
This commit is contained in:
parent
ba70f2293e
commit
743fc70999
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -201,7 +201,7 @@ group :test do
|
|||
|
||||
gem 'capybara', '2.4.1'
|
||||
gem 'database_cleaner', '1.3.0'
|
||||
gem 'selenium-webdriver', '2.42.0'
|
||||
gem 'selenium-webdriver', '2.43.0'
|
||||
|
||||
# General helpers
|
||||
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -421,11 +421,11 @@ GEM
|
|||
sass (~> 3.2.0)
|
||||
sprockets (~> 2.8, <= 2.11.0)
|
||||
sprockets-rails (~> 2.0)
|
||||
selenium-webdriver (2.42.0)
|
||||
childprocess (>= 0.5.0)
|
||||
selenium-webdriver (2.43.0)
|
||||
childprocess (~> 0.5)
|
||||
multi_json (~> 1.0)
|
||||
rubyzip (~> 1.0)
|
||||
websocket (~> 1.0.4)
|
||||
websocket (~> 1.0)
|
||||
sidekiq (3.2.3)
|
||||
celluloid (>= 0.15.2)
|
||||
connection_pool (>= 2.0.0)
|
||||
|
|
@ -487,7 +487,7 @@ GEM
|
|||
webmock (1.18.0)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
websocket (1.0.7)
|
||||
websocket (1.2.1)
|
||||
will_paginate (3.0.7)
|
||||
xpath (2.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
|
|
@ -571,7 +571,7 @@ DEPENDENCIES
|
|||
rspec-rails (= 3.1.0)
|
||||
ruby-oembed (= 0.8.10)
|
||||
sass-rails (= 4.0.3)
|
||||
selenium-webdriver (= 2.42.0)
|
||||
selenium-webdriver (= 2.43.0)
|
||||
sidekiq (= 3.2.3)
|
||||
simple_captcha2 (= 0.3.2)
|
||||
sinatra (= 1.3.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue