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

Remove support for Rails 4.2 #468

Closed luke-hill closed 4 years ago

luke-hill commented 4 years ago

In general: Remove rails 4.2 support from gem

Summary

Remove rails 4.2 from gem support. Requires 3 things.

Once this work has been done, we would then look to "soon" after remove 5.0 support.

Expected Behavior

5.0, 5.1, 5.2, 6.0 all supported

Current Behavior

4.2, 5.0, 5.1, 5.2, 6.0 all supported

Possible Solution

Fix stuff

Steps to Reproduce (for bugs)

Each PR to be done separate, culmination in a release of 2.1

Context & Motivation

Tidy up of old codebase

Your Environment

N/A