[ARVADOS] updated: 1.1.3-171-g9384e98
Git user
git at public.curoverse.com
Fri Mar 9 14:38:34 EST 2018
Summary of changes:
apps/workbench/Gemfile | 4 +++-
apps/workbench/Gemfile.lock | 8 +++++---
2 files changed, 8 insertions(+), 4 deletions(-)
via 9384e98ddf8c7d43a903558341bd14a03a260092 (commit)
from 68a21fcc6249024d3c0d39da9fbc6ae727fcda45 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9384e98ddf8c7d43a903558341bd14a03a260092
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Fri Mar 9 16:38:11 2018 -0300
12737: Avoid upgrading to selenium 3.x
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index 5327cc8..a4338d0 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -41,7 +41,9 @@ end
group :test, :diagnostics, :performance do
gem 'minitest', '~> 5.10.3'
- gem 'selenium-webdriver'
+ # Selenium-webdriver 3.x is producing problems like the one described here:
+ # https://stackoverflow.com/questions/41310586/ruby-selenium-webdriver-unable-to-find-mozilla-geckodriver
+ gem 'selenium-webdriver', '~> 2.53.1'
gem 'capybara'
gem 'poltergeist'
gem 'headless'
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index b19947c..e005d7d 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -234,9 +234,10 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
- selenium-webdriver (3.10.0)
+ selenium-webdriver (2.53.4)
childprocess (~> 0.5)
- rubyzip (~> 1.2)
+ rubyzip (~> 1.0)
+ websocket (~> 1.0)
signet (0.8.1)
addressable (~> 2.3)
faraday (~> 0.9)
@@ -268,6 +269,7 @@ GEM
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
+ websocket (1.2.5)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
@@ -319,7 +321,7 @@ DEPENDENCIES
safe_yaml
sass
sass-rails
- selenium-webdriver
+ selenium-webdriver (~> 2.53.1)
simplecov (~> 0.7)
simplecov-rcov
sshkey
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list