aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli/update.rb
Commit message (Expand)AuthorAgeFilesLines
* Output post_install_message during updateJason King2016-12-081-1/+2
* DRY up some duplication between install and updateJason King2016-12-081-9/+1
* Auto merge of #5061 - chrismo:cons_outdated, r=indirectHomu2016-10-221-1/+1
|\
| * Enable cons updates in outdated and other fixes.chrismo2016-10-121-1/+1
* | Add bundle install conservative updating to updatechrismo2016-10-211-1/+2
|/
* Add conservative update options to bundle lockchrismo2016-10-041-7/+3
* [Installer] Load gem plugins when installingSamuel Giddins2016-09-071-3/+0
* [Definition] Validate platform in addition to rubySamuel Giddins2016-08-251-1/+1
* Auto merge of #4888 - bundler:seg-doctor, r=indirectHomu2016-08-201-1/+1
|\
| * [Update] Raise InvalidOption on duplicate patch level flagsSamuel Giddins2016-08-161-1/+1
* | Add FeatureFlag classSamuel Giddins2016-08-181-1/+1
|/
* Raise message on multiple optionschrismo2016-07-081-2/+3
* Hook-up `--strict` option, flesh out update specs.chrismo2016-07-081-1/+4
* Invalid level in GemVersionPromoter now raises.chrismo2016-07-081-1/+1
* GemVersionPromoter refactorchrismo2016-07-081-1/+1
* Rename UpdateOptions=>DependencySearchchrismo2016-07-081-1/+1
* RuboCop fixeschrismo2016-07-081-1/+1
* minor/patch resolution code invokable.chrismo2016-07-081-1/+2
* UpdateOptions added and passed thru all_the_thingschrismo2016-07-081-1/+3
* Starter update_specschrismo2016-07-081-1/+1
* Added spec for unlockingAsutosh Palai2016-07-031-0/+2
* Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-1/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+3
* Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-2/+2
* Bundle update groups should unlock gems, not sourcesCaden Lovelace2015-08-231-1/+1
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* allow cache path to be configuredAndre Arko2015-01-251-1/+1
* Refine completion messagesAndre Arko2014-11-281-1/+1
* hide all warnings when in --quiet modeAndre Arko2014-10-201-1/+1
* Raise GemfileLockNotFound only for non-full update.Josef Šimánek2014-01-271-4/+4
* Merge pull request #2840 from zizkovrb/bundle-update-messageAndre Arko2014-01-261-1/+6
* whitespace styleAndre Arko2014-01-261-2/+3
* Included Refactroing changes done to select_spec in commonSmit Shah2014-01-181-1/+2
* Removed trailing whitespacesSmit Shah2014-01-081-1/+1
* Refactored open and fixed few failing specsSmit Shah2014-01-081-1/+1
* Use *args instead of argsSmit Shah2014-01-081-1/+1
* Forgot to include new filesSmit Shah2014-01-081-2/+2
* Fixed failing specs on travisSmit Shah2014-01-081-2/+2
* Refactored CLI clean commandSmit Shah2014-01-081-2/+16
* Refactored init, check, install, update, show, outdated, cache andSmit Shah2014-01-081-0/+52