Skip to content
Merged
Changes from 1 commit
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
6 changes: 2 additions & 4 deletions ruby_on_rails/app_initialisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

## 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` (Check if it's [supported by Heroku](https://devcenter.heroku.com/articles/ruby-support#ruby-versions)).

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

Expand Down