1
0
Fork 0
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:
Yasuo Honda 2022-06-18 00:12:48 +09:00 committed by GitHub
commit 741dcf405b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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