| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #6329 | Bundlerbot | 2019-04-24 | 1 | -0/+33 |
| |\ | |||||
| | * | Add a failing spec for not warning when a git gem updates ref but not version | Samuel Giddins | 2019-04-13 | 1 | -0/+16 |
| | * | [Update] Stop printing “failed to update” message when changing sources | Samuel Giddins | 2019-04-13 | 1 | -0/+17 |
| * | | Merge #7127 | Bundlerbot | 2019-04-23 | 1 | -0/+24 |
| |\ \ | |||||
| | * | | Add git and branch options to `bundle add` | Baumgarten | 2019-04-13 | 1 | -0/+24 |
| * | | | Merge #7128 | Bundlerbot | 2019-04-14 | 6 | -7/+7 |
| |\ \ \ | |||||
| | * | | | Update ruby_repo filter with the latest ruby-core implementaion. | SHIBATA Hiroshi | 2019-04-14 | 6 | -7/+7 |
| | | |/ | |/| | |||||
| * | | | Merge #6730 | Bundlerbot | 2019-04-14 | 11 | -55/+55 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | s/last_command.stdout/out/greysteil/print-errors-to-stderr | David Rodríguez | 2019-04-12 | 4 | -20/+20 |
| | * | | s/last_command.stderr/err/ | David Rodríguez | 2019-04-12 | 3 | -18/+18 |
| | * | | Unify stderr helpers | David Rodríguez | 2019-04-12 | 9 | -17/+17 |
| * | | | Convert binstub conflict deprecation to a warning | David Rodríguez | 2019-04-12 | 1 | -0/+29 |
| * | | | Remove debugging shells | David Rodríguez | 2019-04-12 | 1 | -4/+0 |
| |/ / | |||||
| * | | Make `init_gems_rb` a regular settingmake_init_gems_rb_a_setting | David Rodríguez | 2019-04-11 | 1 | -50/+46 |
| * | | Move on to bundler 3 | David Rodríguez | 2019-04-11 | 15 | -110/+73 |
| * | | Refactor list specs to not change gemfile sourcesmultiple_sources_deprecation | David Rodríguez | 2019-04-08 | 1 | -15/+55 |
| * | | Move multiple global source removal to bundler 3 | David Rodríguez | 2019-04-08 | 1 | -0/+19 |
| * | | Remove unnecessary Gemfile creation | David Rodríguez | 2019-04-08 | 1 | -1/+0 |
| * | | Remove redundant `bundle! :install` | David Rodríguez | 2019-04-08 | 1 | -2/+0 |
| * | | Remove `list_command` setting | David Rodríguez | 2019-04-05 | 1 | -1/+1 |
| * | | Remove `bundle show` from bundler 3 | David Rodríguez | 2019-04-05 | 1 | -1/+1 |
| * | | Move `bundle list` addition to bundler 3 | David Rodríguez | 2019-04-05 | 1 | -1/+1 |
| * | | change info command spec to use `bundle info` instead of `bundle show`colby/fix-info-spec | Colby Swandale | 2019-04-02 | 1 | -1/+1 |
| * | | Merge #7080 | Bundlerbot | 2019-04-01 | 3 | -19/+19 |
| |\ \ | |||||
| | * | | Always pass the `--all` flag when neededremove_bundle_update_deprecations | David Rodríguez | 2019-03-30 | 3 | -19/+19 |
| | |/ | |||||
| * | | Merge #6963 | Bundlerbot | 2019-04-01 | 1 | -0/+77 |
| |\ \ | |||||
| | * | | Allow to `bundle exec` default gems | David Rodríguez | 2019-03-27 | 1 | -0/+77 |
| * | | | Merge #7026 | Bundlerbot | 2019-03-31 | 2 | -13/+114 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Port regexp feature from `bundle show` | David Rodríguez | 2019-03-14 | 1 | -0/+13 |
| | * | | Add missing spec to show command | David Rodríguez | 2019-03-14 | 1 | -0/+13 |
| | * | | Fix `bundle info bundler` path | David Rodríguez | 2019-03-14 | 1 | -1/+0 |
| | * | | Make `bundle info rails` create a lock file | David Rodríguez | 2019-03-14 | 1 | -2/+0 |
| | * | | Bring specs from `bundle show` | David Rodríguez | 2019-03-14 | 1 | -1/+88 |
| | * | | Slight tweak to some other specs | David Rodríguez | 2019-03-14 | 1 | -6/+4 |
| | * | | Remove duplicated spec | David Rodríguez | 2019-03-14 | 1 | -7/+0 |
| | * | | Use exact path to gem in `bundle info` specs | David Rodríguez | 2019-03-14 | 1 | -3/+3 |
| * | | | Remove `bundle config` deprecations from specsremove_bundle_config_deprecations | David Rodríguez | 2019-03-29 | 8 | -22/+22 |
| * | | | Merge #7073 | Bundlerbot | 2019-03-29 | 1 | -2/+0 |
| |\ \ \ | |||||
| | * | | | This spec is now passing, it seemsunskip_not_failing_spec | David Rodríguez | 2019-03-28 | 1 | -2/+0 |
| | | |/ | |/| | |||||
| * | | | Allow `update` to install when `--no-install` usedno_install_allows_update_to_install | David Rodríguez | 2019-03-28 | 1 | -0/+12 |
| |/ / | |||||
| * | | Make `bundle clean` clean git extension directories | Dylan Thacker-Smith | 2019-03-21 | 1 | -0/+39 |
| * | | Remove ruby version leftoversremove_ruby_version_leftovers | David Rodríguez | 2019-03-15 | 2 | -9/+4 |
| * | | Merge #7037 | Bundlerbot | 2019-03-15 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Test and fix `bundle viz` command deprecation | David Rodríguez | 2019-03-15 | 1 | -1/+1 |
| * | | | Merge #7030 | Bundlerbot | 2019-03-15 | 1 | -22/+4 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Remove old 1.9 stuff | David Rodríguez | 2019-03-13 | 1 | -22/+4 |
| | |/ | |||||
| * | | Remove `eq_err` matcher | David Rodríguez | 2019-03-14 | 1 | -1/+1 |
| |/ | |||||
| * | Test repo1 should be inmutable | David Rodríguez | 2019-03-13 | 1 | -1/+1 |
| * | Fixes for docker | David Rodríguez | 2019-03-13 | 1 | -2/+2 |
| * | make rubocop happy | Jan Piotrowski | 2019-03-03 | 2 | -2/+2 |
