From ba80cb57e776ef7d4ba2bc0f3aecd7abe87b5c47 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 19 Jul 2019 13:15:59 -0400 Subject: [PATCH] Upgraded childprocess and aruba gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1509e7a..34163c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,8 +41,8 @@ GEM addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) - aruba (0.14.10) - childprocess (>= 0.6.3, < 1.1.0) + aruba (0.14.11) + childprocess (>= 0.6.3, < 3.0.0) contracts (~> 0.9) cucumber (>= 1.3.19) ffi (~> 1.9) @@ -69,7 +69,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - childprocess (1.0.1) + childprocess (2.0.0) rake (< 13.0) cliver (0.3.2) coderay (1.1.2)