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
In specific:
- Do not test Rails 7.0 against 3.3
- Allow 8.0 in gemspec, by relaxing the upper constraint to `< 8.1`.
Rails uses shifted SemVer, so `8.1` is considered a Major.
- Conditionally load the sqlite3 gem based on the Rails version.
- Conditionally load selenium webdriver gem based on the Rails version.
- Simplify error page assertions to account for variations in
apostrophes, as "We're sorry" changed to "We`re sorry" in Rails 8.
References:
- https://guides.rubyonrails.org/maintenance_policy.html#versioning
- rails/rails#53045Close#589
# Ruby 3.0+ doesn't work with Rails 5.2: https://github.com/rails/rails/issues/40938
47
47
# Ruby 3.1+ has a conflicting Psych version with Rails 6.x: https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ This file is intended to be modified using the [`changelog`](https://github.com/
9
9
10
10
## [Unreleased]
11
11
12
+
- Add support for Rails 8.0 (No code changes required) [#590](https://github.com/cucumber/cucumber-rails/pull/590)
13
+
12
14
## [3.0.1] - 2024-11-05
13
15
### Changed
14
16
- Add support for Rails 7.2 / Ruby 3.3 (No code changes required) [#586](https://github.com/cucumber/cucumber-rails/pull/586)[#588](https://github.com/cucumber/cucumber-rails/pull/588)
0 commit comments