From 7fc022a9b9f8833c3025c34d7f7bae4dc3cc6a74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu>
Date: Sun, 9 Nov 2014 19:33:26 +0100
Subject: [PATCH] bump selenium-webdriver

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 7f6ffffd05..3483291d54 100644
--- a/Gemfile
+++ b/Gemfile
@@ -216,7 +216,7 @@ group :test do
 
   gem 'capybara',           '2.4.4'
   gem 'database_cleaner',   '1.3.0'
-  gem 'selenium-webdriver', '2.43.0'
+  gem 'selenium-webdriver', '2.44.0'
 
   # General helpers
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 4d42c8088e..f5e5f20748 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -455,7 +455,7 @@ GEM
       sass (~> 3.2.2)
       sprockets (~> 2.8, < 2.12)
       sprockets-rails (~> 2.0)
-    selenium-webdriver (2.43.0)
+    selenium-webdriver (2.44.0)
       childprocess (~> 0.5)
       multi_json (~> 1.0)
       rubyzip (~> 1.0)
@@ -618,7 +618,7 @@ DEPENDENCIES
   rspec-rails (= 3.1.0)
   ruby-oembed (= 0.8.11)
   sass-rails (= 4.0.4)
-  selenium-webdriver (= 2.43.0)
+  selenium-webdriver (= 2.44.0)
   sidekiq (= 3.2.5)
   sidetiq (= 0.6.3)
   simple_captcha2 (= 0.3.2)
-- 
GitLab