Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions ruby_on_rails/app_initialisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

## Default Rails setup

* Ensure that your asdf plugins are up to date with `asdf plugin update --all`.
* Ensure that your mise plugins are up to date with `mise plugin update`.

* Install the latest Ruby version with `asdf install ruby latest` (Check if it's [supported by Heroku](https://devcenter.heroku.com/articles/ruby-support#ruby-versions)).

* Switch your global Ruby to the fresh one: `asdf global ruby latest`.
* Ensure you are using the latest Ruby version globally (`mise use -g ruby@latest`) and that it is
supported by Deploio.

* Run `gem update --system` to update Ruby's default gems (e.g. `bundler`).

Expand Down