Skip to content

Commit 727faf4

Browse files
committed
^ Update cucumber 1.x > 9.x to fix failure in ruby 3.4
1 parent b2ffcca commit 727faf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
group :test do
88
gem "aruba"
9-
gem "cucumber", "~> 1.3.20"
9+
gem "cucumber", "~> 9.2"
1010
gem "rspec"
1111

1212
gem "rubocop", ">= 1.0.0"

0 commit comments

Comments
 (0)