From 65fe3ad202a90700a329f1325aaf6fe011988c7d Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Sun, 12 Apr 2015 22:03:46 +0200 Subject: [PATCH 1/2] remove outdated comment The comment is outdated in the sense that the limitation to versions lower than 2.14 was dropped three years ago (ca7d81d). In other words, tracks used newer versions for quite a while now, so this comment does not make sense anymore. --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 43905e49..3200899a 100644 --- a/Gemfile +++ b/Gemfile @@ -65,8 +65,6 @@ group :test do gem "aruba", ">=0.5.4", :require => false - # Note that > 2.14 has problems, see: - # https://code.google.com/p/selenium/issues/detail?id=3075 gem "selenium-webdriver" # uncomment to use the webkit option. This depends on Qt being installed From 675f1224b4ec191ad98ec87c99072160e8f3a028 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Sun, 12 Apr 2015 22:09:56 +0200 Subject: [PATCH 2/2] use newer version to fix problems with firefox 35+ selenium-webdriver older than 2.45 does not work with firefox 35 and newer --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3200899a..d6db1b01 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :test do gem "aruba", ">=0.5.4", :require => false - gem "selenium-webdriver" + gem "selenium-webdriver", '>=2.45' # uncomment to use the webkit option. This depends on Qt being installed # gem "capybara-webkit" diff --git a/Gemfile.lock b/Gemfile.lock index b4db27c5..176b9a16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM sass (~> 3.2.2) sprockets (~> 2.8, < 2.12) sprockets-rails (~> 2.0) - selenium-webdriver (2.43.0) + selenium-webdriver (2.45.0) childprocess (~> 0.5) multi_json (~> 1.0) rubyzip (~> 1.0) @@ -235,7 +235,7 @@ DEPENDENCIES rspec-expectations sanitize sass-rails (~> 4.0) - selenium-webdriver + selenium-webdriver (>= 2.45) simplecov spring spring-commands-cucumber