Skip to content

Commit b66fca7

Browse files
author
Jenna Vuong
authored
clarify bundle install command
clarify what `bundle install --without production` means; it means we are bundling without the gems in the group `production`.
1 parent 5541140 commit b66fca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sites/en/intro-to-rails/_deploying_to_heroku.step

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ end
3030
step "Apply the Gemfile changes" do
3131
console "bundle install --without production"
3232
message "Every time the `Gemfile` changes, you need to run ``bundle install`` for the changes to be processed. The processed version of the changes is stored in another file called ``Gemfile.lock``."
33+
message "Here we are bundling without the gems in the group ``production``."
3334
end
3435

3536
step "Commit the Gemfile changes" do

0 commit comments

Comments
 (0)