Skip to content

Commit 2f90513

Browse files
authored
Merge pull request #568 from nearbycoder/master
Added `gem install bundler` within the instructions
2 parents 4fce622 + 812afbe commit 2f90513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sites/en/installfest/deploy_a_rails_app.step

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ step "Deploy your app to Heroku" do
8787
end
8888

8989
console <<-BASH
90+
gem install bundler
9091
bundle install --without production
9192
BASH
9293

0 commit comments

Comments
 (0)