Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Alias `cache` to `package` nowadd_package_functionality_to_cache | David Rodríguez | 2019-07-15 | 2 | -51/+1 |
* | Remove `cache_command_is_package` feature flag | David Rodríguez | 2019-07-15 | 6 | -16/+4 |
* | Always keep `bundle package --all` option | David Rodríguez | 2019-07-15 | 1 | -4/+3 |
* | Fix incorrect flag usage | David Rodríguez | 2019-07-15 | 1 | -1/+1 |
* | Remove redundant condition | David Rodríguez | 2019-07-15 | 1 | -4/+2 |
* | Merge #7247 | Bundlerbot | 2019-07-12 | 6 | -27/+9 |
|\ | |||||
| * | Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_support | David Rodríguez | 2019-07-11 | 5 | -26/+8 |
| * | Correct a rubygems test filter | David Rodríguez | 2019-07-11 | 1 | -1/+1 |
| * | Remove unnecessary test filter | David Rodríguez | 2019-07-11 | 1 | -1/+1 |
* | | Merge #7246 | Bundlerbot | 2019-07-11 | 2 | -12/+4 |
|\ \ | |/ |/| | |||||
| * | Change the refresh spec to not use `stubs_for`no_need_to_make_gem_refresh_a_noop | David Rodríguez | 2019-07-11 | 1 | -3/+3 |
| * | No need to make `Gem.refresh` a noop | David Rodríguez | 2019-07-11 | 2 | -9/+1 |
|/ | |||||
* | Merge #7215 | Bundlerbot | 2019-07-11 | 9 | -52/+52 |
|\ | |||||
| * | Use `tap` for `current_platforms`auto_multiplatform | David Rodríguez | 2019-07-10 | 1 | -4/+4 |
| * | Remove now unused method | David Rodríguez | 2019-07-10 | 1 | -4/+0 |
| * | Remove now meaningless setting | David Rodríguez | 2019-07-10 | 3 | -4/+1 |
| * | Remove now meaningless warning | David Rodríguez | 2019-07-10 | 2 | -30/+1 |
| * | Add all platforms to lockfile by default | David Rodríguez | 2019-07-10 | 4 | -6/+32 |
| * | Refactor some specs | David Rodríguez | 2019-07-10 | 2 | -9/+9 |
| * | Extract `expanded_platforms` | David Rodríguez | 2019-07-10 | 2 | -2/+6 |
| * | Extract `current_platforms` | David Rodríguez | 2019-07-10 | 1 | -3/+9 |
|/ | |||||
* | Merge #7237 | Bundlerbot | 2019-07-09 | 7 | -104/+70 |
|\ | |||||
| * | Remove development dependencies from gemspecremove_add_development_dependency_from_gemspec | David Rodríguez | 2019-07-08 | 6 | -81/+55 |
| * | Remove unnecessary begin-end block | David Rodríguez | 2019-07-08 | 1 | -15/+13 |
| * | Extract a common error message | David Rodríguez | 2019-07-08 | 1 | -4/+6 |
| * | Remove bundle1 binstub | David Rodríguez | 2019-07-08 | 1 | -8/+0 |
| * | Bump rubocop to 0.72.0 | David Rodríguez | 2019-07-08 | 1 | -1/+1 |
|/ | |||||
* | Merge #7224 | Bundlerbot | 2019-07-08 | 1 | -3/+3 |
|\ | |||||
| * | Remove unnecessary `order_matters` paramremove_order_matters | David Rodríguez | 2019-07-04 | 1 | -3/+3 |
* | | Merge #7222 | Bundlerbot | 2019-07-06 | 3 | -18/+26 |
|\ \ | |||||
| * | | Not sure how much this buys us, remove itremove_add_development_dependency_from_new_gems | David Rodríguez | 2019-06-26 | 1 | -2/+0 |
| * | | Generate new gem development dependencies in Gemfile | David Rodríguez | 2019-06-26 | 3 | -14/+25 |
| * | | Fix local variable name | David Rodríguez | 2019-06-26 | 1 | -2/+2 |
| * | | Reuse `execute_bundle_gem` method | David Rodríguez | 2019-06-26 | 1 | -2/+1 |
* | | | Merge #7235 | Bundlerbot | 2019-07-06 | 8 | -29/+21 |
|\ \ \ | |||||
| * | | | Fix typosspec_improvements | David Rodríguez | 2019-07-05 | 1 | -4/+4 |
| * | | | Reuse `lockfile` spec helper | David Rodríguez | 2019-07-05 | 2 | -7/+3 |
| * | | | Remove unused filter | David Rodríguez | 2019-07-05 | 1 | -1/+0 |
| * | | | Reuse `gemfile` spec helper | David Rodríguez | 2019-07-05 | 1 | -6/+4 |
| * | | | Cleanup constant only used once | David Rodríguez | 2019-07-05 | 1 | -7/+5 |
| * | | | More specific assertion | David Rodríguez | 2019-07-05 | 1 | -2/+2 |
| * | | | Remove redundant assertion | David Rodríguez | 2019-07-05 | 1 | -1/+0 |
| * | | | Make spec easier to debug | David Rodríguez | 2019-07-05 | 1 | -1/+3 |
* | | | | Merge #7225 | Bundlerbot | 2019-07-05 | 2 | -10/+18 |
|\ \ \ \ | |||||
| * | | | | Improve spec to be more realisticclearer_git_errors | David Rodríguez | 2019-06-28 | 1 | -2/+3 |
| * | | | | Clearer MissingRevision git errors | David Rodríguez | 2019-06-27 | 2 | -9/+16 |
* | | | | | Merge #6113 | Bundlerbot | 2019-07-05 | 4 | -8/+36 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Don't persist the cache_all_platforms settingseg-package-all-platforms-without | David Rodríguez | 2019-07-05 | 1 | -2/+4 |
| * | | | | [Package] Ensure uninstallable gems are _never_ installed | Samuel Giddins | 2019-07-05 | 2 | -3/+13 |
| * | | | | [Package] Dont always update on --all-platforms | Samuel Giddins | 2019-07-05 | 1 | -4/+1 |