From 743fc709990483577988d0aeb01980e2bd469515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 12 Sep 2014 21:59:19 +0200 Subject: [PATCH] bump selenium-webdriver --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 8700f37da..98237968c 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 4a5470b38..5d94af88e 100644 --- a/Gemfile.lock +++ b/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)