Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename outdated_gems_list | David Rodríguez | 2019-10-12 | 1 | -8/+8 |
* | Make hash alignment style more diff-friendly | David Rodríguez | 2019-10-12 | 1 | -4/+6 |
* | Extract table header to a method | David Rodríguez | 2019-10-12 | 1 | -4/+7 |
* | Improve readability of outdated | Todd Lynam | 2019-10-12 | 2 | -0/+34 |
* | Bump vendored fileutils to 1.3.0next_fileutils | David Rodríguez | 2019-10-04 | 2 | -109/+132 |
* | Fix typo | Igor Zubkov | 2019-10-03 | 1 | -1/+1 |
* | Fix typo | Igor Zubkov | 2019-10-03 | 1 | -1/+1 |
* | Merge #7368 | Bundlerbot | 2019-09-29 | 1 | -1/+1 |
|\ | |||||
| * | Bump version to latest pre-releasebump_version_to_latest_pre | David Rodríguez | 2019-09-27 | 1 | -1/+1 |
* | | Fix outdated regression with groupless dependenciesfix_outdated_regression | David Rodríguez | 2019-09-27 | 1 | -5/+5 |
|/ | |||||
* | Merge #7361 | Bundlerbot | 2019-09-27 | 2 | -6/+15 |
|\ | |||||
| * | Add caller information to some deprecation messagesadd_info_to_some_deprecation_messages | David Rodríguez | 2019-09-23 | 2 | -6/+15 |
* | | Remove unnecessary `outdated_gems_by_groups`refactor_outdated | David Rodríguez | 2019-09-25 | 1 | -6/+2 |
* | | Remove some artificial line breaks | David Rodríguez | 2019-09-25 | 1 | -4/+2 |
* | | Remove unnecessary `next` | David Rodríguez | 2019-09-25 | 1 | -2/+0 |
* | | Invert yet another `if` to `unless` for readability | David Rodríguez | 2019-09-25 | 1 | -1/+1 |
* | | Merge condition to a single line | David Rodríguez | 2019-09-25 | 1 | -2/+1 |
* | | Unify to a single `next` call | David Rodríguez | 2019-09-25 | 1 | -2/+2 |
* | | Move local variable to where it's used | David Rodríguez | 2019-09-25 | 1 | -1/+2 |
* | | Invert another `if` for readability | David Rodríguez | 2019-09-25 | 1 | -1/+1 |
* | | Traverse `outdated_gems_by_groups` in a simpler way | David Rodríguez | 2019-09-25 | 1 | -2/+1 |
* | | There should be no `nil` keys here | David Rodríguez | 2019-09-25 | 1 | -1/+1 |
* | | Spare a local variable | David Rodríguez | 2019-09-25 | 1 | -2/+1 |
* | | Little reformat | David Rodríguez | 2019-09-25 | 1 | -1/+1 |
* | | `unless` is much more readable than `if` here | David Rodríguez | 2019-09-25 | 1 | -1/+1 |
* | | Little optimization to `bundle outdated` | David Rodríguez | 2019-09-25 | 1 | -1/+2 |
* | | SImplify outdated command | David Rodríguez | 2019-09-25 | 1 | -6/+2 |
|/ | |||||
* | Add guard as same as `==` | Kazuhiro NISHIYAMA | 2019-09-05 | 1 | -0/+1 |
* | Merge #7340 | Bundlerbot | 2019-09-04 | 1 | -1/+1 |
|\ | |||||
| * | Fix `bundle clean` regression | David Rodríguez | 2019-09-01 | 1 | -1/+1 |
* | | Fix a couple of bundler issues with keyword argument separation | Jeremy Evans | 2019-08-30 | 1 | -1/+6 |
|/ | |||||
* | Merge #7307 | Bundlerbot | 2019-08-27 | 1 | -3/+5 |
|\ | |||||
| * | Fix --path option descriptions | David Rodríguez | 2019-08-16 | 1 | -2/+2 |
| * | Deprecate `--path` flag to `bundle check` | David Rodríguez | 2019-08-16 | 1 | -0/+2 |
| * | Fix remembered flag deprecation message | David Rodríguez | 2019-08-16 | 1 | -1/+1 |
* | | Revert "Add all platforms to lockfile by default"undo_auto_multiplatform | David Rodríguez | 2019-08-26 | 2 | -9/+1 |
* | | Revert "Remove now meaningless warning" | David Rodríguez | 2019-08-26 | 1 | -1/+11 |
* | | Revert "Remove now meaningless setting" | David Rodríguez | 2019-08-26 | 2 | -1/+2 |
* | | Revert "Remove now unused method" | David Rodríguez | 2019-08-26 | 1 | -0/+4 |
* | | Merge #7324 | Bundlerbot | 2019-08-23 | 2 | -7/+7 |
|\ \ | |||||
| * | | Fix some bundler specs (#2380) | David Rodríguez | 2019-08-23 | 2 | -7/+7 |
* | | | Fix comments and messages to refer to https url | Takayuki Nakata | 2019-08-21 | 7 | -10/+10 |
|/ / | |||||
* | | Merge #7312 | Bundlerbot | 2019-08-18 | 2 | -6/+2 |
|\ \ | |||||
| * | | Remove old rubies stuff no longer needed | David Rodríguez | 2019-08-18 | 2 | -6/+2 |
* | | | Merge #7274 | Bundlerbot | 2019-08-18 | 4 | -15/+10 |
|\ \ \ | |||||
| * | | | No need to activate the `fileutils` default gem | David Rodríguez | 2019-08-17 | 1 | -6/+1 |
| * | | | Last relative requires | David Rodríguez | 2019-08-17 | 3 | -9/+9 |
| |/ / | |||||
* | | | Merge #7302 | Bundlerbot | 2019-08-17 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Bundler displays a duplicate gem entries warning even if gems only appear onc... | David Stosik | 2019-08-15 | 1 | -1/+1 |
* | | | | Merge #7309 | Bundlerbot | 2019-08-17 | 1 | -1/+1 |
|\ \ \ \ |