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

bugfix: build failures #548

Closed luke-hill closed 2 years ago

luke-hill commented 2 years ago

Summary

Build failures fix - Primarily related to a couple of gems not liking ruby2 vs ruby3 syntax

Details

Motivation and Context

Fix stuff

How Has This Been Tested?

CI

Screenshots (if appropriate):

Types of changes

Checklist:

olleolleolle commented 2 years ago

🥇 Awesome fixing!

luke-hill commented 2 years ago

First of a few PR's to come in to fix things.