Skip to content

Instantly share code, notes, and snippets.

@vicmaster
Created July 29, 2014 08:06
Show Gist options
  • Save vicmaster/a2b082fe5359dffacf06 to your computer and use it in GitHub Desktop.
Save vicmaster/a2b082fe5359dffacf06 to your computer and use it in GitHub Desktop.
bundle

Update a specific source (and all gems associated with it)

$ bundle update --source=SOURCE

The name of a :git or :path source used in the Gemfile. For instance, with a :git source of http://github.com/rails/rails.git, you would call bundle update --source rails.

For example if you want to update from local source

$ bundle update --source=:path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment