From 3f99a9696bcd7d7f5e9d9dc1d8336b1a165f678a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 03:50:32 +0000 Subject: [PATCH] Update dependency cucumber-compatibility-kit to v16 --- testdata/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/Gemfile b/testdata/Gemfile index e3ce2d9..2c26c3c 100644 --- a/testdata/Gemfile +++ b/testdata/Gemfile @@ -5,6 +5,6 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "cucumber", "~> 8.0.0" -gem "cucumber-compatibility-kit", "~> 9.0" +gem "cucumber-compatibility-kit", "~> 16.0" gem "json" gem "rspec"