mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
d4eb0dc89e
Skipping over 2.4.0 to sidestep the `"symbol_from_string".to_sym.dup` bug. References #32028
16 lines
374 B
Markdown
16 lines
374 B
Markdown
## Rails 6.0.0.alpha (Unreleased) ##
|
|
|
|
* Rails 6 requires Ruby 2.4.1 or newer.
|
|
|
|
*Jeremy Daer*
|
|
|
|
* Fix minitest rails plugin.
|
|
|
|
The custom reporters are added only if needed.
|
|
|
|
This will fix conflicts with others plugins.
|
|
|
|
*Kevin Robatel*
|
|
|
|
|
|
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/railties/CHANGELOG.md) for previous changes.
|