summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't (yet) enable parallelization in CIdont_enable_parallelization_yet_on_travisDavid Rodríguez2019-08-211-1/+3
* Merge #7317Bundlerbot2019-08-208-9/+49
|\
| * rubocop -aparallel_rspec_2Hiroshi SHIBATA2019-08-191-0/+2
| * Share test fixtures with parallel_testsHiroshi SHIBATA2019-08-191-1/+1
| * Try to use RunTimeLogger for parallel_testsHiroshi SHIBATA2019-08-192-0/+7
| * Parallelize test suiteDavid Rodríguez2019-08-186-9/+40
* | Merge #7310Bundlerbot2019-08-201-2/+7
|\ \ | |/ |/|
| * Freeze time to avoid failures at midnightlolwut2019-08-191-2/+7
* | Merge #7313Bundlerbot2019-08-182-2/+2
|\ \
| * | Fix a couple of typostyposDavid Rodríguez2019-08-182-2/+2
|/ /
* | Merge #7312Bundlerbot2019-08-185-13/+3
|\ \
| * | Remove the :ruby exclusion tagremove_old_rubies_thingsDavid Rodríguez2019-08-181-1/+0
| * | Remove another 1.8.7 specific bitDavid Rodríguez2019-08-181-5/+0
| * | Remove old rubies stuff no longer neededDavid Rodríguez2019-08-183-7/+3
* | | Merge #7274Bundlerbot2019-08-1821-104/+86
|\ \ \
| * | | Remove unnecessary requirefix_more_leaks_to_default_copy_of_bundlerDavid Rodríguez2019-08-171-1/+0
| * | | No need to activate the `fileutils` default gemDavid Rodríguez2019-08-174-17/+4
| * | | Comment the changes being applied to vendored libDavid Rodríguez2019-08-171-1/+3
| * | | Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-1711-48/+48
| * | | Don't use system bundler on this specDavid Rodríguez2019-08-171-4/+2
| * | | Fix spec using the deprecated `bundle config` modeDavid Rodríguez2019-08-171-1/+1
| * | | Require relatively from exe/ when possibleDavid Rodríguez2019-08-171-3/+19
| * | | Last relative requiresDavid Rodríguez2019-08-173-9/+9
| * | | Remove a bunch of unneeded rubygems requiresDavid Rodríguez2019-08-173-20/+0
| |/ /
* | | Merge #7302Bundlerbot2019-08-172-3/+3
|\ \ \
| * | | Bundler displays a duplicate gem entries warning even if gems only appear onc...David Stosik2019-08-152-3/+3
* | | | Merge #7309Bundlerbot2019-08-172-3/+9
|\ \ \ \
| * | | | Fix `bundle doctor` commandfix_bundle_doctorDavid Rodríguez2019-08-162-3/+9
| | |_|/ | |/| |
* | | | Merge #7311Bundlerbot2019-08-172-5/+5
|\ \ \ \
| * | | | Use the latest rubygems 3.0.6 in CIbump_rubygemsDavid Rodríguez2019-08-172-5/+5
| | |_|/ | |/| |
* | | | Merge #7288Bundlerbot2019-08-162-74/+93
|\ \ \ \ | |/ / / |/| | |
| * | | Move local variable to only branch where it's usedissue-4436David Rodríguez2019-08-161-1/+1
| * | | Fix open default gem errorZehan Zhao2019-08-162-5/+22
| * | | Wrap `open` specs with a contextDavid Rodríguez2019-08-161-69/+71
| * | | Prefer `before` to `before :each`David Rodríguez2019-08-161-1/+1
|/ / /
* | | Merge #7303Bundlerbot2019-08-1611-111/+87
|\ \ \ | |/ / |/| |
| * | Extract a `gemspec_dir` helperrefactor_ruby_core_integrationDavid Rodríguez2019-08-162-2/+5
| * | Extract yet another helper methodDavid Rodríguez2019-08-162-20/+19
| * | Extract a `root_gemspec` local variableDavid Rodríguez2019-08-161-3/+4
| * | Extract a `with_root_gemspec` helperDavid Rodríguez2019-08-163-14/+14
| * | Only chdir when necessaryDavid Rodríguez2019-08-161-16/+14
| * | Make sure gem has been built before deleteng itDavid Rodríguez2019-08-161-11/+13
| * | Cleanup in a location independent wayDavid Rodríguez2019-08-161-1/+1
| * | Remove obvious commentDavid Rodríguez2019-08-161-1/+0
| * | Remve another unneeded `to_s`David Rodríguez2019-08-161-1/+1
| * | Remove unneeded `to_s` callsDavid Rodríguez2019-08-162-3/+3
| * | Consistently use `Path` over `Spec::Path`David Rodríguez2019-08-161-1/+1
| * | Extract single gem installation logicDavid Rodríguez2019-08-161-3/+7
| * | Unalias `install_gem`David Rodríguez2019-08-162-3/+1
| * | Use `join` consistentlyDavid Rodríguez2019-08-161-1/+1