mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #45387 from bradpurchase/contrib-guide-update-rails-dev-box-section
Update Contributing to Ruby on Rails guide to specify that rails-dev-box will not work with any Apple silicon Mac
This commit is contained in:
commit
741dcf405b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ If you have [Visual Studio Code](https://code.visualstudio.com) and [Docker](htt
|
|||
|
||||
#### Using rails-dev-box
|
||||
|
||||
It's also possible to use the [rails-dev-box](https://github.com/rails/rails-dev-box) to get a development environment ready. However, the rails-dev-box uses Vagrant and Virtual Box which will not work with the M1 processors.
|
||||
It's also possible to use the [rails-dev-box](https://github.com/rails/rails-dev-box) to get a development environment ready. However, the rails-dev-box uses Vagrant and Virtual Box which will not work on Macs with Apple silicon.
|
||||
|
||||
#### Local Development
|
||||
|
||||
|
|
Loading…
Reference in a new issue