summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/update.rb
Commit message (Expand)AuthorAgeFilesLines
* Delay deprecation of `bundle config` and `bundle update` without argsundeprecate_argless_config_and_updateDavid Rodríguez2019-12-131-1/+1
* Merge #7149Bundlerbot2019-05-031-10/+19
|\
| * Properly detect the platform mismatch casefix_bundle_update_crashDavid Rodríguez2019-04-281-2/+9
| * Remame variable to be more accurateDavid Rodríguez2019-04-281-5/+5
| * Fix crash when dependency is for another platformDavid Rodríguez2019-04-281-10/+8
| * Move local variables to where they are usedDavid Rodríguez2019-04-281-6/+8
| * Add some whitespace for readabilityDavid Rodríguez2019-04-281-0/+2
* | Fix message about skipped groups for `bundle update`proper_group_skip_message_for_bundle_updateDavid Rodríguez2019-04-281-1/+1
|/
* Merge #6329Bundlerbot2019-04-241-6/+17
|\
| * Grab previous sources early enough (before they change)seg-no-warning-when-updating-sha-not-versionDavid Rodríguez2019-04-131-4/+12
| * Remove unneeded checkDavid Rodríguez2019-04-131-1/+1
| * Early return earlier to further simplifyDavid Rodríguez2019-04-131-2/+2
| * Rename variables to make code more clearDavid Rodríguez2019-04-131-6/+6
| * [Update] Stop printing “failed to update” message when changing sourcesSamuel Giddins2019-04-131-0/+3
* | Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
|/
* Reword bundle update regression messageRalph2018-07-061-1/+1
* Respect --conservative flag when updating a dependency groupGrey Baker2018-06-061-2/+2
* Fix NoMethodError during `bundle update --group`Matt Brictson2017-11-081-1/+3
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-3/+1
* Auto merge of #5956 - bundler:seg-bundle-update-bundler-no-reresolve, r=indirectThe Bundler Bot2017-08-271-1/+2
|\
| * [Update] Avoid a normal update when running with only --bundlerseg-bundle-update-bundler-no-reresolveSamuel Giddins2017-08-201-1/+2
* | Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-1/+1
|/
* [Update] Warn when an explicitly updated spec does not get a newer versionseg-explicit-update-warningSamuel Giddins2017-07-271-0/+15
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-1/+1
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-191-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Add `—all` flag to `bundle update`Samuel Giddins2017-06-141-1/+12
* [CLI::Common] Extract update lockfile checking logicseg-lock-update-missingSamuel Giddins2017-06-011-6/+1
* 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 installingseg-load-gem-plugins-on-installSamuel 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 classseg-feature-flagSamuel 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