Skip to content

Commit d42403f

Browse files
authored
MONGOID-5496: Update Rails 7 Tutorial (#5515)
* Remove `--skip-bundle` from _Optionally Skip Tests_ section
1 parent a270847 commit d42403f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/getting-started-rails7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ and ``--skip-system-test`` options:
6969

7070
.. code-block:: sh
7171

72-
rails new blog --skip-bundle --skip-active-record --skip-test --skip-system-test
72+
rails new blog --skip-active-record --skip-test --skip-system-test
7373
cd blog
7474

7575
Setup Mongoid

0 commit comments

Comments
 (0)