From 3b28c9633f43e3d7aaa7793939f0ced9c2521703 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 21:47:13 +0000 Subject: [PATCH] Update dependency cucumber to v9 --- testdata/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/Gemfile b/testdata/Gemfile index e3ce2d9..af5f4ff 100644 --- a/testdata/Gemfile +++ b/testdata/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "cucumber", "~> 8.0.0" +gem "cucumber", "~> 9.0.0" gem "cucumber-compatibility-kit", "~> 9.0" gem "json" gem "rspec"