After two and half years of development from more than 800 people having staggering 7275 commits, Rails 6 is released. Time to upgrade 😁 Check out the release notes and upgrading guide to know more.
Rails now works with sass-rails 6.0. sass-rails 6 wraps sassc-rails gem under the hood. This new version stops usage of outdated and unsupported ruby-sass gem.
This fixes a race condition in system tests where prepared statements can be incorrectly parameterized when multiple threads observe the mutation of the @prepared_statements instance variable on the connection.