Skip to content

Commit

Permalink
Drop git dependency for cucumber in favour of released
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jan 17, 2025
1 parent 285ddb2 commit b055a32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ gem 'ffi', '> 1.15.5'
gem 'rake', '> 12'
gem 'rubocop', '~> 1.28.2'

if RUBY_VERSION.to_f > 3.3
gem 'cucumber', git: 'https://github.com/cucumber/cucumber-ruby', branch: 'main'
end

custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)

Expand Down

0 comments on commit b055a32

Please sign in to comment.