summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-122-0/+34
* Bump vendored fileutils to 1.3.0next_fileutilsDavid Rodríguez2019-10-042-109/+132
* Fix typoIgor Zubkov2019-10-031-1/+1
* Fix typoIgor Zubkov2019-10-031-1/+1
* Merge #7368Bundlerbot2019-09-291-1/+1
|\
| * Bump version to latest pre-releasebump_version_to_latest_preDavid Rodríguez2019-09-271-1/+1
* | Fix outdated regression with groupless dependenciesfix_outdated_regressionDavid Rodríguez2019-09-271-5/+5
|/
* Merge #7361Bundlerbot2019-09-272-6/+15
|\
| * Add caller information to some deprecation messagesadd_info_to_some_deprecation_messagesDavid Rodríguez2019-09-232-6/+15
* | 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
* | Invert another `if` for readabilityDavid Rodríguez2019-09-251-1/+1
* | Traverse `outdated_gems_by_groups` in a simpler wayDavid Rodríguez2019-09-251-2/+1
* | There should be no `nil` keys hereDavid Rodríguez2019-09-251-1/+1
* | Spare a local variableDavid Rodríguez2019-09-251-2/+1
* | Little reformatDavid Rodríguez2019-09-251-1/+1
* | `unless` is much more readable than `if` hereDavid Rodríguez2019-09-251-1/+1
* | Little optimization to `bundle outdated`David Rodríguez2019-09-251-1/+2
* | SImplify outdated commandDavid Rodríguez2019-09-251-6/+2
|/
* Add guard as same as `==`Kazuhiro NISHIYAMA2019-09-051-0/+1
* Merge #7340Bundlerbot2019-09-041-1/+1
|\
| * Fix `bundle clean` regressionDavid Rodríguez2019-09-011-1/+1
* | Fix a couple of bundler issues with keyword argument separationJeremy Evans2019-08-301-1/+6
|/
* Merge #7307Bundlerbot2019-08-271-3/+5
|\
| * Fix --path option descriptionsDavid Rodríguez2019-08-161-2/+2
| * Deprecate `--path` flag to `bundle check`David Rodríguez2019-08-161-0/+2
| * Fix remembered flag deprecation messageDavid Rodríguez2019-08-161-1/+1
* | Revert "Add all platforms to lockfile by default"undo_auto_multiplatformDavid Rodríguez2019-08-262-9/+1
* | Revert "Remove now meaningless warning"David Rodríguez2019-08-261-1/+11
* | Revert "Remove now meaningless setting"David Rodríguez2019-08-262-1/+2
* | Revert "Remove now unused method"David Rodríguez2019-08-261-0/+4
* | Merge #7324Bundlerbot2019-08-232-7/+7
|\ \
| * | Fix some bundler specs (#2380)David Rodríguez2019-08-232-7/+7
* | | Fix comments and messages to refer to https urlTakayuki Nakata2019-08-217-10/+10
|/ /