Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add spec for using relative requiresrequire_relative | David Rodríguez | 2019-04-22 | 1 | -0/+16 |
* | Add missing require | David Rodríguez | 2019-04-22 | 1 | -0/+2 |
* | Merge #7120 | Bundlerbot | 2019-04-14 | 1 | -6/+27 |
|\ | |||||
| * | Fix spec calling incorrect helperfix_helpers_specs | David Rodríguez | 2019-04-12 | 1 | -6/+27 |
* | | Merge #7128 | Bundlerbot | 2019-04-14 | 13 | -14/+15 |
|\ \ | |||||
| * | | Update ruby_repo filter with the latest ruby-core implementaion. | SHIBATA Hiroshi | 2019-04-14 | 12 | -14/+14 |
| * | | Added explicitly loading rspec. Because ruby core didn't use rspec cli directly. | SHIBATA Hiroshi | 2019-04-14 | 1 | -0/+1 |
* | | | Merge #6730 | Bundlerbot | 2019-04-14 | 41 | -194/+172 |
|\ \ \ | |/ / |/| | | |||||
| * | | s/last_command.stdout/out/greysteil/print-errors-to-stderr | David Rodríguez | 2019-04-12 | 15 | -44/+44 |
| * | | s/last_command.stderr/err/ | David Rodríguez | 2019-04-12 | 23 | -84/+84 |
| * | | Unify stderr helpers | David Rodríguez | 2019-04-12 | 20 | -42/+38 |
| * | | Print errors to stderr by default, and remove configuration option | Grey Baker | 2019-04-12 | 4 | -27/+9 |
| |/ | |||||
* | | Fix bin conflict spec to not use deprecated featurewarn_to_deprecation | David Rodríguez | 2019-04-12 | 1 | -2/+2 |
* | | Another try | David Rodríguez | 2019-04-12 | 1 | -1/+1 |
* | | Remove unnecessary require | David Rodríguez | 2019-04-12 | 1 | -1/+1 |
* | | Improve wording | David Rodríguez | 2019-04-12 | 1 | -2/+2 |
* | | Run related specs for all versions | David Rodríguez | 2019-04-12 | 1 | -2/+2 |
* | | Add warning about conflicting executables | David Rodríguez | 2019-04-12 | 1 | -2/+11 |
* | | 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 |
|/ | |||||
* | Merge #7113 | Bundlerbot | 2019-04-12 | 1 | -50/+46 |
|\ | |||||
| * | Make `init_gems_rb` a regular settingmake_init_gems_rb_a_setting | David Rodríguez | 2019-04-11 | 1 | -50/+46 |
* | | Remove `prefer_gems_rb` settinginit_gems_rb | David Rodríguez | 2019-04-11 | 3 | -55/+2 |
|/ | |||||
* | Move on to bundler 3 | David Rodríguez | 2019-04-11 | 48 | -406/+255 |
* | Fix deprecation warning | David Rodríguez | 2019-04-11 | 1 | -1/+1 |
* | Fix some specs to not rely on remembering flags | David Rodríguez | 2019-04-11 | 2 | -4/+5 |
* | Change deploy specs to properly configure deployment | David Rodríguez | 2019-04-11 | 1 | -6/+9 |
* | Merge #7057 | Bundlerbot | 2019-04-11 | 9 | -58/+168 |
|\ | |||||
| * | Refactor list specs to not change gemfile sourcesmultiple_sources_deprecation | David Rodríguez | 2019-04-08 | 2 | -15/+87 |
| * | Check the full warning text | David Rodríguez | 2019-04-08 | 1 | -1/+8 |
| * | Fix multiple source deprecation spec on bundler 2 | David Rodríguez | 2019-04-08 | 1 | -2/+2 |
| * | Move multiple global source removal to bundler 3 | David Rodríguez | 2019-04-08 | 6 | -21/+55 |
| * | Merge multisource related settings | David Rodríguez | 2019-04-08 | 2 | -5/+2 |
| * | Unify multiple source deprecation specs | David Rodríguez | 2019-04-08 | 2 | -14/+17 |
| * | 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 |
* | | Merge #7110 | Bundlerbot | 2019-04-09 | 3 | -8/+3 |
|\ \ | |||||
| * | | Remove misleading comment | David Rodríguez | 2019-04-08 | 1 | -1/+1 |
| * | | Cleanup more stuff only needed for old rubies | David Rodríguez | 2019-04-08 | 2 | -7/+2 |
| |/ | |||||
* | | Merge #6951 | Bundlerbot | 2019-04-08 | 1 | -13/+14 |
|\ \ | |/ |/| | |||||
| * | Fix symlink spec on ruby 2.6fix_symlink_spec_on_ruby_2.6 | David Rodríguez | 2019-04-04 | 1 | -9/+7 |
| * | Read gemspec binarily | David Rodríguez | 2019-04-04 | 1 | -1/+1 |
| * | Fix incorrect specification name in spec | David Rodríguez | 2019-04-04 | 1 | -2/+3 |
| * | Fix missing tempfile require | David Rodríguez | 2019-04-04 | 1 | -0/+1 |
| * | Fix missing tmpdir require | David Rodríguez | 2019-04-04 | 1 | -0/+2 |
| * | Remove unused variable | David Rodríguez | 2019-04-04 | 1 | -1/+0 |
* | | Remove one more nesting levelsimplify_deprecation_specs | David Rodríguez | 2019-04-05 | 1 | -38/+38 |
* | | Simplify some spec descriptions | David Rodríguez | 2019-04-05 | 1 | -3/+3 |
* | | Fix major deprecation specs nesting | David Rodríguez | 2019-04-05 | 1 | -109/+115 |
* | | Remove unnecessary Gemfile line | David Rodríguez | 2019-04-05 | 1 | -1/+0 |