cucumber / cucumber-rails

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

Add support for Ruby 3 #517

Closed aurelien-reeves closed 3 years ago

aurelien-reeves commented 3 years ago

Attempt to add support for Ruby 3.

I've added a new entry in the build matrix. Ruby 3 is only properly supported with Rails 6.1.

I have updated the runtime dependencies in the gemspec. I have tried other ways without success.

olleolleolle commented 3 years ago

🥳