Skip to content

Commit b055a32

Browse files
committed
Drop git dependency for cucumber in favour of released
1 parent 285ddb2 commit b055a32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Gemfile

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ 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-
2319
custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
2420
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)
2521

0 commit comments

Comments
 (0)