Skip to content

Commit 6e4ad04

Browse files
Warn folks to check they're in the right Gemfile.
1 parent a30dc36 commit 6e4ad04

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sites/curriculum/deploying_to_heroku.step

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ situation "First-time setup" do
1414
end
1515

1616
step "Edit the Gemfile" do
17+
important "Each application has its own `Gemfile`. Be sure you're opening the one inside your app's folder."
18+
1719
message "Heroku will run our application slightly differently than our development computer does, which requires us to make a small change to our `Gemfile`."
1820

1921
message "Open the file called `Gemfile` in Sublime Text, or your preferred editor, and find the line containing:"

sites/installfest/get_a_sticker.step

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ nothing to commit (working directory clean)"
184184
end
185185

186186
verify "heroku deploy" do
187+
important "Each application has its own `Gemfile`. Be sure you're opening the one inside your sticker app's folder."
187188

188189
message "Use your editor to open the Gemfile and find the line containing:"
189190

0 commit comments

Comments
 (0)