cucumber / cucumber-rails

Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner
https://github.com/cucumber/cucumber-rails
MIT License
1.03k stars 327 forks source link

Remove `mime-types`, `rexml`, and `webrick` runtime dependencies #559

Closed orien closed 1 year ago

orien commented 1 year ago

Summary

I notice cucumber-rails doesn't directly use the mime-types, rexml, and webrick gems.

Let's remove them from the gemspec to avoid forcing unnecessary dependencies on downstream projects.

How Has This Been Tested?

The automated test suite passes showing these gems are unneeded.

Types of changes

Checklist:

aslakhellesoy commented 1 year ago

Hi @orien,

Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾

In return for this generous offer we hope you will:

On behalf of the Cucumber core team, Aslak Hellesøy Creator of Cucumber