Skip to content

Commit 812afbe

Browse files
committed
Added gem install bundler within the instructions
Recently at RailsBridge Tulsa's first class we ran into an issue where bundler was not installed. The students on had to first run `gem install bundler` in order to run `bundle install --without production`. This addition should help prevent problems in the future.
1 parent 4fce622 commit 812afbe

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)