summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
Commit message (Expand)AuthorAgeFilesLines
* minor language tweaks, small code refactorcolby/bundle-gem-ciAndre Arko2020-03-071-27/+20
* update question textColby Swandale2020-02-091-1/+1
* add new option for choosing a CI sevice in bundle gem commandColby Swandale2020-02-091-2/+48
* Update GitHub URLs in error messages.Ellen Marie Dash2020-02-011-2/+2
* Merge #5521Bundlerbot2020-01-081-7/+14
|\
| * bundler gem: Support test-unit as a testing frameworkKouhei Sutou2019-12-111-7/+14
* | Unify deployment setting and flagimprove_deployment_flagDavid Rodríguez2019-12-311-2/+3
* | Fix another silent rubygems issuefix_another_silent_rubygems_issueDavid Rodríguez2019-12-161-12/+3
* | Delay deprecation of `bundle config` and `bundle update` without argsundeprecate_argless_config_and_updateDavid Rodríguez2019-12-132-2/+2
|/
* Fix shelling out to rubygems being silentDavid Rodríguez2019-11-181-3/+12
* Merge #7423Bundlerbot2019-11-091-0/+5
|\
| * Ignore local overrides for bundle pristinefatkodima2019-11-061-0/+5
* | Merge #6455Bundlerbot2019-11-081-1/+10
|\ \
| * | [CLI::Gem] Add a --rubocop optionsegiddins/bundle-gem-rubocop-optionSamuel Giddins2019-10-191-1/+10
* | | Merge #7393Bundlerbot2019-11-061-0/+1
|\ \ \ | |_|/ |/| |
| * | Make bundle add caches newly added gems when needed.André Luis Leal Cardoso Junior2019-11-041-0/+1
| |/
* | Merge #7404Bundlerbot2019-11-041-9/+11
|\ \
| * | Support multiple groups for --without-group and --only-group options in bundl...fatkodima2019-11-011-9/+11
* | | Merge #7401Bundlerbot2019-11-041-7/+0
|\ \ \ | |/ / |/| |
| * | More cleanupDavid Rodríguez2019-10-311-7/+0
* | | Merge #7376Bundlerbot2019-10-301-0/+7
|\ \ \ | |/ / |/| |
| * | Remove respond_to? check for metadata methodOrien Madgwick2019-10-211-1/+1
| * | bundle info prints gem metadataOrien Madgwick2019-10-061-0/+7
* | | Normalize "bundle cache" vs "bundle package"normalize_bundle_cacheDavid Rodríguez2019-10-201-2/+2
| |/ |/|
* | Rename "Locked" to "Current"David Rodríguez2019-10-121-1/+1
* | Normalize `bundle outdated --verbose` option handlingDavid Rodríguez2019-10-121-2/+2
* | Inline one methodDavid Rodríguez2019-10-121-7/+3
* | Don't include table header when orderingDavid Rodríguez2019-10-121-4/+7
* | Remove --pretty option and make it the defaultDavid Rodríguez2019-10-121-27/+36
* | Strip row trailing spacesDavid Rodríguez2019-10-121-1/+1
* | Move row justification logic to a methodDavid Rodríguez2019-10-121-5/+7
* | Consistenly pass strings to method that prints a tableDavid Rodríguez2019-10-121-3/+3
* | Change "Installed" column to "Locked"David Rodríguez2019-10-121-1/+1
* | Change "Load Path" header to just "Path"David Rodríguez2019-10-121-1/+1
* | Remove outdated headerDavid Rodríguez2019-10-121-12/+0
* | Change "New" header to "Latest"David Rodríguez2019-10-121-1/+1
* | Change "Gem Name" header to just "Gem"David Rodríguez2019-10-121-1/+1
* | Add a bit more space between columnsDavid Rodríguez2019-10-121-1/+1
* | Rename outdated_gems_listDavid Rodríguez2019-10-121-8/+8
* | Make hash alignment style more diff-friendlyDavid Rodríguez2019-10-121-4/+6
* | Extract table header to a methodDavid Rodríguez2019-10-121-4/+7
* | Improve readability of outdatedTodd Lynam2019-10-121-0/+33
|/
* Fix outdated regression with groupless dependenciesfix_outdated_regressionDavid Rodríguez2019-09-271-5/+5
* Remove unnecessary `outdated_gems_by_groups`refactor_outdatedDavid Rodríguez2019-09-251-6/+2
* Remove some artificial line breaksDavid Rodríguez2019-09-251-4/+2
* Remove unnecessary `next`David Rodríguez2019-09-251-2/+0
* Invert yet another `if` to `unless` for readabilityDavid Rodríguez2019-09-251-1/+1
* Merge condition to a single lineDavid Rodríguez2019-09-251-2/+1
* Unify to a single `next` callDavid Rodríguez2019-09-251-2/+2
* Move local variable to where it's usedDavid Rodríguez2019-09-251-1/+2