We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d2eb2 commit daae082Copy full SHA for daae082
Gemfile
@@ -16,6 +16,10 @@ gem 'ffi', '> 1.15.5'
16
gem 'rake', '> 12'
17
gem 'rubocop', '~> 1.28.2'
18
19
+if RUBY_VERSION.to_f > 3.3
20
+ gem 'cucumber', git: 'https://github.com/cucumber/cucumber-ruby', branch: 'main'
21
+end
22
+
23
custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
24
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)
25
0 commit comments