summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add all platforms to lockfile by default"undo_auto_multiplatformDavid Rodríguez2019-08-261-2/+0
* Fix comments and messages to refer to https urlTakayuki Nakata2019-08-211-1/+1
* Merge #7312Bundlerbot2019-08-181-1/+1
|\
| * Remove old rubies stuff no longer neededDavid Rodríguez2019-08-181-1/+1
* | Merge #7309Bundlerbot2019-08-171-1/+1
|\ \
| * | Fix `bundle doctor` commandfix_bundle_doctorDavid Rodríguez2019-08-161-1/+1
| |/
* | Move local variable to only branch where it's usedissue-4436David Rodríguez2019-08-161-1/+1
* | Fix open default gem errorZehan Zhao2019-08-161-5/+9
|/
* Add `--[no-]git` option to `bundle gem`git_option_to_bundle_gemDavid Rodríguez2019-07-311-1/+1
* Merge #7123Bundlerbot2019-07-311-77/+77
|\
| * Add exclamation mark to methodDavid Rodríguez2019-07-241-2/+2
| * Move `strict` to an attributeDavid Rodríguez2019-07-241-8/+8
| * Extract some methodsDavid Rodríguez2019-07-241-19/+31
| * Unfold message to single line for readabilityDavid Rodríguez2019-07-241-2/+1
| * Extract a `print_gems` methodGuillermo Guerrero2019-07-241-16/+13
| * Less complexityGuillermo Guerrero2019-07-241-15/+8
| * Move more locals to attributesDavid Rodríguez2019-07-241-10/+11
| * Move `any?` logic to the attributeDavid Rodríguez2019-07-241-5/+3
| * Move `options_include_groups` to an attributeDavid Rodríguez2019-07-241-5/+5
* | Prefer feature flag to harcoded checkDavid Rodríguez2019-07-241-1/+1
|/
* Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-1/+1
* Alias `cache` to `package` nowadd_package_functionality_to_cacheDavid Rodríguez2019-07-151-36/+0
* Remove `cache_command_is_package` feature flagDavid Rodríguez2019-07-151-1/+1
* Add all platforms to lockfile by defaultDavid Rodríguez2019-07-101-0/+2
* Don't persist the cache_all_platforms settingseg-package-all-platforms-withoutDavid Rodríguez2019-07-051-2/+4
* [Package] Dont always update on --all-platformsSamuel Giddins2019-07-051-4/+1
* Merge #7118Bundlerbot2019-05-091-16/+27
|\
| * Improve if clause.Guillermo Guerrero2019-05-081-1/+1
| * Remove if.Guillermo Guerrero2019-04-121-4/+2
| * Run method refactors, move to functions.Guillermo Guerrero2019-04-121-9/+21
| * Move version to attr_readerGuillermo Guerrero2019-04-121-3/+2
| * Add cli refactorsGuillermo Guerrero2019-04-121-9/+11
* | 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
* | | Merge #7150Bundlerbot2019-04-303-6/+7
|\ \ \
| * | | Fix message about skipped groups for `bundle update`proper_group_skip_message_for_bundle_updateDavid Rodríguez2019-04-283-6/+7
| |/ /
* | | Merge #7140Bundlerbot2019-04-291-6/+1
|\ \ \
| * | | Get `bundle exec` respecting proc titlesfix_exec_proc_titleDavid Rodríguez2019-04-261-6/+1
| |/ /
* | | Merge #7063Bundlerbot2019-04-281-2/+6
|\ \ \ | |/ / |/| |
| * | Small fix with plural.Guillermo Guerrero2019-04-281-2/+6
| |/
* | 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