From 112a56a64801b2a64cec023d0e52f04131506044 Mon Sep 17 00:00:00 2001 From: Jon Rowe <hello@jonrowe.co.uk> Date: Sun, 3 Nov 2024 23:10:07 +0000 Subject: [PATCH] debug --- script/test_all | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test_all b/script/test_all index c02c1d3..a012e97 100755 --- a/script/test_all +++ b/script/test_all @@ -29,6 +29,7 @@ else if ruby -e "exit(RUBY_VERSION.to_f >= 3.4)"; then # This is a monkey patch to fix an issue with cucumber using outdated hash syntax, remove when cucumber is updated or ruby 3.4 released sed -i '$i\class Hash; alias :__initialize :initialize; def initialize(*args, **_kw, &block) = __initialize(*args, &block); end' bin/cucumber + cat bin/cucumber fi bundle exec cucumber --strict fi;