v1.13.0
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
- [ruby] Update all Bundler dependencies (2024-12-21) by @depfu in #1833
- [js] Update all Yarn dependencies (2024-12-21) by @depfu in #1834
- [js] Update all Yarn dependencies (2024-12-22) by @depfu in #1837
- [ruby] Update all Bundler dependencies (2024-12-22) by @depfu in #1836
- Set the stack in app.json by @jagthedrummer in #1832
- [ruby] Update all Bundler dependencies (2024-12-23) by @depfu in #1838
- Rails 8.0.1 by @jagthedrummer in #1824
- BT-Core version bump: - 1.13.0 by @jagthedrummer in #1839
Full Changelog: v1.12.3...v1.13.0