Skip to content

Commit daae082

Browse files
committed
Try cucumber from head
1 parent 65d2eb2 commit daae082

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ gem 'ffi', '> 1.15.5'
1616
gem 'rake', '> 12'
1717
gem 'rubocop', '~> 1.28.2'
1818

19+
if RUBY_VERSION.to_f > 3.3
20+
gem 'cucumber', git: 'https://github.com/cucumber/cucumber-ruby', branch: 'main'
21+
end
22+
1923
custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
2024
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)
2125

0 commit comments

Comments
 (0)