Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure spec fails if gems cannot be installedfail_test_if_system_gem_installation_fails | David Rodríguez | 2019-04-01 | 1 | -1/+1 |
* | Merge #7080 | Bundlerbot | 2019-04-01 | 17 | -54/+50 |
|\ | |||||
| * | Always pass the `--all` flag when neededremove_bundle_update_deprecations | David Rodríguez | 2019-03-30 | 17 | -54/+50 |
* | | Merge #7082 | Bundlerbot | 2019-04-01 | 2 | -36/+54 |
|\ \ | |||||
| * | | Add `clean_{exec,system}` deprecation specscomplete_some_missing_specs | David Rodríguez | 2019-03-30 | 1 | -0/+36 |
| * | | Merge "clean" helper deprecations to single place | David Rodríguez | 2019-03-30 | 2 | -36/+18 |
| |/ | |||||
* | | Merge #6963 | Bundlerbot | 2019-04-01 | 2 | -0/+96 |
|\ \ | |||||
| * | | Opt in to the new public method if availablebundle_exec_irb | David Rodríguez | 2019-03-27 | 1 | -1/+11 |
| * | | Allow to `bundle exec` default gems | David Rodríguez | 2019-03-27 | 2 | -0/+86 |
* | | | Merge #7026 | Bundlerbot | 2019-03-31 | 4 | -22/+131 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Don't raise if users choose to exitnew_info_specs | David Rodríguez | 2019-03-14 | 1 | -3/+4 |
| * | | Remove incorrect `raise` | David Rodríguez | 2019-03-14 | 1 | -4/+0 |
| * | | Port regexp feature from `bundle show` | David Rodríguez | 2019-03-14 | 2 | -1/+14 |
| * | | 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 | 2 | -2/+7 |
| * | | Make `bundle info rails` create a lock file | David Rodríguez | 2019-03-14 | 2 | -2/+5 |
| * | | 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 |
* | | | Merge #7079 | Bundlerbot | 2019-03-30 | 30 | -82/+82 |
|\ \ \ | |||||
| * | | | Remove `bundle config` deprecations from specsremove_bundle_config_deprecations | David Rodríguez | 2019-03-29 | 30 | -82/+82 |
|/ / / | |||||
* | | | Merge #7070 | Bundlerbot | 2019-03-29 | 5 | -42/+29 |
|\ \ \ | |||||
| * | | | Rename task to not be redundantimprove_cross_repo_integration | David Rodríguez | 2019-03-28 | 1 | -2/+2 |
| * | | | Make "co" tasks family use RGV env variable too | David Rodríguez | 2019-03-28 | 2 | -15/+17 |
| * | | | Remove a couple of unnecessary RGV usages | David Rodríguez | 2019-03-28 | 2 | -3/+2 |
| * | | | Add sudo and realworld task to the "co" namespace | David Rodríguez | 2019-03-28 | 1 | -0/+5 |
| * | | | Expand path from current folder | David Rodríguez | 2019-03-28 | 1 | -1/+1 |
| * | | | Use progress in the "co" task too | David Rodríguez | 2019-03-28 | 1 | -1/+1 |
| * | | | Remove clone rubygems task | David Rodríguez | 2019-03-28 | 3 | -23/+5 |
| * | | | Remove option already set by default | David Rodríguez | 2019-03-28 | 1 | -1/+1 |
| * | | | Remove NULL_DEVICE | David Rodríguez | 2019-03-28 | 1 | -2/+1 |
* | | | | 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 |
| |/ / / | |||||
* | | | | Merge #7074 | Bundlerbot | 2019-03-29 | 2 | -5/+1 |
|\ \ \ \ | |||||
| * | | | | Remove unnecessary stuffsimplify_gems_used_by_tests_installation | David Rodríguez | 2019-03-28 | 2 | -5/+1 |
| |/ / / | |||||
* | | | | Merge #7078 | Bundlerbot | 2019-03-29 | 2 | -1/+15 |
|\ \ \ \ | |||||
| * | | | | Allow `update` to install when `--no-install` usedno_install_allows_update_to_install | David Rodríguez | 2019-03-28 | 2 | -1/+15 |
| |/ / / | |||||
* | | | | Merge #7035 | Bundlerbot | 2019-03-28 | 10 | -303/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Use Gem::Request.get_cert_files instead of hard-coded paths.unify-certification | SHIBATA Hiroshi | 2019-03-18 | 1 | -2/+2 |
| * | | | Use Gem::RUBYGEMS_DIR instead of RbConfig::CONFIG | SHIBATA Hiroshi | 2019-03-14 | 1 | -8/+1 |
| * | | | rubocop -a | SHIBATA Hiroshi | 2019-03-14 | 1 | -1/+1 |
| * | | | Unify the certificates for rubygems.org to rubygems store. | SHIBATA Hiroshi | 2019-03-14 | 10 | -302/+9 |
* | | | | Merge #7068 | Bundlerbot | 2019-03-28 | 2 | -24/+38 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Bump vendored fileutils to 1.2.0vendor_last_fileutils | David Rodríguez | 2019-03-27 | 2 | -24/+38 |
|/ / / | |||||
* | | | Merge #7036 | Bundlerbot | 2019-03-27 | 4 | -18/+7 |
|\ \ \ | |||||
| * | | | Lazily require rubygems config filebump_travis_rubies | David Rodríguez | 2019-03-26 | 1 | -1/+0 |
| * | | | Try removing hacks | David Rodríguez | 2019-03-26 | 1 | -5/+0 |
| * | | | Patch vendored fileutils to not activate `etc` gem | David Rodríguez | 2019-03-26 | 1 | -5/+2 |
| * | | | Bump to MRI 2.5.5 | David Rodríguez | 2019-03-26 | 1 | -2/+2 |