Remove some unnecessary things in testing
I removed Ansible and watir-performance. Need to figure out a way to upgrade ruby gems from 2.6 to 2.7
From cd520499c452f2e03b514f9e5b456fa61222f551 Mon Sep 17 00:00:00 2001
From: Bruce Becker <brucellino@gmail.com>
Date: Tue, 9 Oct 2018 16:27:31 +0200
Subject: [PATCH] Remove some unnecessary things in testing
I removed Ansible and watir-performance.
Need to figure out a way to upgrade ruby gems from 2.6 to
2.7
diff --git a/.travis.yml b/.travis.yml
index 4e57eef..107f5e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_install:
- sudo apt-get install ruby ruby-dev
- gem -v
install:
- - pip install ansible
+ # - pip install ansible
- pip install yamllint
- bundle
before_script:
diff --git a/Gemfile b/Gemfile
index c0110a0..d8bc694 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,4 @@ group :test do
gem 'watir'
end
-gem "watir-performance", "~> 0.6.3"
-
gem "selenium-webdriver", "~> 3.14"
diff --git a/Gemfile.lock b/Gemfile.lock
index 0a8b9d1..3856a09 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -5,17 +5,17 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
awesome_print (1.8.0)
- aws-sdk (2.11.144)
- aws-sdk-resources (= 2.11.144)
- aws-sdk-core (2.11.144)
+ aws-sdk (2.11.145)
+ aws-sdk-resources (= 2.11.145)
+ aws-sdk-core (2.11.145)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
- aws-sdk-resources (2.11.144)
- aws-sdk-core (= 2.11.144)
+ aws-sdk-resources (2.11.145)
+ aws-sdk-core (= 2.11.145)
aws-sigv4 (1.0.3)
azure_graph_rbac (0.17.0)
ms_rest_azure (~> 0.11.0)
- azure_mgmt_resources (0.17.1)
+ azure_mgmt_resources (0.17.2)
ms_rest_azure (~> 0.11.0)
backports (3.11.4)
builder (3.2.3)
@@ -221,8 +221,6 @@ GEM
unicode-display_width (1.4.0)
watir (6.14.0)
selenium-webdriver (~> 3.4, >= 3.4.1)
- watir-performance (0.6.3)
- watir (~> 6.10)
winrm (2.2.3)
builder (>= 2.1.2)
erubis (~> 2.7)
@@ -251,7 +249,6 @@ DEPENDENCIES
rubocop
selenium-webdriver (~> 3.14)
watir
- watir-performance (~> 0.6.3)
BUNDLED WITH
1.16.3