You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rails new: add x86_64-linux and aarch64-linux platforms by default
Ref: rails#47479
The vast majority of apps will be deployed on Linux, so might as
well initialize the Gemfile.lock with these platforms. This will
save users from having to do it themselves when they push to
GitHub Actions or similar platforms.
0 commit comments