Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump vendored fileutils to 1.3.0next_fileutils | David Rodríguez | 2019-10-04 | 3 | -112/+132 |
* | Merge #7374 | Bundlerbot | 2019-10-03 | 3 | -7/+7 |
|\ | |||||
| * | Fix typo | Igor Zubkov | 2019-10-03 | 1 | -1/+1 |
| * | Fix typo | Igor Zubkov | 2019-10-03 | 3 | -6/+6 |
| * | Fix typo | Igor Zubkov | 2019-10-03 | 3 | -4/+4 |
|/ | |||||
* | Merge #7372 | Bundlerbot | 2019-10-02 | 50 | -50/+50 |
|\ | |||||
| * | October manpagesoctober_manpages | David Rodríguez | 2019-10-01 | 50 | -50/+50 |
|/ | |||||
* | 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 |
* | | Merge #7370 | Bundlerbot | 2019-09-29 | 2 | -6/+39 |
|\ \ | |||||
| * | | Fix outdated regression with groupless dependenciesfix_outdated_regression | David Rodríguez | 2019-09-27 | 2 | -5/+38 |
| * | | Improve one spec description | David Rodríguez | 2019-09-27 | 1 | -1/+1 |
| |/ | |||||
* | | Merge #7362 | Bundlerbot | 2019-09-28 | 2 | -14/+32 |
|\ \ | |/ |/| | |||||
| * | Avoid printing deprecation messages during specsfix_warnings | David Rodríguez | 2019-09-26 | 1 | -8/+18 |
| * | Fix warning during ruby_version specs | David Rodríguez | 2019-09-26 | 1 | -6/+14 |
* | | Merge #7361 | Bundlerbot | 2019-09-27 | 3 | -11/+24 |
|\ \ | |||||
| * | | Add caller information to some deprecation messagesadd_info_to_some_deprecation_messages | David Rodríguez | 2019-09-23 | 3 | -11/+24 |
* | | | Merge #7365 | Bundlerbot | 2019-09-26 | 2 | -33/+20 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Remove unnecessary `outdated_gems_by_groups`refactor_outdated | David Rodríguez | 2019-09-25 | 1 | -6/+2 |
| * | | Indentation fixes | David Rodríguez | 2019-09-25 | 1 | -8/+8 |
| * | | 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 |
|/ / | |||||
* | | Merge #7364 | Bundlerbot | 2019-09-25 | 1 | -1/+5 |
|\ \ | |||||
| * | | Properly expand rubygems path when not in the root folderfollow_up_to_rgv_handling_refactor | David Rodríguez | 2019-09-24 | 1 | -1/+3 |
| * | | Properly version target rubygems when RGV is a path | David Rodríguez | 2019-09-24 | 1 | -0/+2 |
| |/ | |||||
* | | Merge #7360 | Bundlerbot | 2019-09-24 | 4 | -4/+2 |
|\ \ | |/ |/| | |||||
| * | Consistenly use the default RSpec formatternormalize_rspec_formatter | David Rodríguez | 2019-09-23 | 4 | -4/+2 |
|/ | |||||
* | Merge #7296 | Bundlerbot | 2019-09-22 | 21 | -131/+175 |
|\ | |||||
| * | Remove no longer needed rubygems updateremove_with_rubygems | David Rodríguez | 2019-09-19 | 1 | -3/+0 |
| * | Always go through our `rake` binstub in TravisCI | David Rodríguez | 2019-09-19 | 1 | -5/+6 |
| * | Only change cloned copy version if necessary | David Rodríguez | 2019-09-19 | 1 | -2/+15 |
| * | Replace `with_rubygems` script | David Rodríguez | 2019-09-19 | 14 | -121/+132 |
| * | Move some global requires to their few usages | David Rodríguez | 2019-09-18 | 7 | -3/+11 |
| * | Reuse existing helper | David Rodríguez | 2019-09-17 | 1 | -6/+8 |
| * | Consistenly pass strings to `run` helper | David Rodríguez | 2019-09-17 | 1 | -5/+5 |
| * | Move require to the only file that needs it | David Rodríguez | 2019-09-17 | 2 | -1/+2 |
| * | Explicitly require test helpers | David Rodríguez | 2019-09-17 | 1 | -4/+15 |
| * | Remove duplicated condition | David Rodríguez | 2019-09-17 | 1 | -1/+1 |
|/ |