Skip to content

v1.7.10

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 20:42
· 137 commits to main since this release
25b483f

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

If you already have an app deployed to Heroku you should change the order of your buildpacks. When you run heroku buildpacks you want to see heroku/nodejs before heroku/ruby. If that's not the case then you should run the following commands:

heroku buildpacks:remove heroku/ruby
heroku buildpacks:add heroku/ruby

When you run just heroku buildpacks you want to see output like this:

$ heroku buildpacks
=== bullettrain-co Buildpack URLs

1. heroku/nodejs
2. heroku/ruby

Full Changelog: v1.7.9...v1.7.10