Skip to content

v1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 17:04
· 92 commits to main since this release
2992edb

Possible Breaking Change - Upgrade to Rails 8

Rails 8 includes the removal of some deprecated classes. This may cause problems if you have other gems that are relying on some of those classes.

For instance you may see an error like this:

LoadError: cannot load such file -- active_support/basic_object

or

LoadError: cannot load such file -- active_support/proxy_object

One gem that used to rely on those classes is jbuilder, so you might start by making sure it's up to date.

bundle update jbuilder --conservative

It's probably a good time to check for other gems that are out of date.

bundle outdated

Or you could just update everything.

bundle update

What's changed in bullet_train-core

Also check the corresponding release for the bullet_train-core repo:
https://github.com/bullet-train-co/bullet_train-core/releases

What's Changed

Full Changelog: v1.12.3...v1.13.0