From e33db02d517c08380e57d1f965f9f8317f6feb02 Mon Sep 17 00:00:00 2001 From: Thomas Powell Date: Thu, 15 Aug 2024 13:59:20 -0400 Subject: [PATCH] Reset cucumber requirement Signed-off-by: Thomas Powell --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8e2158bb6..24b9021b5 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ end group :development do gem "aruba", "~> 0.10" # Stay below 1 until aruba/in_process monkeypatching stops gem "debug" - gem "cucumber", ">1.0.5", "< 4.0" # until we identify what is generating the ~@no_run tag in CI + gem "cucumber", "< 4.0" # until we identify what is generating the ~@no_run tag in CI gem "cucumber-expressions", "= 5.0.13" gem "chef-zero", ">= 4.0" gem "dep_selector", ">= 1.0"