Skip to content

Commit 28fcc3a

Browse files
committed
Update setup.md for Rails 7.0
1 parent 2edf32e commit 28fcc3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ In the future we'd like to provide it fully packaged inside a Docker container,
1414

1515
Shipit provides you with a Rails template. To bootstrap your Shipit installation:
1616

17-
1. If you don't have Rails installed, run this command: `gem install rails -v 6.1`
18-
2. Run this command: `rails _6.1_ new shipit --skip-action-cable --skip-turbolinks --skip-action-mailer --skip-active-storage --skip-webpack-install --skip-action-mailbox --skip-action-text -m https://raw.githubusercontent.com/Shopify/shipit-engine/master/template.rb`
17+
1. If you don't have Rails installed, run this command: `gem install rails -v 7.0`
18+
2. Run this command: `rails _7.0_ new shipit --skip-action-cable --skip-turbolinks --skip-action-mailer --skip-active-storage --skip-webpack-install --skip-action-mailbox --skip-action-text -m https://raw.githubusercontent.com/Shopify/shipit-engine/master/template.rb`
1919

2020
## Creating the GitHub App
2121

0 commit comments

Comments
 (0)