cucumber-ruby-core
                                
                                 cucumber-ruby-core copied to clipboard
                                
                                    cucumber-ruby-core copied to clipboard
                            
                            
                            
                        Core library for the Ruby flavour of Cucumber
# Description Fix up a bunch more offenses ## Type of change Please delete options that are not relevant. - Refactoring (improvements to code design or tooling that don't change...
# Description Refactor `Test::Case` to use a new base class of `Value`, which encapsulates the idea of an immutable value object instantiated by keywords. This is very similar to the...
I've posted this question twice to the cucumber slack and no response, so asking here now. I was under the impression from the docs that I could use cucumber core...
cucumber-ruby-core depends on cucumber-gherkin and cucumber-messages. Cucumber-ruby too. They versions of those dependencies have to be kept in sync. That is responsible for major or minor version bump without any...
# Description Update to latest gherkin and messages conformance Update minimum ruby version Contributes towards fixing of https://github.com/cucumber/gherkin/issues/256 ## Type of change Please delete options that are not relevant. -...
# Description This PR updates and aligns the README with the one from [cucumber-ruby](https://github.com/cucumber/cucumber-ruby-core/blob/main/README.md) the following way: - Adds the proper Cucumber logo - Adds the `#StaneWithUkraine` label - Removes...
I wonder if it makes sense to upgrade the minimal Ruby version to Ruby 3.2? Ruby 3.0 is EOL since 2024-04-23 and Ruby 3.1 will be EOL 2025-03-31 and got...
# Description This pull request supports Ruby 3.5.0dev sicne Proc#source_location returns [path, start_line, start_column, end_line, end_column] This commit addresses the following spec failure with ruby 3.5.0dev since Proc#source_location returns [path,...
# Description This pull request adds Ruby 3.4 to GitHub Actions matrix. ## Type of change Please delete options that are not relevant. - Refactoring (improvements to code design or...