Skip to content

Commit 4ffd358

Browse files
committed
* Use new released version of cucumber 9 for ruby 3.4 instead of git
1 parent e242853 commit 4ffd358

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Gemfile

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

77
group :test do
88
gem "aruba"
9-
if RUBY_VERSION >= "3.4"
10-
# Cucumber is broken on Ruby 3.4, requires the fix in
11-
# https://github.com/cucumber/cucumber-ruby/pull/1757
12-
gem "cucumber", ">= 9.2", git: "https://github.com/cucumber/cucumber-ruby", ref: "a468bc682eec68ef5b5660a17c4c0e7e52cfc67b"
13-
else
14-
gem "cucumber", "~> 9.2"
15-
end
9+
gem "cucumber", ">= 9.2.1"
1610
gem "rspec"
1711

1812
gem "rubocop", ">= 1.0.0"

0 commit comments

Comments
 (0)