[ARVADOS] updated: 1.1.3-172-g11ebfd6
Git user
git at public.curoverse.com
Fri Mar 9 16:22:18 EST 2018
Summary of changes:
apps/workbench/Gemfile | 6 +++---
apps/workbench/Gemfile.lock | 22 +++++++++++-----------
2 files changed, 14 insertions(+), 14 deletions(-)
via 11ebfd6f35231691e2e10f9bf57c5af41d47d512 (commit)
from 9384e98ddf8c7d43a903558341bd14a03a260092 (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 11ebfd6f35231691e2e10f9bf57c5af41d47d512
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Fri Mar 9 18:21:52 2018 -0300
12737: Try pinning all testing gems
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 a4338d0..1e9a5cc 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -44,9 +44,9 @@ group :test, :diagnostics, :performance do
# 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'
+ gem 'capybara', '~> 2.5.0'
+ gem 'poltergeist', '~> 1.5.1'
+ gem 'headless', '~> 1.0.2'
end
group :test, :performance do
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index e005d7d..93a92ce 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -67,13 +67,12 @@ GEM
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
- capybara (2.18.0)
- addressable
- mini_mime (>= 0.1.3)
+ capybara (2.5.0)
+ mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
- xpath (>= 2.0, < 4.0)
+ xpath (~> 2.0)
childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
@@ -115,7 +114,7 @@ GEM
os (~> 0.9)
signet (~> 0.7)
grease (0.3.1)
- headless (2.3.1)
+ headless (1.0.2)
highline (1.7.10)
httpclient (2.8.3)
i18n (0.9.5)
@@ -182,9 +181,10 @@ GEM
actionpack
activesupport
rails (>= 3.0.0)
- poltergeist (1.17.0)
+ poltergeist (1.5.1)
capybara (~> 2.1)
cliver (~> 0.3.1)
+ multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
public_suffix (3.0.2)
rack (1.5.5)
@@ -274,8 +274,8 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
wiselinks (1.2.1)
- xpath (3.0.0)
- nokogiri (~> 1.8)
+ xpath (2.1.0)
+ nokogiri (~> 1.3)
PLATFORMS
ruby
@@ -290,11 +290,11 @@ DEPENDENCIES
bootstrap-tab-history-rails
bootstrap-x-editable-rails
byebug
- capybara
+ capybara (~> 2.5.0)
coffee-rails
deep_merge
flamegraph
- headless
+ headless (~> 1.0.2)
httpclient (~> 2.5)
jquery-rails
less
@@ -310,7 +310,7 @@ DEPENDENCIES
oj
passenger
piwik_analytics
- poltergeist
+ poltergeist (~> 1.5.1)
rack-mini-profiler
rails (< 4.2)
rails-perftest
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list