From 276eee5955844e2216feb8685b0970340fae710d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 18 Sep 2017 14:18:16 +0200 Subject: [PATCH] Fixed selenium gem version to make ci tests working again. --- Gemfile | 2 +- Gemfile.lock | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f0a730fc3..356bc0c67 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ group :development, :test do gem 'coveralls', require: false # UI tests w/ Selenium - gem 'selenium-webdriver' + gem 'selenium-webdriver', '2.53.4' # livereload on template changes (html, js, css) gem 'guard', require: false diff --git a/Gemfile.lock b/Gemfile.lock index e53b997d9..81c5c7655 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -378,6 +378,7 @@ GEM selenium-webdriver (2.53.4) childprocess (~> 0.5) rubyzip (~> 1.0) + websocket (~> 1.0) shellany (0.0.1) simple-rss (1.3.1) simple_oauth (0.3.1) @@ -448,6 +449,7 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff + websocket (1.2.4) websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) @@ -521,7 +523,7 @@ DEPENDENCIES rubocop rubyntlm! sass-rails - selenium-webdriver + selenium-webdriver (= 2.53.4) simple-rss simplecov simplecov-rcov