You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update dependency of a few associated cucumber sub-gems ([#1715](https://github.com/cucumber/cucumber-ruby/pull/1715)[luke-hill](https://github.com/luke-hill))
18
18
19
19
### Fixed
20
-
- Cucumber was unable to generate the correct `VERSION` constant ([PR#1729](https://github.com/cucumber/cucumber-ruby/pull/1729)[luke-hill](https://github.com/luke-hill))
20
+
- Cucumber was unable to generate the correct `VERSION` constant ([#1729](https://github.com/cucumber/cucumber-ruby/pull/1729)[luke-hill](https://github.com/luke-hill))
21
21
22
22
## [9.0.0] - 2023-08-31
23
23
### Added
@@ -30,27 +30,80 @@ with [mini_mime](https://rubygems.org/gems/mini_mime)
- Cucumber may raise NoMethodError when CUCUMBER_COLORS environment was set ([PR#1641](https://github.com/cucumber/cucumber-ruby/pull/1641/)[s2k](https://github.com/s2k))
33
+
- Cucumber may raise NoMethodError when CUCUMBER_COLORS environment was set ([#1641](https://github.com/cucumber/cucumber-ruby/pull/1641/)[s2k](https://github.com/s2k))
34
34
35
35
### Removed
36
-
- Removed support for Ruby 2.6 and JRuby 9.3 ([PR#1699](https://github.com/cucumber/cucumber-ruby/pull/1699))
36
+
- Removed support for Ruby 2.6 and JRuby 9.3 ([#1699](https://github.com/cucumber/cucumber-ruby/pull/1699))
37
37
38
38
## [8.0.0] - 2022-05-19
39
39
### Added
40
40
- Add a _WARNING_ message when using a space-separated string with cucumber_opts
0 commit comments