lewagon / setup

Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp
https://www.lewagon.com
18.29k stars 1.6k forks source link

Add instructions to update bundler #450

Closed ajdubovoy closed 8 months ago

ajdubovoy commented 8 months ago

Often students have to run these commands the first time they bundle install, so better to make them run it upfront probably.

resolve https://github.com/lewagon/fullstack-challenges/issues/2522

Eschults commented 8 months ago

👌

ElvisDot commented 7 months ago

The second command is bumping the bundler version in the Gemfile. Which is nice for rails projects. But in the current folder on setup day there is no Gemfile so it just fails with an error.

➜  /tmp bundle update --bundler
Could not locate Gemfile
ajdubovoy commented 7 months ago

Oh true you're absolutely right @ElvisDot will remove ASAP

ajdubovoy commented 7 months ago

Ok ^ that pr will remove 🚀