Skip to content

Commit 15cd2cf

Browse files
committed
Remove superfluous bundle before first 'rails server'
'rails new' should be doing all the bundling we need at this point.
1 parent 537b8fd commit 15cd2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/curriculum/running_your_application_locally.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ end
55

66
steps do
77
step do
8-
console "bundle\nrails server"
8+
console "rails server"
99
end
1010
step do
1111
text "Point your web browser to "

0 commit comments

Comments
 (0)