From 5312a097b38073aa55f855a49352a27a913384c9 Mon Sep 17 00:00:00 2001 From: Yecheng Fu Date: Sun, 25 Nov 2018 09:45:01 +0800 Subject: [PATCH] Update ruby gems --- tests/Gemfile | 6 +++--- tests/Gemfile.lock | 52 ++++++++++++++++++++++++++-------------------- 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/tests/Gemfile b/tests/Gemfile index 26cb8c1..8b333ee 100644 --- a/tests/Gemfile +++ b/tests/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'cucumber', '~> 2.4.0' -gem 'net-dns', '~> 0.8.0' -gem 'aruba', '~> 0.14.2' \ No newline at end of file +gem 'cucumber', '~> 3.1.2' +gem 'aruba', '~> 0.14.6' +gem 'net-dns' \ No newline at end of file diff --git a/tests/Gemfile.lock b/tests/Gemfile.lock index 998f392..61384b9 100644 --- a/tests/Gemfile.lock +++ b/tests/Gemfile.lock @@ -1,47 +1,53 @@ GEM remote: https://rubygems.org/ specs: - aruba (0.14.2) - childprocess (~> 0.5.6) + aruba (0.14.6) + childprocess (>= 0.6.3, < 0.10.0) contracts (~> 0.9) cucumber (>= 1.3.19) ffi (~> 1.9.10) rspec-expectations (>= 2.99) thor (~> 0.19) - builder (3.2.2) - childprocess (0.5.9) + backports (3.11.4) + builder (3.2.3) + childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) - contracts (0.14.0) - cucumber (2.4.0) + contracts (0.16.0) + cucumber (3.1.2) builder (>= 2.1.2) - cucumber-core (~> 1.5.0) + cucumber-core (~> 3.2.0) + cucumber-expressions (~> 6.0.1) cucumber-wire (~> 0.0.1) - diff-lcs (>= 1.1.3) - gherkin (~> 4.0) + diff-lcs (~> 1.3) + gherkin (~> 5.1.0) multi_json (>= 1.7.5, < 2.0) multi_test (>= 0.1.2) - cucumber-core (1.5.0) - gherkin (~> 4.0) + cucumber-core (3.2.1) + backports (>= 3.8.0) + cucumber-tag_expressions (~> 1.1.0) + gherkin (~> 5.0) + cucumber-expressions (6.0.1) + cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - diff-lcs (1.2.5) - ffi (1.9.14) - gherkin (4.0.0) - multi_json (1.12.1) + diff-lcs (1.3) + ffi (1.9.25) + gherkin (5.1.0) + multi_json (1.13.1) multi_test (0.1.2) - net-dns (0.8.0) - rspec-expectations (3.5.0) + net-dns (0.9.0) + rspec-expectations (3.8.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - thor (0.19.1) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) + thor (0.20.3) PLATFORMS ruby DEPENDENCIES - aruba (~> 0.14.2) - cucumber (~> 2.4.0) - net-dns (~> 0.8.0) + aruba (~> 0.14.6) + cucumber (~> 3.1.2) + net-dns BUNDLED WITH 1.13.6